summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ProcessList.h b/ProcessList.h
index e4c266c6..ba6f337d 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -43,6 +43,16 @@ typedef struct ProcessList_ {
bool topologyOk;
#endif
+ unsigned long long int totalMem;
+ unsigned long long int usedMem;
+ unsigned long long int freeMem;
+ unsigned long long int sharedMem;
+ unsigned long long int buffersMem;
+ unsigned long long int cachedMem;
+ unsigned long long int totalSwap;
+ unsigned long long int usedSwap;
+ unsigned long long int freeSwap;
+
int cpuCount;
} ProcessList;