Commit Graph

116 Commits

Author SHA1 Message Date
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