summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Ahrens <mahrens@delphix.com>2015-10-29 16:02:13 -0700
committerMatthew Ahrens <mahrens@delphix.com>2015-10-29 16:02:13 -0700
commitf34d737f84313e6f54728b1be0483c6234404577 (patch)
tree0ac5bfbfc1c1c0a87c1e0fd049519df48d087b0f
parent1df447eb94a6e63a6b25973d3ff13999b5e1c126 (diff)
downloadillumos-joyent-f34d737f84313e6f54728b1be0483c6234404577.tar.gz
5963 rmis should be removed from arcstat manpage
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/man/man1m/arcstat.1m16
1 files changed, 2 insertions, 14 deletions
diff --git a/usr/src/man/man1m/arcstat.1m b/usr/src/man/man1m/arcstat.1m
index e4a0eca43e..f65095fe57 100644
--- a/usr/src/man/man1m/arcstat.1m
+++ b/usr/src/man/man1m/arcstat.1m
@@ -10,6 +10,7 @@
.\"
.\"
.\" Copyright 2014 Adam Stevko. All rights reserved.
+.\" Copyright (c) 2015 by Delphix. All rights reserved.
.\"
.TH ARCSTAT 1M "Feb 4, 2014"
.SH NAME
@@ -22,7 +23,6 @@ arcstat \- report ZFS ARC and L2ARC statistics
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBarcstat\fR utility print various ZFS ARC and L2ARC statistics in
vmstat-like fashion.
@@ -227,15 +227,6 @@ Total ARC accesses per second
.sp
.ne 2
.na
-\fBrmis \fR
-.ad
-.RS 14n
-recycle_miss per second
-.RE
-
-.sp
-.ne 2
-.na
\fBtime \fR
.ad
.RS 14n
@@ -379,7 +370,6 @@ Actual (compressed) size of the L2ARC
.\"
.SH OPTIONS
-.sp
.LP
The following options are supported:
@@ -426,7 +416,7 @@ Display data with a specified separator (default: 2 spaces).
.ad
.RS 12n
-Print extended stats (same as -f time,mfu,mru,mfug,mrug,eskip,mtxmis,rmis,dread,pread,read).
+Print extended stats (same as -f time,mfu,mru,mfug,mrug,eskip,mtxmis,dread,pread,read).
.RE
.sp
@@ -439,7 +429,6 @@ Show field headers and definitions
.RE
.SH OPERANDS
-.sp
.LP
The following operands are supported:
.sp
@@ -461,7 +450,6 @@ Specify the sampling interval in seconds.
.RE
.SH AUTHORS
-.sp
.LP
arcstat was originally written by Neelakanth Nadgir and supported only ZFS ARC statistics.
Mike Harsch updated it to support L2ARC statistics.