Doug MacEachern
8964e0264d
add sigar_net_connection_state_get function
2005-03-11 17:07:55 +00:00
Doug MacEachern
da09d33f35
add sigar_net_connect_t.state
2005-03-11 16:59:43 +00:00
Doug MacEachern
b16072f3cb
tcp states
2005-03-11 04:44:26 +00:00
Doug MacEachern
182bd26065
decls for sigar_who
2005-02-22 01:50:16 +00:00
Doug MacEachern
9cbc2d0e75
nfs ping cleanup
2005-02-21 01:50:34 +00:00
Doug MacEachern
b2cc0c4c48
move /proc/pid/cmdline parsing to sigar_util.c
2005-02-09 07:29:31 +00:00
Doug MacEachern
728fd6d75d
initialize disk metrics for all platforms
2004-12-05 23:42:23 +00:00
Doug MacEachern
dfdff8b635
use SIGAR_FIELD_NOTIMPL constant in place of -1 or 0 for fields which are not implemented for a given platform
2004-12-05 23:36:48 +00:00
Doug MacEachern
67f1b3a6a3
add sigar_cache decls
2004-12-05 21:09:14 +00:00
Doug MacEachern
6852882203
use function pointer to free value
2004-12-05 20:48:35 +00:00
Doug MacEachern
e5582816c6
start disk i/o metrics
2004-12-05 01:18:57 +00:00
Doug MacEachern
f932402774
hash table for caching username lookups, etc.
2004-12-04 22:44:55 +00:00
Doug MacEachern
46ba56bc17
add cpu.wait metric
2004-11-22 01:51:34 +00:00
Doug MacEachern
fee5b18641
removing mem.{buffer,cached} fields.
...
replace with actual_{free,used} fields so we can portably adjust
-/+ buffers/cache on linux and perhaps on other platforms w/ different
semantics.
2004-11-20 02:08:16 +00:00
Doug MacEachern
cf93196a8a
convert seconds to nanoseconds
2004-11-17 05:45:14 +00:00
Doug MacEachern
f1b03cea1f
decls for thread_cpu
2004-11-17 04:55:31 +00:00
Doug MacEachern
4736d77c87
add proc_time.total field (sum of user+sys)
2004-08-21 00:25:07 +00:00
Doug MacEachern
606275fc36
renaming proc_time.{utime,stime} to proc_time.{user,sys}
...
'utime' and 'stime' are common within system structures, but with lots of
other stuff in the structure unrelated to time. having 'time' in both the
structure/class name and the field at the sigar level is just lame.
2004-08-21 00:13:13 +00:00
Doug MacEachern
dc4168178d
removing uptime.idletime (only linux had this)
2004-07-21 21:56:55 +00:00
Doug MacEachern
ddc6f4c55c
missed api _list convention, cpu_infos -> cpu_info_list
2004-07-10 04:44:45 +00:00
Doug MacEachern
13d1d102f8
add some log helpers
2004-07-05 22:23:03 +00:00
Doug MacEachern
4df7191361
add function to cleanup cpu model name
2004-07-02 01:25:35 +00:00
Doug MacEachern
3fd81bf749
decls for new proc_modules functions
2004-06-22 06:11:38 +00:00
Doug MacEachern
dffe0da855
Initial revision
2004-06-21 22:37:04 +00:00