質問編集履歴
1
情報追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,3 +67,15 @@
|
|
67
67
|
vmstat 1 | awk '{print system("date \"+%Y%m%d-%H%M%S\"") system("fgrep 'processor' /proc/cpuinfo |wc -l") , $0}' 2> test.txt
|
68
68
|
|
69
69
|
```
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
# 関連
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
この問題は以下問題の続きです。
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
https://teratail.com/questions/334833
|