Commit Graph

1626 Commits

Author SHA1 Message Date
Doug MacEachern 46d43d99b8 rename macro 2006-12-04 16:44:11 +00:00
Doug MacEachern 5fa7a0d1b1 SIGAR-19 2006-12-04 04:12:31 +00:00
Doug MacEachern b0a55983dc [SIGAR-19] change process cpu time units to milliseconds 2006-12-04 04:11:59 +00:00
Doug MacEachern 8a28fe5b51 [SIGAR-19] change process cpu time units to milliseconds 2006-12-04 03:54:29 +00:00
Doug MacEachern 91b6685487 [SIGAR-19] change process cpu time units to milliseconds 2006-12-04 03:50:07 +00:00
Doug MacEachern 795fa1ae44 [SIGAR-19] change process cpu time units to milliseconds 2006-12-04 03:42:27 +00:00
Doug MacEachern 4e45608ce0 improve fqdn_ip filters 2006-12-02 20:24:52 +00:00
Doug MacEachern 508ea00374 bump version 2006-11-10 03:27:38 +00:00
Doug MacEachern eccb58d31f recent changes 2006-11-05 23:49:44 +00:00
Doug MacEachern 90b801f045 add GetAdaptersAddresses wrapper 2006-11-05 22:41:11 +00:00
Doug MacEachern 0e277dd5d6 fix broadcast flag check 2006-11-05 20:21:29 +00:00
Doug MacEachern a73e93ae91 dwBCastAddr is a flag, not an address 2006-11-05 20:18:11 +00:00
Doug MacEachern fc9fdb3941 fix compile w/ modern msvc 2006-11-05 20:10:52 +00:00
Doug MacEachern 0bcc6f416e use copy of iptypes.h from vc7 2006-11-05 20:08:23 +00:00
Doug MacEachern dc33d0f571 use GetNumberOfInterfaces for netif related cache sizes 2006-11-05 19:57:51 +00:00
Doug MacEachern 26479b421a fix broadcast address 2006-11-05 05:10:33 +00:00
Doug MacEachern e8302a72f3 net_interface_config does not have to bail w/o ip address 2006-11-05 03:17:58 +00:00
Doug MacEachern 72dcec2dde only return loopback and ethernet types in net_interface_list 2006-11-05 02:41:48 +00:00
Doug MacEachern c77dd61985 use IpAddrTable instead of ApdapterInfo for net_interface_config 2006-11-05 02:26:03 +00:00
Doug MacEachern 6c21782915 add GetIpAddrTable wrapper 2006-11-05 01:36:40 +00:00
Doug MacEachern d6eb75c282 use return code instead of GetLastError() 2006-11-03 22:52:18 +00:00
Doug MacEachern 207aa97870 avoid inet_addr calls for the loopback 2006-11-03 22:31:04 +00:00
Doug MacEachern 446d9a89f5 set multicast for eth interfaces 2006-11-03 22:13:15 +00:00
Doug MacEachern ebbabad7fb set net_interface_config.broadcast 2006-11-03 22:07:36 +00:00
Doug MacEachern ef0752391c make sure primary ip is used for net_interface_config 2006-11-03 19:28:51 +00:00
Doug MacEachern 64be681de6 [SIGAR-24] Flag 'Microsoft Loopback Adapter' as LOOPBACK 2006-11-03 19:04:09 +00:00
Doug MacEachern 7fc90a9aa4 refresh MIB_IFROW cache entries 2006-11-03 14:56:57 +00:00
Doug MacEachern 1bc2ad33a4 start overhaul of windows net_interface impls 2006-11-03 07:31:53 +00:00
Doug MacEachern e26be5dc38 [SIGAR-22] Prevent RuntimeException in FileTail impl from killing the FileWatcherThread 2006-10-27 20:29:27 +00:00
Doug MacEachern 1c909233b4 use Log instead of e.printStackTrace 2006-10-26 16:34:14 +00:00
Doug MacEachern b3e6cbf4e3 changes 2006-10-24 21:27:00 +00:00
Doug MacEachern 367f890b13 [SIGAR-20] Unhardcode buffer size used for windows net_interface_list 2006-10-24 02:24:30 +00:00
Doug MacEachern 7f32b812ff move redhat-release check after vmware 2006-10-21 14:41:16 +00:00
Doug MacEachern a50e2ebb5b include .lib in the binary distro for win32 linkage 2006-10-20 00:32:49 +00:00
Doug MacEachern 39a09989ed compile on windows with modern visual studios 2006-10-19 21:30:57 +00:00
Doug MacEachern f5d84d4f67 rename INET6_ADDRSTRLEN -> SIGAR_INET6_ADDRSTRLEN 2006-10-19 20:10:13 +00:00
Doug MacEachern 05eb2f8877 Compile on Windows AMD x64 2006-10-19 16:37:06 +00:00
Doug MacEachern 29fe017c68 check for lsb-release before debian_version, else Ubuntu discovered as Debian 2006-10-17 17:37:58 +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 59fddd3f7c change gestalt usage to work on versions < 10.4 2006-10-13 04:26:37 +00:00
Doug MacEachern ec2cb5c854 [SIGAR-18] 2006-10-11 03:26:24 +00:00
Doug MacEachern e5b524448e [SIGAR-18] use strtoull 2006-10-11 03:17:34 +00:00
Doug MacEachern 2f4f63f0b2 use strtoull for cpu metrics 2006-10-10 16:27:47 +00:00
Doug MacEachern 768b4c31ed add sigar_strtoull 2006-10-10 16:27:01 +00:00
Doug MacEachern 10e8d8804f use KSTAT_NAMED_STR_PTR if available 2006-10-10 01:00:22 +00:00
Doug MacEachern 65a63c4650 compile with _PSTAT64 on pa-risc too.
if pstat_getproc fails, return errno rather than hard-coded ESRCH
2006-10-05 14:03:53 +00:00
Doug MacEachern 182d078581 Add vista check to sys_info 2006-09-30 18:36:12 +00:00
Doug MacEachern bd0514ee52 note sys_info change 2006-09-30 17:52:18 +00:00
Doug MacEachern cd7231a938 use snprintf 2006-09-30 17:50:23 +00:00
Doug MacEachern f32e386b19 use snprintf 2006-09-30 17:48:33 +00:00