minix/minix/commands/rawspeed/rawspeed.8
Lionel Sambuc 0805ab8cfd Import a few manpages
The following manpages where contributed by
Jacob Adams <tookmund@gmail.com>:
 - atnormalize.8
 - autopart.8
 - decomp16.1
 - devsize.8
 - rawspeed.8
 - rotate.8
 - update_bootcfg.8
 - updateboot.8

Change-Id: Ide3abf0962083b83e37426e2d47f3a9391d6315e
2014-11-25 11:04:20 +01:00

31 lines
597 B
Groff

.TH man 8 "14 November 2014" "1.0" "rawspeed man page"
.SH NAME
rawspeed \- Measure speed of a device
.SH SYNOPSIS
rawspeed [-u unit] [-m max] [-t seconds] [-c] [-r limit] device
.SH OPTIONS
.IP -u
best sector multiple (default 2)
.IP -m
read multiples of unit upto 'max'
.IP -t
time to run test (default 10)
.IP -c
cache test: rewind after each read or write of max size
.IP -r
random seeks upto sector 'limit' before reading or writing
.SH DESCRIPTION
Measures the speed of a given device.
.SH EXAMPLES
rawspeed /dev/c0d1
.SH AUTHOR
Manpage written by Jacob Adams <tookmund@gmail.com>