summaryrefslogtreecommitdiffstats
path: root/zfs
diff options
context:
space:
mode:
authorilyam8 <ilya@netdata.cloud>2022-05-08 18:08:49 +0300
committerBenBE <BenBE@geshi.org>2022-05-30 07:50:57 +0200
commit491c6f1044630a4134393ef91df8bcf387ae5268 (patch)
tree952f9ef9f65fc56e4efb20a73d72e6920fa84c1d /zfs
parent98cbdc6dcad40a2f59ec0ec9ff752a46aa0762de (diff)
consider only shrinkable ZFS ARC as cache on Linux
Diffstat (limited to 'zfs')
-rw-r--r--zfs/ZfsArcStats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs/ZfsArcStats.h b/zfs/ZfsArcStats.h
index e2cb4117..1fe72361 100644
--- a/zfs/ZfsArcStats.h
+++ b/zfs/ZfsArcStats.h
@@ -10,6 +10,7 @@ in the source distribution for its full text.
typedef struct ZfsArcStats_ {
int enabled;
int isCompressed;
+ unsigned long long int min;
unsigned long long int max;
unsigned long long int size;
unsigned long long int MFU;

© 2014-2024 Faster IT GmbH | imprint | privacy policy