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 <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <strings.h>
#include <kstat.h>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
class | KStatList |
Functions | |
double | kstat_to_double (kstat_named_t *k) |
unsigned long long | kstat_to_ui64 (kstat_named_t *k) |
|
inline |
Definition at line 118 of file kstats.h.
Referenced by NetMeter::getnetstats().