Doug MacEachern
3ba4a01afc
seems aix and osf are old buddies
2004-09-06 03:53:09 +00:00
Doug MacEachern
e2795350fc
add includes
2004-09-06 03:27:28 +00:00
Doug MacEachern
69e8003fe2
fillin sigar_mem
2004-09-06 03:27:05 +00:00
Doug MacEachern
ac0e4ac5a0
copy of src/os/stub
2004-09-06 03:02:04 +00:00
Doug MacEachern
cb45a3956c
fix compiler warnings
2004-09-06 02:50:41 +00:00
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
ed77b95632
fix possible crash in get_cpu_instance
2004-08-27 23:06:46 +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
a79bb600b9
assume Xeon on redhat AS 2.1 is HT enabled
2004-08-11 22:44:38 +00:00
Doug MacEachern
25887e0f4a
change get_proc_info to report 'No such process'
2004-08-10 22:24:12 +00:00
Doug MacEachern
b85eea0ff9
workaround issue seen on occasion w/ 2003 server in vmware.
...
for reasons unknown, the process perf object sometimes comes back with
the counter titles but no instances. this would crash the agent.
2004-08-10 21:51:13 +00:00
Doug MacEachern
948b456433
fix get_perf_object, ReqQuery was shrinking the sigar->perfbuf_size
2004-08-09 21:46:34 +00:00
Doug MacEachern
bbc1b99d32
fix proc_args when cmdline crosses first page boundry (seen w/ WebSphere)
2004-08-04 05:18:05 +00:00
Doug MacEachern
63924059e2
rid lousy getarg parser in favor of CommandLineToArgvW
2004-08-03 03:25:17 +00:00
Doug MacEachern
2e8f6226e3
some fixes and make command line parser reusable
2004-08-03 03:18:40 +00:00
Doug MacEachern
bb02117ef4
change proc_args to use CommandLineToArgvW parser
2004-08-03 03:06:25 +00:00
Doug MacEachern
042c38ae95
remove old code to get proc_args
2004-08-03 02:58:48 +00:00
Doug MacEachern
b8a09c70f0
increase peb cmdline buffer size
2004-08-03 02:45:26 +00:00
Doug MacEachern
df5e418f30
canonicalize proc_exe.{name,cwd}
2004-08-01 20:42:18 +00:00
Doug MacEachern
d939d1763c
use PEB to get the proc_exe.cwd
2004-08-01 20:31:42 +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
3945733a4b
filter out the system Idle process from proc_list
2004-07-28 21:50:06 +00:00
Doug MacEachern
2fa069d068
change proc_args to use the PEB
2004-07-28 21:47:14 +00:00
Doug MacEachern
dc4168178d
removing uptime.idletime (only linux had this)
2004-07-21 21:56:55 +00:00
Doug MacEachern
d87f4e50d8
skip swap device if not active
2004-07-20 15:42:05 +00:00
Doug MacEachern
1df568b4ef
proper return value check for perfstat functions
2004-07-19 21:33:18 +00:00
Doug MacEachern
ffc18694f4
use perfstat_pagingspace for swap metrics if libperfstat is available
2004-07-19 21:28:52 +00:00
Doug MacEachern
af3804e1d8
name the unnamed unions instead of commenting out
2004-07-19 20:43:35 +00:00
Doug MacEachern
3ae523990f
size param to perfstat functions is size_t not int
2004-07-19 20:30:06 +00:00
Doug MacEachern
fd0b920b0d
simplify cpu_total wrapper
2004-07-19 19:49:32 +00:00
Doug MacEachern
87b502d76a
use perfstat for cpu_list if available
2004-07-19 19:44:01 +00:00
Doug MacEachern
c90566454e
use libperfstat for cpu if possible
2004-07-19 19:05:23 +00:00
Doug MacEachern
c92662082c
add loadavg calculation notes
2004-07-19 18:36:17 +00:00
Doug MacEachern
3b4d48a0ce
use libperfstat for loadaverage if possible
2004-07-19 18:31:22 +00:00
Doug MacEachern
657ff6d874
need get_self_path decl earlier for perfstat wrapper refactor
2004-07-19 18:21:36 +00:00
Doug MacEachern
7d6f84e81a
refactor perfstat wrapper so it can be used in other functions
2004-07-19 18:13:56 +00:00
Doug MacEachern
310cf063eb
continue if a swapqry fails
2004-07-18 20:46:12 +00:00
Doug MacEachern
426d2d9e11
add some swap logging
2004-07-18 17:46:26 +00:00
Doug MacEachern
8aa114b220
more fqdn logging.
...
use ip address if fqdn cannot be determined.
2004-07-16 20:06:02 +00:00