Date: Fri, 17 May 2019 18:15:47 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r347939 - head/sbin/nvmecontrol Message-ID: <201905171815.x4HIFlCN096547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scottl Date: Fri May 17 18:15:47 2019 New Revision: 347939 URL: https://svnweb.freebsd.org/changeset/base/347939 Log: Better formatting for the logpage section Modified: head/sbin/nvmecontrol/nvmecontrol.8 Modified: head/sbin/nvmecontrol/nvmecontrol.8 ============================================================================== --- head/sbin/nvmecontrol/nvmecontrol.8 Fri May 17 18:13:43 2019 (r347938) +++ head/sbin/nvmecontrol/nvmecontrol.8 Fri May 17 18:15:47 2019 (r347939) @@ -114,12 +114,26 @@ high-speed storage devices over PCI Express. .Ss logpage The logpage command knows how to print log pages of various types. It also knows about vendor specific log pages from hgst/wdc and intel. -Page 0xc1 for hgst/wdc contains the advanced smart information about -the drive. -Page 0xc1 is read latency stats for intel. -Page 0xc2 is write latency stats for intel. -Page 0xc5 is temperature stats for intel. -Page 0xca is advanced smart information for intel. +Note that some vendors use the same log page numbers for different data. +.Pp +.Bl -tag -compact -width "Page 0x00" +.It Dv Page 0x01 +Drive Error Log +.It Dv Page 0x02 +Health/SMART Data +.It Dv Page 0x03 +Firmware Information +.It Dv Page 0xc1 +Advanced SMART information (WDC/HGST) +.It Dv Page 0xc1 +Read latency stats (Intel) +.It Dv Page 0xc2 +Wite latency stats (Intel) +.It Dv Page 0xc5 +Temperature stats (Intel) +.It Dv Page 0xca +Advanced SMART information (Intel) +.El .Pp Specifying .Fl p
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905171815.x4HIFlCN096547>