diff options
author | Ryan Moeller <[email protected]> | 2020-10-21 17:09:14 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-10-30 16:02:11 -0700 |
commit | 3b79394bc913e708826911aa724dc7115a391aba (patch) | |
tree | 39754db800c78aa665791415f3e8c2a6dead6140 /man | |
parent | 4df31aa98c8a030f47902bc7c8db093440646a6f (diff) |
arcstat: Add -a and -p options from FreeNAS
Added -a option to automatically print all valid statistics.
Added -p option to suppress scaling of printed data.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Authored by: Nick Principe <[email protected]>
Ported-by: Ryan Moeller <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11090
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/arcstat.1 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/man/man1/arcstat.1 b/man/man1/arcstat.1 index 7fe1e0bfb..ca508b49c 100644 --- a/man/man1/arcstat.1 +++ b/man/man1/arcstat.1 @@ -13,13 +13,13 @@ .\" Copyright (c) 2015 by Delphix. All rights reserved. .\" Copyright (c) 2020 by AJ Jordan. All rights reserved. .\" -.TH ARCSTAT 1 "Aug 24, 2020" OpenZFS +.TH ARCSTAT 1 "Oct 20, 2020" OpenZFS .SH NAME arcstat \- report ZFS ARC and L2ARC statistics .SH SYNOPSIS .LP .nf -\fBarcstat\fR [\fB-hvx\fR] [\fB-f field[,field]...\fR] [\fB-o file\fR] [\fB-s string\fR] [\fBinterval\fR [\fBcount\fR]] +\fBarcstat\fR [\fB-havxp\fR] [\fB-f field[,field]...\fR] [\fB-o file\fR] [\fB-s string\fR] [\fBinterval\fR [\fBcount\fR]] .fi .SH DESCRIPTION @@ -423,6 +423,15 @@ The following options are supported: .sp .ne 2 .na +\fB\fB-a\fR\fR +.ad +.RS 12n +Print all possible stats. +.RE + +.sp +.ne 2 +.na \fB\fB-f\fR\fR .ad .RS 12n @@ -450,6 +459,15 @@ Report statistics to a file instead of the standard output. .sp .ne 2 .na +\fB\fB-p\fR\fR +.ad +.RS 12n +Disable auto-scaling of numerical fields (for raw, machine-parsable values). +.RE + +.sp +.ne 2 +.na \fB\fB-s\fR\fR .ad .RS 12n |