There are many factors that affect the disk test results in a Windows environment. Here are the main ones:
PerformanceTest attempts to measure the non-cached disk speed. In some circumstances, e.g. when the compression driver is in use, the operating system ignores the request not to cache data. This can lead to strange looking results. Typical disk speeds are in the range of 50MB/sec to 100MB/sec and numbers of above 300MB/sec probably indicate that the cache is interfering with the result.
This test creates a large test file on the disk under test. The file is then read randomly; a seek is performed to move the file pointer to a random position in the file, a 16KB block is read or written then another seek is performed. The amount of data actually transferred is highly dependent on the disk seek time.
Default Cluster Sizes for Volumes with Windows 2000 and XP File Systems
Volume size |
FAT cluster size | FAT32 cluster size | NTFS cluster size |
7 MB - 16 MB | 2 KB | Not supported | 512 bytes |
17 MB - 32 MB | 512 bytes | Not supported | 512 bytes |
33 MB - 64 MB | 1 KB | 512 bytes | 512 bytes |
65 MB - 128 MB | 2 KB | 1 KB | 512 bytes |
129 MB - 256 MB | 4 KB | 2 KB | 512 bytes |
257 MB - 512 MB | 8 KB | 4 KB | 512 bytes |
513 MB - 1,024 MB | 16 KB | 4 KB | 1 KB |
1,025 MB - 2 GB | 32 KB | 4 KB | 2 KB |
2 GB - 4 GB | 64 KB | 4 KB | 4 KB |
4 GB - 8 GB | Not supported | 4 KB | 4 KB |
8 GB - 16 GB | Not supported | 8 KB | 4 KB |
16 GB - 32 GB | Not supported | 16 KB | 4 KB |
32 GB - 2 TB | Not supported | Not supported | 4 KB |
Versions of PerformanceTest later than 3.2 display the cluster size of the disk. In earlier versions of the software you'll need to check it yourself. Find or make a file on your hard disk with just a few bytes in it. Then while in Explorer right click on the file and select properties. Compare the values for 'Size' and 'Size on disk'. You can see that in the smallfile.txt example (left) that the disk is used extremely inefficiently (0.015% efficiency in fact). This is because this disk has been formatted with 32KB clusters. If the disk was formatted with 4KB clusters (top right) the results would have been very different (0.12% efficiency, a 8 fold improvement).