2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
11 .\" Copyright 2014 Adam Stevko. All rights reserved.
12 .\" Copyright (c) 2015 by Delphix. All rights reserved.
13 .\" Copyright (c) 2020 by AJ Jordan. All rights reserved.
21 .Nd report ZFS ARC and L2ARC statistics
25 .Op Fl f Ar field Ns Op , Ns Ar field Ns …
33 prints various ZFS ARC and L2ARC statistics in vmstat-like fashion:
34 .Bl -tag -compact -offset Ds -width "l2asize"
38 Demand data hit percentage
40 Demand data miss percentage
42 MFU list hits per second
44 Metadata hit percentage
46 Metadata miss percentage
48 MRU list hits per second
50 Prefetch hits percentage
52 Prefetch miss percentage
54 Demand data hits per second
56 Demand data misses per second
62 MFU ghost list hits per second
64 Metadata hits per second
68 Metadata misses per second
70 MRU ghost list hits per second
72 Prefetch hits per second
74 Prefetch misses per second
76 Total ARC accesses per second
85 Demand data accesses per second
91 Metadata accesses per second
93 Prefetch accesses per second
95 L2ARC access hit percentage
99 L2ARC misses per second
101 Total L2ARC accesses per second
103 L2ARC prefetch allocated size per second
105 L2ARC prefetch allocated size percentage
107 L2ARC MFU allocated size per second
109 L2ARC MFU allocated size percentage
111 L2ARC MRU allocated size per second
113 L2ARC MRU allocated size percentage
115 L2ARC data (buf content) allocated size per second
117 L2ARC data (buf content) allocated size percentage
119 L2ARC metadata (buf content) allocated size per second
121 L2ARC metadata (buf content) allocated size percentage
125 mutex_miss per second
127 Bytes read per second from the L2ARC
129 L2ARC access miss percentage
131 Actual (compressed) size of the L2ARC
137 The ARC's idea of how much free memory there is, which includes evictable memory in the page cache.
138 Since the ARC tries to keep
142 is usually more instructive to observe than
145 The ARC's idea of how much free memory is available to it, which is a bit less than
147 May temporarily be negative, in which case the ARC will reduce the target size
154 Print all possible stats.
156 Display only specific fields.
159 for supported statistics.
161 Display help message.
163 Report statistics to a file instead of the standard output.
165 Disable auto-scaling of numerical fields (for raw, machine-parsable values).
167 Display data with a specified separator (default: 2 spaces).
170 .Pq same as Fl f Sy time , Ns Sy mfu , Ns Sy mru , Ns Sy mfug , Ns Sy mrug , Ns Sy eskip , Ns Sy mtxmis , Ns Sy dread , Ns Sy pread , Ns Sy read .
172 Show field headers and definitions
176 The following operands are supported:
177 .Bl -tag -compact -offset Ds -width "interval"
179 Specify the sampling interval in seconds.