Zram Meter feature

This commit is contained in:
Murloc Knight
2020-09-22 18:54:15 +07:00
committed by cgzones
parent 43d274a617
commit ab17ef4dc0
10 changed files with 166 additions and 1 deletions

View File

@ -15,8 +15,10 @@ in the source distribution for its full text.
#include "Hashtable.h"
#include "ProcessList.h"
#include "UsersTable.h"
#include "ZramStats.h"
#include "zfs/ZfsArcStats.h"
typedef struct CPUData_ {
unsigned long long int totalTime;
unsigned long long int userTime;
@ -67,6 +69,7 @@ typedef struct LinuxProcessList_ {
#endif
ZfsArcStats zfs;
ZramStats zram;
} LinuxProcessList;
#ifndef PROCDIR