Commit Graph

174 Commits

Author SHA1 Message Date
Doug MacEachern
9a071a99a4 detect solaris version, use it to skip init_libproc if >= solaris 10. 2004-09-04 22:59:40 +00:00
Doug MacEachern
6876eeabd3 fillin proc_exe on solaris 10 using new /proc/<pid>/path/ feature 2004-09-04 22:46:08 +00:00
Doug MacEachern
42f7549b49 remove unused /proc/cred function.
fix proc_status function name.
2004-09-04 19:01:44 +00:00
Doug MacEachern
c9990246da PR: 9519
proc_dirname does not exist in solaris 10's libproc.so
2004-09-04 18:56:27 +00:00
Doug MacEachern
2e940caf97 PR: 9519
workaround solaris 10 issue in proc_time
2004-09-04 18:37:17 +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
43768bac66 handle proc_exe.name for self process 2004-07-30 02:37:01 +00:00
Doug MacEachern
5213a822f6 pullout some dlinfo code from proc_modules to be reused 2004-07-30 02:27:58 +00:00
Doug MacEachern
19e7aa64a5 fillin proc_exe.name 2004-07-30 02:15:05 +00:00
Doug MacEachern
4e3cdb949b refactor so pgrab can be used elsewhere 2004-07-30 02:07:02 +00:00
Doug MacEachern
5d4736e043 proc_modules refactor to prevent possible phandle leaks 2004-07-30 02:02:41 +00:00
Doug MacEachern
23f6fd91b3 use libproc.so to fillin the proc_exe cwd and root fields 2004-07-30 01:57:58 +00:00
Doug MacEachern
f3705ac25d refactor libproc.so fu to be used elsewhere 2004-07-30 01:46:34 +00:00
Doug MacEachern
dc4168178d removing uptime.idletime (only linux had this) 2004-07-21 21:56:55 +00:00
Doug MacEachern
c1df8325d5 wtf, end-of-file got chopped off 2004-07-12 21:27:24 +00:00
Doug MacEachern
ddc6f4c55c missed api _list convention, cpu_infos -> cpu_info_list 2004-07-10 04:44:45 +00:00
Doug MacEachern
ca3ecc05f5 cpu model/vendor fixups 2004-07-09 21:02:34 +00:00
Doug MacEachern
992f277423 proc_modules impl for self process 2004-07-05 22:49:21 +00:00
Doug MacEachern
51eb79a392 proc_modules impl 2004-07-05 22:28:31 +00:00
Doug MacEachern
263b68ba53 better cpu vendor guess if x86 2004-06-23 02:32:38 +00:00
Doug MacEachern
97472cb48e stub proc_modules_get 2004-06-22 19:40:37 +00:00
Doug MacEachern
e964155cd6 fix cpu_list bug 2004-06-22 01:29:47 +00:00
Doug MacEachern
dffe0da855 Initial revision 2004-06-21 22:37:04 +00:00