Deleted Added
full compact
nvmecontrol.8 (328721) nvmecontrol.8 (328725)
1.\"
2.\" Copyright (c) 2012 Intel Corporation
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" nvmecontrol man page.
31.\"
32.\" Author: Jim Harris <jimharris@FreeBSD.org>
33.\"
1.\"
2.\" Copyright (c) 2012 Intel Corporation
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" nvmecontrol man page.
31.\"
32.\" Author: Jim Harris <jimharris@FreeBSD.org>
33.\"
34.\" $FreeBSD: stable/11/sbin/nvmecontrol/nvmecontrol.8 328721 2018-02-01 19:40:51Z mav $
34.\" $FreeBSD: stable/11/sbin/nvmecontrol/nvmecontrol.8 328725 2018-02-01 19:44:24Z mav $
35.\"
35.\"
36.Dd February 4, 2017
36.Dd February 24, 2017
37.Dt NVMECONTROL 8
38.Os
39.Sh NAME
40.Nm nvmecontrol
41.Nd NVM Express control utility
42.Sh SYNOPSIS
43.Nm
44.Ic devlist

--- 58 unchanged lines hidden (view full) ---

103The logpage command knows how to print log pages of various types.
104It also knows about vendor specific log pages from hgst/wdc and intel.
105Page 0xc1 for hgst/wdc contains the advanced smart information about
106the drive.
107Page 0xc1 is read latency stats for intel.
108Page 0xc2 is write latency stats for intel.
109Page 0xc5 is temperature stats for intel.
110Page 0xca is advanced smart information for intel.
37.Dt NVMECONTROL 8
38.Os
39.Sh NAME
40.Nm nvmecontrol
41.Nd NVM Express control utility
42.Sh SYNOPSIS
43.Nm
44.Ic devlist

--- 58 unchanged lines hidden (view full) ---

103The logpage command knows how to print log pages of various types.
104It also knows about vendor specific log pages from hgst/wdc and intel.
105Page 0xc1 for hgst/wdc contains the advanced smart information about
106the drive.
107Page 0xc1 is read latency stats for intel.
108Page 0xc2 is write latency stats for intel.
109Page 0xc5 is temperature stats for intel.
110Page 0xca is advanced smart information for intel.
111.Pp
112Specifying
113.Fl p
114.Ic help
115will list all valid vendors and pages.
116.Fl x
117will print the page as hex.
118.Fl b
119will print the binary data for the page.
111.Ss wdc
112The various wdc command retrieve log data from the wdc/hgst drives.
113The
114.Fl o
115flag specifies a path template to use to output the files.
116Each file takes the path template (which defaults to nothing), appends
117the drive's serial number and the type of dump it is followed
118by .bin.

--- 80 unchanged lines hidden ---
120.Ss wdc
121The various wdc command retrieve log data from the wdc/hgst drives.
122The
123.Fl o
124flag specifies a path template to use to output the files.
125Each file takes the path template (which defaults to nothing), appends
126the drive's serial number and the type of dump it is followed
127by .bin.

--- 80 unchanged lines hidden ---