From edfbdcf2ce4840df9fcc84252bd41877e05643a9 Mon Sep 17 00:00:00 2001 From: allanjude Date: Thu, 18 May 2017 13:19:07 +0000 Subject: 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 --- contrib/top/machine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/top/machine.h') 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; -- cgit v1.1