blob: 160d08ef27e9ae4a8a83055447511bb329888349 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
.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>
|