<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   ∑:398  Sort:Rank

ST500DM002-1BD142 ATA HD - SQLIO Tests
How to test I/O performance on Seagate ST500DM002-1BD142 ATA HD (Hard Disk) with SQLIO? Seagate ST500DM002-1BD142 ATA HD (Hard Disk) is manufactured by Seagate with the following specs: Manufacturer: Seagate Technology Model: SEAGATE ST500DM002 Number Of Disks: 1 Number Of Heads: 2 Capacity: 500 GB ...
2019-09-16, 945🔥, 0💬

"sqlio -kW -b1024" - Writing 1-MB Block Test
How to perform tests for writing 1 MB files? I want to see the impact of file size on writing files. If you want to see the impact of file size on writing files, try to increase the block size from 64 KB to 1024 KB (1 MB), and keep the other options unchanged: C:\fyicenter\SQLIO&gt;sqli o-LS -kW...
2019-09-16, 840🔥, 0💬

Kingston DataTraveler 101 Flash Drive - 64-KB Benchmark
What is the average I/O performance of Kingston DataTraveler 101 7GB flash drive? The average I/O performance of a flash drive can be measured by running SQLIO with multiple 64-KB blocks with a large stripe factor. Here is the read performance test of Kingston DataTraveler 101 7GB flash Drive on 64-...
2019-09-16, 832🔥, 0💬

"sqlio -f" - Stripe Size in Blocks
What is the Stripe Size in Blocks option, "sqlio -f"? The Stripe Size in Blocks option, "sqlio -f", specifies the Stripe Size in number of I/O blocks, which is the gap between consecutive I/O tests in each run. The default value is "-f64", 64 blocks. In this case, SQLIO will start with the 1st block...
2019-09-04, 891🔥, 0💬

"sqlio -i" - Number of IOs per IO Run
What is the Number of IOs per IO Run option, "sqlio -i"? The Number of IOs per IO Run option, "sqlio -i", specifies run size, which is the number of I/O tests performed in each run. The default value is "-i64", 64 tests per run. In this case, SQLIO will repeat as many as runs within the specified ex...
2019-09-04, 889🔥, 0💬

"sqlio -kR -b1024" - Reading 1-MB Block Test
How to perform tests for reading 1 MB files? I want to see the impact of file size on reading files. If you want to see the impact of file size on reading files, try to increase the block size from 64 KB to 1024 KB (1 MB), and keep the other options unchanged: C:\fyicenter\SQLIO&gt;sqli o-LS -kR...
2019-09-04, 853🔥, 0💬

"sqlio -t" - Number of Threads
What is the Number of Threads option, "sqlio -t"? The Number of Threads option, "sqlio -t", specifies how many threads to use to perform test runs. The default value is "-t1", 1 thread only. In this case, test runs are performed sequentially, there shouldn't be any performance impact on data blockin...
2019-09-04, 852🔥, 0💬

"sqlio -B" - Hardware/Software Buffering
What is the Hardware/Software Buffering option, "sqlio -B"? The Hardware/Software Buffering option, "sqlio -B", specifies the buggering mode, "-BN" to turn off buffering, "-BY" to turn on both hardware and software buffering, "-BH" to turn on hardware buffering only, and "-BH" to turn on software bu...
2019-09-04, 836🔥, 0💬

Windows Resource Monitor - Disk Reading Speed
How to watch the disk reading speed on Windows Resource Monitor? You can follow this tutorial to watch disk reading speed on Windows Resource Monitor. 1. Re-run the SQLIO command to perform a disk reading test: C:\fyicenter\SQLIO&gt;sqli o-LS -kR -b64 -i64 -f64 -t1 -s300 1 thread reading for 300...
2019-08-23, 1095🔥, 0💬

"sqlio -kR -b64" - Reading 64-KB Block Test
How to perform tests for reading 64 KB files? My Website serves picture files with an average of 64 KB per file. If you want to know how your environment performs on reading 64 KB files, you can use the following SQLIO options: "-LS" - Sets SQLIO to report latency measurements using the system timer...
2019-08-23, 939🔥, 0💬

Windows Resource Monitor - Disk Writing Speed
How to watch the disk writing speed on Windows Resource Monitor? 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&gt;sqli o-LS -kW -b64 -i64 -f64 -t1 -s300 1 thread writing for 300...
2019-08-23, 906🔥, 0💬

"sqlio -kW -b64" - Writing 64-KB Block Test
How to perform tests for writing 64 KB files? My Website allows users to upload picture files with an average of 64 KB per file. If you want to know how your environment performs on writing 64 KB files, you can use the following SQLIO options: "-LS" - Sets SQLIO to report latency measurements using ...
2019-08-23, 866🔥, 0💬

"sqlio -o" - Outstanding Tests in Asynchronous Queue
What is the Outstanding Tests in Asynchronous Queue option, "sqlio -o"? The Outstanding Tests in Asynchronous Queue option, "sqlio -o", specifies the number of I/O tests to be staged in the Outstanding Asynchronous Queue. The default value is "-o0", no Outstanding I/O tests in the Asynchronous Queue...
2019-08-23, 838🔥, 0💬

