|
ReadFile 1.30: Read File for testing speed of file transferThis small freeware utility allows you to test the speed of memory copy and disk transfer operations under Windows 95 and Windows NT. This is a Win32 console application. C Source included.You may download readfile here: readfi13.zip
(18 607 bytes) Usage :
READFILE without parameters tests the speed of copying big blocks of memory (1
MB) READFILE with filename parameters tests the speed of reading files. For example : C:\> READFILE.EXE *.ima ReadFile 1.30 - http://www.winimage.com/readfile.htm File= 3860 Kb/Sec with 1474560 bytes : Distwi25.ima File= 4084 Kb/Sec with 1474560 bytes : DISTWI22.IMA Average = 3850 Kb/Sec with 2949120 bytes (total : 765 msec)
The files are opened with the FILE_FLAG_NO_BUFFERING parameter, so the operating
system will not cache file reads. I suggest that you test it on big (more than 1 MB), unfragmented files for
finding the real transfer speed of your hard disk (or network unit) during
sequential reads. Under Windows NT, it's VERY useful to start the performance monitor tool before using READFILE: - Start PERFMON.EXE - Add CPU in the chart With Windows 95, you can use the WinTop Kernel Toy, downloadable from this URL:
http://www.microsoft.com/windows/software/krnltoy.htm Microsoft site contain a information about DmaCheck (KB article
Q191774 with DmaCheck information, link to download
DmaCheck). For hard disk greather than 8 GB, see also article Q183654
and Q197667. If you have not installer the Service Pack 4 (or greather) of Windows NT4, get updated Atapi.sys (with both large disk and Dma support with DmaCheck) on the atapi.exe link on Microsoft site.
If you are interrested in benchmarking, also try AsBench. |
Copyright Gilles Vollant Software, 1999