ViewVC Help
View Directory | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab
File Last Change
 ../
Makefile.am 1.33 (17 years ago) by tdb: Bump library version for 0.14.
cpu_stats.c 1.27 (17 years ago) by tdb: Attempt to fix cpu stats on solaris. It seems iowait covers all the various types of wait, including IO and swap. So instead we do: iowait = cs.cpu_sysinfo.wait[W_IO] + cs.cpu_sysinfo.wait[W_PIO] swap = cs.cpu_sysinfo.wait[W_SWAP] I'm also not sure if cs.cpu_sysinfo.cpu[CPU_STATES] means anything.
disk_stats.c 1.85 (17 years ago) by tdb: Make sure we always close kstat. Spotted by: "Javier Donaire" <jyuyu@fraguel.org> (in load_stats.c)
error.c 1.17 (19 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
load_stats.c 1.19 (17 years ago) by tdb: Make sure we always close kstat. Spotted by: "Javier Donaire" <jyuyu@fraguel.org> (in load_stats.c)
memory_stats.c 1.34 (17 years ago) by tdb: Fix compile problem in last commit.
network_stats.c 1.80 (17 years ago) by tdb: When checking the interface up status check the link status as well. Suggested by: "Vassallo, Michelangelo (Michelangelo)" <vassallo@lucent.com>
os_info.c 1.24 (17 years ago) by tdb: Make sure we always close kstat. Spotted by: "Javier Donaire" <jyuyu@fraguel.org> (in load_stats.c)
page_stats.c 1.23 (19 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
process_stats.c 1.82 (17 years ago) by tdb: Fix process time_spent on Linux. Spotted by: Fred Barnes
statgrab.h 1.58 (18 years ago) by tdb: Nasty hack to make inclusion in C++ code easier. We seem to be getting regular reports of problems with C++, and this should fix them.
statgrab_deprecated.c 1.2 (20 years ago) by tdb: Fix a couple of includes.
statgrab_deprecated.h 1.1 (20 years ago) by tdb: Add compatibility code. This provides a working pre-0.10 API for old applications. To use simply change the #include line to: #define SG_ENABLE_DEPRECATED #include <statgrab.h> This can be disabled at build time completely using --disable-deprecated.
swap_stats.c 1.24 (19 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
tools.c 1.64 (17 years ago) by tdb: Make sure we always close kstat. Spotted by: "Javier Donaire" <jyuyu@fraguel.org> (in load_stats.c)
tools.h 1.26 (19 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
user_stats.c 1.28 (19 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
vector.c 1.9 (20 years ago) by tdb: Whitespace tidyup - change spaces to tabs.
vector.h 1.7 (20 years ago) by tdb: Add header block.
win32.c 1.2 (18 years ago) by tdb: Apply fix to Win32 code. Patch by: "Tim Teulings" <rael@edge.ping.de>
win32.h 1.1 (19 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
0 directories and 21 files shown