Commit Graph

1771 Commits

Author SHA1 Message Date
Doug MacEachern 578b7607db fold sigar_proc_count into sigar_proc_stat_get 2007-04-14 21:28:17 +00:00
Doug MacEachern 405e95e6bb move sigar_proc_stat_get to sigar.c 2007-04-14 21:25:20 +00:00
Doug MacEachern d61d564c9b test getenv 2007-04-14 18:16:15 +00:00
Doug MacEachern 9de8d4924f bump version 2007-04-14 17:19:09 +00:00
Doug MacEachern 8643448ff1 add env var support 2007-04-14 17:16:50 +00:00
Doug MacEachern 203bab3a7e 1.4 2007-04-14 14:34:35 +00:00
Doug MacEachern af28b1e2d9 fix javadoc 2007-04-14 14:31:20 +00:00
Doug MacEachern 7dde393538 dont enable -Werror by default 2007-04-14 13:23:28 +00:00
Doug MacEachern d272e88b2d fix serialVersionUID on 64-bit systems 2007-04-11 00:46:53 +00:00
Doug MacEachern 0901b214c5 add svn tree awareness 2007-04-10 15:35:04 +00:00
Doug MacEachern 4dc3fb4f68 add net_connection_list wrapper 2007-04-10 02:41:15 +00:00
Doug MacEachern d0e4824949 better cmd toString 2007-04-09 19:50:32 +00:00
Doug MacEachern d53c03ec3d only create one ProcFileMirror 2007-04-07 12:47:33 +00:00
Doug MacEachern 2ab9ea67a6 use mirrored file mtime for timestamp 2007-04-07 12:45:26 +00:00
Doug MacEachern 2329d9b7f5 add constant for 1.4 compat, use to skip ipv6 addr 2007-04-07 03:00:26 +00:00
Doug MacEachern ba8d344da5 disable Pid.*.ne queries 2007-04-07 01:36:18 +00:00
Doug MacEachern 5159ce22bb add more ptql tests 2007-04-07 01:23:58 +00:00
Doug MacEachern 1e922146a6 [SIGAR-47] Fix sigar_mem_get on 64-bit FreeBSD 2007-04-06 23:38:23 +00:00
Doug MacEachern 71829d95ce shuffle includes to fix freebsd compile 2007-04-06 18:01:50 +00:00
Doug MacEachern 361624c484 filter out MNT_RDONLY mount from file_system_list 2007-04-06 17:41:05 +00:00
Doug MacEachern 43ffe1cc1a 0.0.0.0 == * 2007-04-06 16:23:19 +00:00
Doug MacEachern 1e45ce07e4 prefer ipv4 listen addresses 2007-04-06 16:22:24 +00:00
Doug MacEachern 4e9ee330df broaden inet_ntop support 2007-04-06 16:05:47 +00:00
Doug MacEachern 8f393ee9cc properly handle ipv6 addresses in net_connection_get 2007-04-06 15:44:12 +00:00
Doug MacEachern c6cad78da2 fix net_listen caching 2007-04-06 15:20:09 +00:00
Doug MacEachern 84f5dd1ca5 test stuff 2007-04-06 14:03:29 +00:00
Doug MacEachern 4a9e360914 add primary interface info 2007-04-06 13:54:42 +00:00
Doug MacEachern 873849d4aa replace getNetListenAddress with native function 2007-04-06 13:47:02 +00:00
Doug MacEachern 66fe4fee09 format nit 2007-04-06 13:39:25 +00:00
Doug MacEachern f6f395d68e Add net_listen_address function to lookup bind address of a listen socket 2007-04-06 12:50:05 +00:00
Doug MacEachern fbaa233617 save listen port address as cache val for later use 2007-04-06 12:27:32 +00:00
Doug MacEachern 614fd63728 [SIGAR-4] Move to walk version of net_stat 2007-04-06 12:14:38 +00:00
Doug MacEachern 86deb1a2d9 Add net_stat_port function to provide metrics on specific port+address 2007-04-06 05:05:37 +00:00
Doug MacEachern 808a7deeba update changes 2007-04-05 20:31:26 +00:00
Doug MacEachern e3edf38057 [SIGAR-46] Fix cpu_info.{mhz,cache_size} fields in UML vms 2007-04-05 18:51:22 +00:00
Doug MacEachern f1899e093d fix whitespace trim in cpu_model_adjust 2007-04-05 18:46:04 +00:00
Doug MacEachern e91faa5dbc change net_info to work if /etc/resolv.conf does not exist 2007-04-05 17:00:28 +00:00
Doug MacEachern a2572d9510 change net_interface_config_primary_get to likely interface if none have an ip (unplugged) 2007-04-05 16:56:42 +00:00
Doug MacEachern ea2ae2b59f fix macro def 2007-04-05 16:20:35 +00:00
Doug MacEachern 2af66e050e return SIGAR_ENXIO if sigar_net_interface_config_primary_get fails 2007-04-05 15:55:59 +00:00
Doug MacEachern e2bf1c40d4 add SIGAR_ENXIO 2007-04-05 15:55:42 +00:00
Doug MacEachern 7dab1f69a2 return SIGAR_ENOENT if sigar_net_interface_config_primary_get fails 2007-04-05 15:50:23 +00:00
Doug MacEachern 9d528d6d78 move some errno mappings to sigar.h 2007-04-05 15:49:17 +00:00
Doug MacEachern 5ec635a1b4 change sigar_net_interface_config_get to return sigar_net_interface_config_primary_get if name == NULL 2007-04-05 15:41:43 +00:00
Doug MacEachern 0e48e92124 allow null Strings to pass thru 2007-04-05 15:27:23 +00:00
Doug MacEachern 3c82da72c2 unicode-ize 2007-04-05 15:06:13 +00:00
Doug MacEachern 676be63f35 test ProcFileMirror 2007-04-05 02:49:54 +00:00
Doug MacEachern 1ca37d4411 FileWatcher to mirror /proc files 2007-04-05 02:49:23 +00:00
Doug MacEachern be5ee7b600 [SIGAR-4] Add hook for using mirrored /proc/net/tcp file 2007-04-05 02:26:00 +00:00
Doug MacEachern 16a1273b70 handle versioned .jar files 2007-04-04 18:22:25 +00:00