Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Windows Resource Monitor - Disk Writing Speed
How to watch the disk writing speed on Windows Resource Monitor?
✍: FYIcenter.com
You can follow this tutorial to watch
disk writing speed on Windows Resource Monitor.
1. Re-run the SQLIO command to perform a disk writing test:
C:\fyicenter\SQLIO>sqlio -LS -kW -b64 -i64 -f64 -t1 -s300
1 thread writing for 300 secs to file testfile.dat
using 64KB IOs over 4096KB stripes with 64 IOs per run
size of file testfile.dat needs to be: 268435456 bytes
initialization done
2. While the SQLIO is running, search and start "Resource Monitor". You see the overview dashboard.
3. Click the "Disk" tab. You see the disk dashboard. It lists "sqlio" as the top user of disk resource.
Image PID Read Write(B/sec) ----- --- ---- ------------ sqlio.exe 11464 0 36,548,344 ...
4. Go back to the SQLIO command window and wait for the test to finish.
CUMULATIVE DATA: throughput metrics: IOs/sec: 535.12 MBs/sec: 33.44 latency metrics: Min_Latency(ms): 0 Avg_Latency(ms): 1 Max_Latency(ms): 131
As you can see, the SQLIO result of throughput of 33.44 MBs/sec roughly matches the resource monitor measurement of 36,548,344 B/sec.
⇒ "sqlio -kR -b1024" - Reading 1-MB Block Test
⇐ "sqlio -kW -b64" - Writing 64-KB Block Test
2019-08-23, ∼1830🔥, 0💬
Popular Posts:
How to pause file transfer in FileZilla FTP Client? I want to close the computer in the middle of a ...
Where to find answers to frequently asked questions on Microsoft PowerPoint? I want to know how to c...
How to create a command button to run my macro in slide show in PowerPoint? I have created a macro t...
How to add a new slide master in PowerPoint? I have 2 slide masters in the current template. They co...
How to turn on or off comments? I have a PowerPoint presentation which has comments entered by diffe...