mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 13:34:35 +03:00
consider only shrinkable ZFS ARC as cache on Linux
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user