|
NAMEzcav - program to test raw hard drive throughput.SYNOPSISzcav [-b block-size[:chunk-size]] [-c count] [-r [first-block]:last-block] [-w] [-s skip-rate] [-u uid-to-use:gid-to-use] [-g gid-to-use] [-l log-file] [-f] file-name [-l log-file [-f] file-name]...DESCRIPTIONThis manual page documents briefly the zcav, program.Modern hard drives have a constant rotational speed but have varying numbers of sectors per track (outside tracks are longer and have more sectors). This is referred to as Zoned Constant Angular Velocity (or ZCAV). The outer tracks will have a higher data transfer rate due to having more sectors per track, these tracks generally have the lower track/sector numbers. This program tests the ZCAV performance of a hard drive, by reading the entire data on it a specified number of times. The file name given as the first parameter, it can be specified as -, for standard input. This file will be opened as read-only and in usual operation it will be /dev/hdX or /dev/ide/host0/busX/targetY/lun0/disc depending on whether you use devfs or not (NB operating systems other than Linux will have different device names). The output should be able to be easily graphed with gnuplot which is what I use to view the results. OPTIONS
SEE ALSObonnie++(8)AUTHORThis program, it's manual page, and the Debian package were written by Russell Coker <russell@coker.com.au>.AVAILABILITYThe source is available from http://www.coker.com.au/bonnie++ .See http://etbe.coker.com.au/category/benchmark for further information. Visit the GSP FreeBSD Man Page Interface. |