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 "loadmeter.h"
#include "cpumeter.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fstream>
#include <iostream>
#include <string>
Go to the source code of this file.
Variables | |
static const char | LOADFILENAME [] = "/proc/loadavg" |
static const char | SPEEDFILENAME [] = "/proc/cpuinfo" |
|
static |
Definition at line 19 of file loadmeter.cc.
|
static |
Definition at line 20 of file loadmeter.cc.
Referenced by LoadMeter::getspeedinfo().