質問編集履歴
1
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,4 +32,10 @@
|
|
32
32
|
|
33
33
|
```
|
34
34
|
vmstat 1 | awk '{print system("date \"+%Y%m%d-%H%M%S\"") system("fgrep 'processor' /proc/cpuinfo |wc -l") , $0}' 2> test.txt
|
35
|
-
```
|
35
|
+
```
|
36
|
+
|
37
|
+
# 関連
|
38
|
+
|
39
|
+
この問題は以下問題の続きです。
|
40
|
+
|
41
|
+
https://teratail.com/questions/334833
|