mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Linux: handle hugepages
Subtract hugepages from normal memory. Add a HugePageMeter. Closes: #447
This commit is contained in:

committed by
cgzones

parent
71f51a20c1
commit
4d85848988
@ -72,6 +72,9 @@ typedef struct LinuxProcessList_ {
|
||||
int netlink_family;
|
||||
#endif
|
||||
|
||||
unsigned long long int totalHugePageMem;
|
||||
unsigned long long int freeHugePageMem;
|
||||
|
||||
ZfsArcStats zfs;
|
||||
ZramStats zram;
|
||||
} LinuxProcessList;
|
||||
|
Reference in New Issue
Block a user