ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
projects
/
cms
/
source
/
ihost
/
libstatgrab
/
statgrab.h
Revision:
1.7
Committed:
Wed May 15 21:45:58 2002 UTC
(22 years, 6 months ago) by
tdb
Content type:
text/plain
Branch:
MAIN
Changes since
1.6
:
+2 -0 lines
Log Message:
Added bits for memory stats. Nearly there :)
File Contents
#
User
Rev
Content
1
tdb
1.1
char *get_load_stats();
2
char *get_disk_stats();
3
tdb
1.2
char *get_os_info();
4
tdb
1.3
char *get_user_stats();
5
tdb
1.4
char *get_cpu_stats();
6
tdb
1.5
char *get_process_stats();
7
tdb
1.6
char *get_swap_stats();
8
tdb
1.7
char *get_memory_stats();
9