xosview
1.23
About: xosview is an X Windows based system monitor (cpu, memory, swap and network usage; interrupt and serial activities; load average).
![]() ![]() |
#include "pagemeter.h"
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | MAX_PROCSTAT_LENGTH 4096 |
#define MAX_PROCSTAT_LENGTH 4096 |
Definition at line 15 of file pagemeter.cc.