質問編集履歴

1

文法の修正

2019/03/12 08:08

投稿

oftn
oftn

スコア19

test CHANGED
File without changes
test CHANGED
@@ -290,35 +290,7 @@
290
290
 
291
291
  timeout 3
292
292
 
293
-
294
-
295
- rem ディスクIO情報取得
296
-
297
- :getIO
298
-
299
- 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""
300
-
301
- goto reIO
302
-
303
-
304
-
305
- rem CPU情報取得
306
-
307
- :getCPU
308
-
309
- start "CPU" /MIN "%SystemRoot%\System32\cmd.exe" /c "1>%timestamp%.cpu typeperf -si %getinterval% "\Processor Information(*)\%% Processor Time""
310
-
311
- goto reCPU
312
-
313
-
314
-
315
- rem Memory情報取得
316
-
317
- :getMEMORY
318
-
319
- 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""
320
-
321
- goto reMEMORY
293
+ ・・・・
322
294
 
323
295
 
324
296