Commit Graph

174 Commits

Author SHA1 Message Date
Doug MacEachern
46d43d99b8 rename macro 2006-12-04 16:44:11 +00:00
Doug MacEachern
795fa1ae44 [SIGAR-19] change process cpu time units to milliseconds 2006-12-04 03:42:27 +00:00
Doug MacEachern
2fd03a2fde make use_ucb_ps default on to get around proc_pargs permissions 2006-10-13 13:07:31 +00:00
Doug MacEachern
10e8d8804f use KSTAT_NAMED_STR_PTR if available 2006-10-10 01:00:22 +00:00
Doug MacEachern
f32e386b19 use snprintf 2006-09-30 17:48:33 +00:00
Doug MacEachern
4f8ef532dc set sys_info.arch 2006-09-25 01:36:03 +00:00
Doug MacEachern
ad2533a444 rename sysinfo -> sys_info 2006-09-25 01:35:13 +00:00
Doug MacEachern
6a47deb2bb set sys_info vendor_version and description 2006-09-25 01:22:00 +00:00
Doug MacEachern
b56465027f fix typo 2006-09-25 01:04:03 +00:00
Doug MacEachern
84b8fff7b1 start port of OperatingSystem.java to sigar_sys_info C api 2006-09-24 18:23:04 +00:00
Doug MacEachern
2fe2ab4349 Use kstat.cpu_info.brand to determine sigar_cpu_info_t.vendor on Solaris 10+ 2006-09-21 03:09:47 +00:00
Doug MacEachern
9d7275a29b [SIGAR-14] Fix sigar_cpu_t.total on Linux and Solaris with multi-core CPUs 2006-09-07 14:10:24 +00:00
Doug MacEachern
a5bd4d351a [SIGAR-11] Initialize log fields in solaris_sigar.c:sigar_os_open 2006-07-24 18:14:19 +00:00
Doug MacEachern
5ff9191626 clearly mark altered as required by license 2006-07-15 17:56:21 +00:00
Doug MacEachern
bb54a1869a hyperic copyright does not apply here 2006-07-15 17:49:04 +00:00
Doug MacEachern
e472dc9d9a add copyright 2006-07-15 17:46:36 +00:00
Doug MacEachern
8a7e53b9a6 [SIGAR-9] Fix possible overflow in solaris sigar_mem_get impl 2006-07-11 22:03:48 +00:00
Doug MacEachern
ee37d10b2c convert net_route to use net_address_t 2006-07-04 19:22:05 +00:00
Doug MacEachern
e4303ee612 store net_connection addresses in binary rather than string 2006-07-04 16:35:27 +00:00
Doug MacEachern
1dfae602a6 rename connection getters 2006-07-03 20:34:42 +00:00
Doug MacEachern
13751fe221 all platforms use sigar.c:sigar_net_connection_list_get expect linux 2006-07-01 19:11:54 +00:00
Doug MacEachern
525c16a5f9 implement sigar_net_connection_walk for solaris 2006-07-01 17:16:47 +00:00
Doug MacEachern
475ddf2428 remove mem.shared 2006-07-01 02:47:09 +00:00
Doug MacEachern
8355e44d8c cast to prevent possible integer overflow in filesystem_usage 2006-05-31 00:59:14 +00:00
Doug MacEachern
bd6415618b fold UltraSPARC-T1 virtual cpus into the physical cpus 2006-05-03 07:02:35 +00:00
Doug MacEachern
ce71b968c6 add net_interface_stat.speed for solaris 2006-03-07 01:20:58 +00:00
Doug MacEachern
9f5ad58812 add net_interface_stat.speed 2006-03-07 01:08:23 +00:00
Doug MacEachern
e63e0ff456 remove proc_mem.{rss,vsize} 2006-03-04 02:48:58 +00:00
Doug MacEachern
9ca64171c2 move sigar_getword to sigar_util 2005-12-13 01:18:30 +00:00
Doug MacEachern
9414b07011 cache args when using ucb/ps 2005-12-10 02:33:49 +00:00
Doug MacEachern
50f8e4e4b6 experiment w/ using /usr/ucb/ps for proc_args if EACCES 2005-12-10 01:01:44 +00:00
Doug MacEachern
b801cbc500 remove unused code 2005-12-09 21:57:00 +00:00
Doug MacEachern
b18c9b2c3d remove unused code 2005-12-09 21:55:06 +00:00
Doug MacEachern
005fea17c2 avoid memcpy of kstat_io_t in kstat_read 2005-12-09 21:10:56 +00:00
Doug MacEachern
225e8e4da4 check return value of kstat_chain_update 2005-12-09 21:03:14 +00:00
Doug MacEachern
42cbd0df47 kstat_chain_update in first call to get_multi_kstats 2005-12-09 20:33:20 +00:00
Doug MacEachern
85c55bc8ba add more logging 2005-12-09 20:02:44 +00:00
Doug MacEachern
fb475be338 always use sigar_kstat_update rather than kstat_chain_update directly 2005-12-09 19:24:40 +00:00
Doug MacEachern
fc24578d83 fix net_route_list for solaris 10 2005-12-03 01:31:54 +00:00
Doug MacEachern
f448844f87 fix file_system_usage.free_files 2005-11-28 15:41:32 +00:00
Doug MacEachern
530157168d add proc_mem page fault metrics 2005-11-23 17:39:28 +00:00
Doug MacEachern
6b7a36f521 add proc_state.processor 2005-11-23 01:16:52 +00:00
Doug MacEachern
fb61a2ebb0 add proc_state.threads metric 2005-11-22 21:45:45 +00:00
Doug MacEachern
95a824c653 rid -Wall warnings 2005-11-09 23:57:36 +00:00
Doug MacEachern
3756cbd6b8 plug mem leak when creating fsdev cache 2005-11-09 19:35:28 +00:00
Doug MacEachern
78d620897b include dmalloc 2005-11-09 19:29:58 +00:00
Doug MacEachern
be7bfa24cd dont include malloc.h ifdef DMALLOC 2005-11-09 19:20:44 +00:00
Doug MacEachern
85527ccbf1 add proc_mem.resident (same as rss) 2005-11-01 18:52:50 +00:00
Doug MacEachern
5692677e67 fix for bge metrics 2005-10-24 19:01:27 +00:00
Doug MacEachern
3382767c07 add support for bge network interface metrics 2005-10-09 01:14:34 +00:00
Doug MacEachern
15d139a8a5 refactor sigar_net_ifstat_get_any to prepare for 'bge' interface support 2005-10-09 00:13:25 +00:00
Doug MacEachern
3ff35b960b experiment to use mib2 for nic metrics 2005-10-08 23:45:51 +00:00
Doug MacEachern
e124fc5e15 close_mib2 if not already closed 2005-10-08 23:19:18 +00:00
Doug MacEachern
cacd0b97c1 actually, arg > 1024 is reasonable in the case of java apps w/ hugeass -classpath 2005-10-08 00:27:07 +00:00
Doug MacEachern
15663ef35c proper fallthrough to net_ifstat_get_any 2005-10-07 20:14:30 +00:00
Doug MacEachern
bbd57876df plug leak if get_fsdev_paths fails 2005-10-07 18:40:10 +00:00
Doug MacEachern
ea6b08a70f prevent out-of-bounds read/write if proc arg happens to be > 1024 2005-10-07 18:20:44 +00:00
Doug MacEachern
af16d018ec plug leak if there happens to be an error reading an arg 2005-10-07 17:19:23 +00:00
Doug MacEachern
02df1b1697 punt any 64bit native process in proc_args 2005-09-13 16:30:33 +00:00
Doug MacEachern
b2830cafbc fix crash in proc_args if psinfo_t.pr_argc == 0 2005-09-12 23:52:02 +00:00
Doug MacEachern
9ec93a73ed plugin possible (but very unlikely) leak in proc_args if argc > 56 and pread error 2005-09-12 20:55:52 +00:00
Doug MacEachern
77e652803d remove unused var 2005-09-12 20:54:09 +00:00
Doug MacEachern
ddca24c78e use same filter as netstat -r in net_route_list 2005-07-15 03:55:56 +00:00
Doug MacEachern
cc4f93cf8f plug possible fd leak if pgrab fails for proc_modules 2005-07-13 15:58:07 +00:00
Doug MacEachern
fbd117ae64 set route flags 2005-07-12 18:34:53 +00:00
Doug MacEachern
0926157b8b use sigar_inet_ntoa 2005-05-13 03:16:45 +00:00
Doug MacEachern
6c1167c4d7 dont reconvert for cpu total 2005-05-12 02:49:29 +00:00
Doug MacEachern
76b1d0f081 use SIGAR_TICK2SEC macro 2005-05-12 02:46:46 +00:00
Doug MacEachern
dff7d13462 convert cpu times to seconds 2005-05-11 23:49:43 +00:00
Doug MacEachern
22452e99fc add file_system_usage_t.used field 2005-04-26 19:55:21 +00:00
Doug MacEachern
d8b55e8c52 impl new disk metrics 2005-04-07 01:32:33 +00:00
Doug MacEachern
aa3a6a201d init new disk fields 2005-04-07 01:28:07 +00:00
Doug MacEachern
bcb098a34d stub proc_port for all platforms 2005-03-16 02:47:57 +00:00
Doug MacEachern
da4605cc9f close_mib2 during sigar_close 2005-03-12 18:12:00 +00:00
Doug MacEachern
cd7c0dd425 map mib2 errmsg 2005-03-12 06:22:35 +00:00
Doug MacEachern
b9144d1728 pass sigar_t* to sigar_os_error_string 2005-03-12 06:19:34 +00:00
Doug MacEachern
9c9326d253 implement net_route_list 2005-03-12 05:44:04 +00:00
Doug MacEachern
6aec1931f5 tcp queue metrics 2005-03-12 04:12:47 +00:00
Doug MacEachern
3cde52b59f fillin udp connection info 2005-03-12 02:38:34 +00:00
Doug MacEachern
7bb832181c use SIGAR_TCP_{IDLE,BOUND} 2005-03-12 02:17:36 +00:00
Doug MacEachern
605544dfea the static decls in get_mib2 were removed but were required.
put the vars that were static into the solaris_mib2_t.
2005-03-12 01:25:18 +00:00
Doug MacEachern
b01785ba7c fillin tcp connection info 2005-03-12 01:10:33 +00:00
Doug MacEachern
94a5365b7f stub some stuff for net_connection_list impl 2005-03-11 21:57:34 +00:00
Doug MacEachern
5a34e13959 add mib2_t to sigar_t 2005-03-11 21:30:17 +00:00
Doug MacEachern
b5dec9dde8 remove errmsg param, its in the struct now passed as the first param 2005-03-11 21:27:46 +00:00
Doug MacEachern
3c91457bce remove static decls 2005-03-11 21:23:13 +00:00
Doug MacEachern
6d2f12c6b9 start making thread-safe 2005-03-11 21:20:30 +00:00
Doug MacEachern
94f842e473 re-format 2005-03-11 21:09:58 +00:00
Doug MacEachern
634ac82d1c sources from:
ftp://vic.cc.purdue.edu/pub/tools/unix/solaris/get_mib2/
Vic Abell <abe@purdue.edu>
October 18, 2002
2005-03-11 21:05:35 +00:00
Doug MacEachern
063d879294 only map ENOENT to ESRCH for /proc open errors 2004-12-18 01:20:19 +00:00
Doug MacEachern
55e669634c fix bug sigar_get_kstats_multi where not enough memory was allocated 2004-12-17 00:43:32 +00:00
Doug MacEachern
60852cf91e another solaris disk type 2004-12-07 06:14:22 +00:00
Doug MacEachern
836d67f92f deal w/ unpartitioned disk kstats 2004-12-07 06:06:29 +00:00
Doug MacEachern
1a4f8ae004 implement disk i/o metrics 2004-12-07 05:06:03 +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
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
65fe21ae2b thread_cpu impl 2004-11-17 05:50:18 +00:00
Doug MacEachern
1299660b6c thread_cpu stub 2004-11-17 05:35:17 +00:00