Commit Graph

13 Commits

Author SHA1 Message Date
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
a79bb600b9 assume Xeon on redhat AS 2.1 is HT enabled 2004-08-11 22:44:38 +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
ebc80f9357 adjust model name 2004-07-02 02:52:51 +00:00
Doug MacEachern
a1ffc9132a fixup cpu vendor 2004-07-01 22:07:12 +00:00
Doug MacEachern
b10a1a0c9e fix cpu_list for older linux kernels 2004-07-01 21:57:26 +00:00
Doug MacEachern
1bbf237912 fix compile error w/ older gcc 2004-07-01 00:41:03 +00:00
Doug MacEachern
018f634896 proc_modules impl 2004-06-29 02:23:58 +00:00
Doug MacEachern
f51b9f1cbb remove unused get_ncpus function.
add is_ht_enabled function.
merge times of logical processors in cpu_list_get
2004-06-22 20:52:04 +00:00
Doug MacEachern
97472cb48e stub proc_modules_get 2004-06-22 19:40:37 +00:00
Doug MacEachern
dffe0da855 Initial revision 2004-06-21 22:37:04 +00:00