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 "diskmeter.h"
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <dirent.h>
#include <errno.h>
#include <limits.h>
#include <fstream>
#include <iostream>
#include <string>
Go to the source code of this file.
Macros | |
#define | MAX_PROCSTAT_LENGTH 4096 |
#define MAX_PROCSTAT_LENGTH 4096 |
Definition at line 20 of file diskmeter.cc.