mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Linux: individual huge page values in the huge page meter
This commit is contained in:
@ -18,6 +18,8 @@ in the source distribution for its full text.
|
||||
#include "ZramStats.h"
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
#define HTOP_HUGEPAGE_BASE_SHIFT 16
|
||||
#define HTOP_HUGEPAGE_COUNT 24
|
||||
|
||||
typedef struct CPUData_ {
|
||||
unsigned long long int totalTime;
|
||||
@ -73,7 +75,7 @@ typedef struct LinuxProcessList_ {
|
||||
#endif
|
||||
|
||||
unsigned long long int totalHugePageMem;
|
||||
unsigned long long int freeHugePageMem;
|
||||
unsigned long long int usedHugePageMem[HTOP_HUGEPAGE_COUNT];
|
||||
|
||||
ZfsArcStats zfs;
|
||||
ZramStats zram;
|
||||
|
Reference in New Issue
Block a user