質問編集履歴
1
文法の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -144,22 +144,8 @@
|
|
144
144
|
|
145
145
|
echo "ファイル加工中です。以下のメッセージは無視して下さい。"
|
146
146
|
timeout 3
|
147
|
+
・・・・
|
147
148
|
|
148
|
-
rem ディスクIO情報取得
|
149
|
-
:getIO
|
150
|
-
start "DiscI/O" /MIN "%SystemRoot%\System32\cmd.exe" /c "1>%timestamp%_ディスクI/O.log typeperf -si %getinterval% "\LogicalDisk(*)\Current Disk Queue Length" "\LogicalDisk(*)\%% Disk Time" "\LogicalDisk(*)\Avg. Disk sec/Read" "\LogicalDisk(*)\Avg. Disk sec/Write" "\LogicalDisk(*)\Avg. Disk sec/Transfer""
|
151
|
-
goto reIO
|
152
|
-
|
153
|
-
rem CPU情報取得
|
154
|
-
:getCPU
|
155
|
-
start "CPU" /MIN "%SystemRoot%\System32\cmd.exe" /c "1>%timestamp%.cpu typeperf -si %getinterval% "\Processor Information(*)\%% Processor Time""
|
156
|
-
goto reCPU
|
157
|
-
|
158
|
-
rem Memory情報取得
|
159
|
-
:getMEMORY
|
160
|
-
start "Memory" /MIN "%SystemRoot%\System32\cmd.exe" /c "1>%timestamp%.mem typeperf -si %getinterval% "\Memory\Available Bytes" "\Memory\Committed Bytes" "\Memory\Pages Input/sec" "\Memory\Pages Output/sec" "\Memory\%% Committed Bytes In Use""
|
161
|
-
goto reMEMORY
|
162
|
-
|
163
149
|
rem ネットワーク情報取得
|
164
150
|
:getNETWORK
|
165
151
|
start "Network" /MIN "%SystemRoot%\System32\cmd.exe" /c "1>%timestamp%.network typeperf -si %getinterval% "\Network Segment\%Net Utilization" "\Network Interface\Bytes Total/Sec""
|