aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorChrister Ekholm <[email protected]>2013-07-19 00:19:32 +0200
committerBrian Behlendorf <[email protected]>2013-07-22 13:38:51 -0700
commit6e1b9d03342309358e58e99ac41e2e8e599d31ba (patch)
tree7c934e0bc28855ec35fe506008721d04bd587afd /man
parentdba1d705669cf0e33091622d0e950b9459b20e2e (diff)
Add documentation for -T and interval to "zpool list"
zpool list has the same options for repeating as zpool iostat has, but that is not documented. This patch adds the documentation. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man')
-rw-r--r--man/man8/zpool.818
1 files changed, 15 insertions, 3 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8
index c1ee0d5de..b4b0f46be 100644
--- a/man/man8/zpool.8
+++ b/man/man8/zpool.8
@@ -99,7 +99,7 @@ zpool \- configures ZFS storage pools
.LP
.nf
-\fBzpool list\fR [\fB-Hv\fR] [\fB-o\fR \fIproperty\fR[,...]] [\fIpool\fR] ...
+\fBzpool list\fR [\fB-T\fR u | d ] [\fB-Hv\fR] [\fB-o\fR \fIproperty\fR[,...]] [\fIpool\fR] ... [\fIinterval\fR[\fIcount\fR]]
.fi
.LP
@@ -1457,11 +1457,11 @@ Treat exported or foreign devices as inactive.
.ne 2
.mk
.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
.mk
@@ -1473,6 +1473,18 @@ Lists the given pools along with a health status and space usage. When given no
Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space.
.RE
+.ne 2
+.mk
+.na
+\fB\fB-T\fR \fBu\fR | \fBd\fR\fR
+.ad
+.RS 12n
+.rt
+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
.mk