4571 Add documentation for -T and interval to "zpool list"

illumos/illumos-gate@b55998b6d6
This commit is contained in:
Xin LI 2014-03-20 19:24:29 +00:00
parent f229e93184
commit 5b195eb026
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/illumos/dist/; revision=263438

View File

@ -1569,12 +1569,28 @@ the pool, in addition to the pool-wide statistics.
.sp
.ne 2
.na
\fB\fBzpool list\fR [\fB-Hv\fR] [\fB-o\fR \fIprops\fR[,...]] [\fIpool\fR] ...\fR
\fB\fBzpool list\fR [\fB-T\fR \fBu\fR | \fBd\fR] [\fB-Hv\fR] [\fB-o\fR \fIprops\fR[,...]] [\fIpool\fR] ...
[\fIinterval\fR[\fIcount\fR]]\fR
.ad
.sp .6
.RS 4n
Lists the given pools along with a health status and space usage. When given no
arguments, all pools in the system are listed.
Lists the given pools along with a health status and space usage. If no \fIpools\fR are specified,
all pools in the system are listed. When given an \fIinterval\fR, the information is printed every
\fIinterval\fR seconds until \fBCtrl-C\fR is pressed. If \fIcount\fR is specified, the command exits
after \fIcount\fR reports are printed.
.sp
.ne 2
.na
\fB\fB-T\fR \fBu\fR | \fBd\fR\fR
.ad
.RS 12n
Display a time stamp.
.sp
Specify \fBu\fR for a printed representation of the internal representation of
time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See
\fBdate\fR(1).
.RE
.sp
.ne 2
.na