summaryrefslogtreecommitdiffstats
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2017-05-18 13:19:07 +0000
committerallanjude <allanjude@FreeBSD.org>2017-05-18 13:19:07 +0000
commitedfbdcf2ce4840df9fcc84252bd41877e05643a9 (patch)
treed90471c5bc668326a36a8b9b88d9ccbf5058e989 /contrib/top/machine.h
parentb164a097d0583398c0941ce8e3fbec1679af81e3 (diff)
downloadFreeBSD-src-edfbdcf2ce4840df9fcc84252bd41877e05643a9.zip
FreeBSD-src-edfbdcf2ce4840df9fcc84252bd41877e05643a9.tar.gz
MFC r315435:
Add ZFS compressed ARC stats to top(1) MFC r316314: top(1) read the wrong amount of data from sysctl MFC r318448: Explain the new fields in top(1) related to ZFS compressed ARC Remove the laundry field during the merge, does not exist in stable/11
Diffstat (limited to 'contrib/top/machine.h')
-rw-r--r--contrib/top/machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/top/machine.h b/contrib/top/machine.h
index 6f2844d..8d00ab8 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -21,6 +21,7 @@ struct statics
char **cpustate_names;
char **memory_names;
char **arc_names;
+ char **carc_names;
char **swap_names;
#ifdef ORDER
char **order_names;
@@ -48,6 +49,7 @@ struct system_info
int *cpustates;
int *memory;
int *arc;
+ int *carc;
int *swap;
struct timeval boottime;
int ncpus;
OpenPOWER on IntegriCloud