Remove building with NOCRYPTO option
[minix.git] / minix / commands / rawspeed / rawspeed.8
blob160d08ef27e9ae4a8a83055447511bb329888349
1 .TH man 8 "14 November 2014" "1.0" "rawspeed man page"
2 .SH NAME
3 rawspeed \- Measure speed of a device
5 .SH SYNOPSIS
6 rawspeed [-u unit] [-m max] [-t seconds] [-c] [-r limit] device
7 .SH OPTIONS
8 .IP -u
9 best sector multiple (default 2) 
11 .IP -m 
12 read multiples of unit upto 'max'
14 .IP -t
15 time to run test (default 10)
17 .IP -c
18 cache test: rewind after each read or write of max size
20 .IP -r
21 random seeks upto sector 'limit' before reading or writing
23 .SH DESCRIPTION
24 Measures the speed of a given device.
26 .SH EXAMPLES
27 rawspeed /dev/c0d1
29 .SH AUTHOR
30 Manpage written by Jacob Adams <tookmund@gmail.com>