Default Test with SQLIO
What is the default SQLIO test doing? If you run the "sqlio" command without any options, you are running the SQLIO default test, which is equivalent to: C:\fyicenter\SQLIO&gt;sqli o-kR -t1 -s30 -f64 -b2 -i64 -BN testfile.dat Let's try it out: C:\fyicenter\SQLIO&gt;sqli osqlio v1.5.SG 1 thre...
2019-08-19, 938🔥, 0💬

"sqlio -b" - IO Block Size in KB
What is the IO block size in KB option, "sqlio -b"? The IO block size in KB option, "sqlio -b", controls the size of each data block used as a unit for each I/O test. The default value is "-b2", 2KB. Example 1 - Run SQLIO with 4KB per data block: C:\fyicenter\SQLIO&gt;sqli o-b4 1 thread reading ...
2019-08-19, 886🔥, 0💬

SQLIO Related Terminology
SQLIO Related Terminology: Affinity - Affinity refers to individual CPUs in a multi-CPU system. You can specify which single CPU to use by the "-p" option, or which group of CPUs to use by the "-a" option. Asynchronous Queue - SQLIO supports asynchronous I/O tests within a single thread You can cont...
2019-08-19, 846🔥, 0💬

"sqlio -s" - Number of Seconds to Run
What is the Number of Seconds to Run option, "sqlio -s"? The number of Seconds to Run option, "sqlio -s", controls how long the test will run. Example 1 - Run SQLIO for 30 seconds: C:\fyicenter\SQLIO&gt;sqli o-s30 1 thread reading for 30 secs from file testfile.dat using 2KB IOs over 128KB strip...
2019-08-19, 827🔥, 0💬

"sqlio -L" - Latencies from System/Processor Timer
What is the Latencies from System/Processor Timer option, "sqlio -L"? The Latencies from System/Processor Timer option, "sqlio -L", flags the test to include Latency measurements using the system timer or the process timer. Example 1 - Run SQLIO to include Latency measurements using the system timer...
2019-08-19, 822🔥, 0💬

ST500DM002-1BD142 ATA HD - Maximum Writing Speed
What is maximum writing speed of the Seagate ST500DM002-1BD142 ATA HD? The best way to find out the maximum writing speed of your Seagate ST500DM002-1BD142 ATA HD is to run writing tests with a single large block of different block sizes: sqlio -LS -kR -i1 -f1 -t1 -s30 -p0 ... If we run SQLIO with a...
2019-08-08, 1454🔥, 0💬

ST500DM002-1BD142 ATA HD - Maximum Reading Speed
What is maximum reading speed of the Seagate ST500DM002-1BD142 ATA HD? The best way to find out the maximum reading speed of your Seagate ST500DM002-1BD142 ATA HD is to run reading tests with a single large block of different block sizes: sqlio -LS -kR -i1 -f1 -t1 -s30 -p0 ... If we run SQLIO with a...
2019-08-08, 1211🔥, 0💬

ST500DM002-1BD142 ATA HD - 1-MB Benchmark
What is the 1-MB I/O performance of Seagate ST500DM002-1BD142 ATA HD on Azure VM? The I/O performance of reading and writing 1-MB files of a Seagate ST500DM002-1BD142 ATA HD can be measured by running SQLIO with multiple 1024-KB blocks with a large stripe factor. Here is the read performance test of...
2019-08-08, 1166🔥, 0💬

ST500DM002-1BD142 ATA HD - 64-KB Benchmark
What is the 64-KB I/O benchmark performance of Seagate ST500DM002-1BD142 ATA HD? The I/O performance of reading and writing 64-KB files of a Seagate ST500DM002-1BD142 ATA HD can be measured by running SQLIO with multiple 64-KB blocks with a large stripe factor. Here is the read performance test of S...
2019-08-08, 995🔥, 0💬

I/O Tests on Flash Drives
Where to find SQLIO I/O Tests on Flash Drives, Thumb Drives, or Memory Sticks? Here is a list of SQLIO Test Result Summary on different Flash Drives, Thumb Drives, or Memory Sticks compiled by FYIcenter.com team. SanDisk Cruzer Blade Flash Drive - 64-KB Benchmark SanDisk Cruzer Blade Flash Drive - M...
2019-08-08, 904🔥, 0💬

SanDisk Cruzer Blade Flash Drive - 64-KB Benchmark
What is the average I/O performance of SanDisk Cruzer Blade 32GB Flash Drive? The average I/O performance of a flash drive can be measured by running SQLIO with multiple 64-KB blocks with a large stripe factor. Here is the read performance test of SanDisk Cruzer Blade 32GB Flash Drive on 64-KB block...
2019-07-30, 933🔥, 0💬

<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   ∑:398  Sort:Rank