Lines 33-39
Link Here
|
33 |
.\" |
33 |
.\" |
34 |
.\" $FreeBSD$ |
34 |
.\" $FreeBSD$ |
35 |
.\" |
35 |
.\" |
36 |
.Dd March 26, 2013 |
36 |
.Dd September 10, 2016 |
37 |
.Dt NVMECONTROL 8 |
37 |
.Dt NVMECONTROL 8 |
38 |
.Os |
38 |
.Os |
39 |
.Sh NAME |
39 |
.Sh NAME |
Lines 94-102
Link Here
|
94 |
.Pp |
94 |
.Pp |
95 |
.Dl nvmecontrol perftest -n 32 -o read -s 512 -t 30 nvme0ns1 |
95 |
.Dl nvmecontrol perftest -n 32 -o read -s 512 -t 30 nvme0ns1 |
96 |
.Pp |
96 |
.Pp |
97 |
Run a performance test on nvme0ns1 using 32 kernel threads for 30 seconds. Each |
97 |
Run a performance test on nvme0ns1 using 32 kernel threads for 30 seconds. |
98 |
thread will issue a single 512 byte read command. Results are printed to |
98 |
Each thread will issue a single 512 byte read command. |
99 |
stdout when 30 seconds expires. |
99 |
Results are printed to stdout when 30 seconds expires. |
100 |
.Pp |
100 |
.Pp |
101 |
.Dl nvmecontrol reset nvme0 |
101 |
.Dl nvmecontrol reset nvme0 |
102 |
.Pp |
102 |
.Pp |
Lines 137-142
Link Here
|
137 |
.Dl nvmecontrol power nvme0 |
137 |
.Dl nvmecontrol power nvme0 |
138 |
.Pp |
138 |
.Pp |
139 |
Get the current power mode. |
139 |
Get the current power mode. |
|
|
140 |
.Sh HISTORY |
141 |
The |
142 |
.Nm |
143 |
utility appeared in |
144 |
.Fx 9.2 . |
140 |
.Sh AUTHORS |
145 |
.Sh AUTHORS |
141 |
.An -nosplit |
146 |
.An -nosplit |
142 |
.Nm |
147 |
.Nm |