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:
"sqlio -k" - Kind of I/O
What is the Kind of I/O option, "sqlio -k"?
✍: FYIcenter.com
The Kind of I/O option, "sqlio -k",
specifies what kind of I/O to test, reading or writing.
The default value is "-kR", reading I/O test.
Example 1 - Run SQLIO for reading I/O testing:
C:\fyicenter\SQLIO>sqlio -kR
1 thread reading for 30 secs from file testfile.dat
using 2KB IOs over 128KB stripes with 64 IOs per run
initialization done
CUMULATIVE DATA:
throughput metrics:
IOs/sec: 3080.69
MBs/sec: 6.01
Example 1 - Run SQLIO for writing I/O testing:
C:\fyicenter\SQLIO>sqlio -kW
1 thread writing for 30 secs to file testfile.dat
using 2KB IOs over 128KB stripes with 64 IOs per run
initialization done
CUMULATIVE DATA:
throughput metrics:
IOs/sec: 1277.07
MBs/sec: 2.49
As you can see, reading is faster than writing as we expected, so reading has a higher throughput.
⇒ "sqlio E:\testfile.dat" - Test on USB Drive
⇐ "sqlio -a" - CPU Mask for Affinity
2019-05-14, 1290🔥, 0💬
Popular Posts:
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...
How to fix the Microphone Permissions error with making a call with Messenger in iPhone? If your Mic...
How to find and read log file in FileZilla Server? I have logging turned on already. For FileZilla S...
How to remove Microsoft Teams form my Windows 7 system? I don't want it any more. You can remove Mic...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...