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 E:\testfile.dat" - Test on USB Drive
How to perform I/O tests for the USB drive?
✍: FYIcenter.com
You can specify a file name with the USB drive letter
to perform I/O test for the USB device.
1. Insert your USB drive, and check for its drive letter, like "E:".
2. Run SQLIO with a 1 MB data file on the USB drive:
C:\files\SQLIO\test>..\sqlio -b4 -f16 -i16 E:\test.dat
1 thread reading for 30 secs from file E:\test.dat
using 4KB IOs over 64KB stripes with 16 IOs per run
size of file E:\test.dat needs to be: 1048576 bytes
current file size: 0 bytes
need to expand by: 1048576 bytes
expanding E:\test.dat ... done.
initialization done
CUMULATIVE DATA:
throughput metrics:
IOs/sec: 893.46
MBs/sec: 3.49
3. Run the same test on the hard disk drive:
C:\files\SQLIO\test>..\sqlio -b4 -f16 -i16 C:\files\SQLIO\test.dat
1 thread reading for 30 secs from file test.dat
using 4KB IOs over 64KB stripes with 16 IOs per run
size of file test.dat needs to be: 1048576 bytes
current file size: 8192 bytes
need to expand by: 1040384 bytes
expanding test.dat ... done.
initialization done
CUMULATIVE DATA:
throughput metrics:
IOs/sec: 11528.48
MBs/sec: 45.03
As you can see, reading data from the hard disk is about 15 times faster than reading data from the USB drive.
⇒ Tuning SQLIO for Your Environment
2019-05-14, ∼1789🔥, 0💬
Popular Posts:
Why I am getting the "Account Frozen" message when login to OneDrive? If you have not used your free...
How to troubleshoot Fitbit device sync issue? My Fitbit device is connected to my Windows computer, ...
How to unzip a PowerPoint .pptx file? According to Microsoft documentation, a .pptx file is really a...
Why I am getting the "FTP over TLS is not enabled, users cannot securely log in" waring on my FileZi...
How to install Mozilla Firefox 2.0 add-on: FireFTP? FireFTP is a Mozilla Firefox 2 add-on that provi...