37
37
.Sh SYNOPSIS
38
38
.Nm zpool
39
39
.Cm status
40
+ .Op Fl DdegiLPpstvx
40
41
.Op Fl c Ar script1 Ns Oo , Ns Ar script2 Ns ,… Oc
41
- .Op Fl dDegiLpPstvx
42
- .Oo Fl j
43
- .Oo Ns Fl Fl json-int Oc
44
- .Oo Ns Fl Fl json-flat-vdevs Oc
45
- .Oo Ns Fl Fl json-pool-key-guid Oc
42
+ .Oo Fl j|--json
43
+ .Oo Ns Fl -json-flat-vdevs Oc
44
+ .Oo Ns Fl -json-int Oc
45
+ .Oo Ns Fl -json-pool-key-guid Oc
46
46
.Oc
47
- .Op Fl Fl power
48
47
.Op Fl T Ar d|u
48
+ .Op Fl -power
49
49
.Op Ar pool
50
50
.Op Ar interval Op Ar count
51
51
.
@@ -74,6 +74,14 @@ See the
74
74
option of
75
75
.Nm zpool Cm iostat
76
76
for complete details.
77
+ .It Fl D
78
+ Display a histogram of deduplication statistics, showing the allocated
79
+ .Pq physically present on disk
80
+ and referenced
81
+ .Pq logically referenced in the pool
82
+ block counts and sizes by reference count.
83
+ If repeated, (-DD), also shows statistics on how much of the DDT is resident
84
+ in the ARC.
77
85
.It Fl d
78
86
Display the number of Direct I/O read/write checksum verify errors that have
79
87
occurred on a top-level VDEV.
@@ -87,14 +95,6 @@ Direct I/O reads checksum verify errors can also occur if the contents of the
87
95
buffer are being manipulated after the I/O has been issued and is in flight.
88
96
In the case of Direct I/O read checksum verify errors, the I/O will be reissued
89
97
through the ARC.
90
- .It Fl D
91
- Display a histogram of deduplication statistics, showing the allocated
92
- .Pq physically present on disk
93
- and referenced
94
- .Pq logically referenced in the pool
95
- block counts and sizes by reference count.
96
- If repeated, (-DD), also shows statistics on how much of the DDT is resident
97
- in the ARC.
98
98
.It Fl e
99
99
Only show unhealthy vdevs (not-ONLINE or with errors).
100
100
.It Fl g
@@ -103,31 +103,31 @@ These GUIDs can be used in place of device names for the zpool
103
103
detach/offline/remove/replace commands.
104
104
.It Fl i
105
105
Display vdev initialization status.
106
- .It Fl j , -json Oo Ns Fl Fl json-int Oc Oo Ns Fl Fl json-flat-vdevs Oc \
107
- Oo Ns Fl Fl json-pool-key-guid Oc
106
+ .It Fl j , -json Oo Ns Fl - json-flat-vdevs Oc Oo Ns Fl - json-int Oc \
107
+ Oo Ns Fl - json-pool-key-guid Oc
108
108
Display the status for ZFS pools in JSON format.
109
109
Specify
110
- .Sy --json-int
111
- to display numbers in integer format instead of strings.
112
- Specify
113
110
.Sy --json-flat-vdevs
114
111
to display vdevs in flat hierarchy instead of nested vdev objects.
115
112
Specify
113
+ .Sy --json-int
114
+ to display numbers in integer format instead of strings.
115
+ Specify
116
116
.Sy --json-pool-key-guid
117
117
to set pool GUID as key for pool objects instead of pool names.
118
118
.It Fl L
119
119
Display real paths for vdevs resolving all symbolic links.
120
120
This can be used to look up the current block device name regardless of the
121
121
.Pa /dev/disk/
122
122
path used to open it.
123
- .It Fl p
124
- Display numbers in parsable (exact) values.
125
123
.It Fl P
126
124
Display full paths for vdevs instead of only the last component of
127
125
the path.
128
126
This can be used in conjunction with the
129
127
.Fl L
130
128
flag.
129
+ .It Fl p
130
+ Display numbers in parsable (exact) values.
131
131
.It Fl -power
132
132
Display vdev enclosure slot power status (on or off).
133
133
.It Fl s
@@ -140,8 +140,6 @@ This does not necessarily mean the I/O operations failed to complete, just took
140
140
an
141
141
unreasonably long amount of time.
142
142
This may indicate a problem with the underlying storage.
143
- .It Fl t
144
- Display vdev TRIM status.
145
143
.It Fl T Sy d Ns | Ns Sy u
146
144
Display a time stamp.
147
145
Specify
@@ -154,6 +152,8 @@ Specify
154
152
for a printed representation of the internal representation of time.
155
153
See
156
154
.Xr time 1 .
155
+ .It Fl t
156
+ Display vdev TRIM status.
157
157
.It Fl v
158
158
Displays verbose data error information, printing out a complete list of all
159
159
data errors since the last complete pool scrub.
0 commit comments