Commit Graph

1884 Commits

Author SHA1 Message Date
Doug MacEachern 508a7d19b4 use sigar_uint32_t for net_stat metrics 2006-07-10 20:04:41 +00:00
Doug MacEachern f1830f5576 revert TcpTable iteration to get LISTEN states first 2006-07-10 19:15:50 +00:00
Doug MacEachern 638588fe9b changes 2006-07-07 22:20:20 +00:00
Doug MacEachern 4f75602888 [SIGAR-8] Change win32 mem_get to use GlobalMemoryStatusEx 2006-07-07 20:29:22 +00:00
Doug MacEachern ea4f9c7ee4 use libperfstat for net_interface_stat when available 2006-07-07 00:19:50 +00:00
Doug MacEachern 98c1392db0 add netinterface wrapper 2006-07-07 00:18:23 +00:00
Doug MacEachern 6a39114b1f extension is appended by newer cpptasks 2006-07-06 19:35:22 +00:00
Doug MacEachern e190a04ee4 use boolean flag to check state in close method 2006-07-06 18:37:38 +00:00
Doug MacEachern 170bc35076 dont generate .java if already exists
add alias mechanism for structure members
2006-07-06 18:18:50 +00:00
Doug MacEachern 46d9394e60 note java package rename 2006-07-06 04:29:33 +00:00
Doug MacEachern 1bd1cbd9f4 fix compile warning 2006-07-06 00:32:45 +00:00
Doug MacEachern e6f646c709 catch UnsatisfiedLinkError so we can report other version info 2006-07-05 23:57:48 +00:00
Doug MacEachern 4d7d1919bc save loadError 2006-07-05 23:51:19 +00:00
Doug MacEachern 665701d9af convert NetInterfaceConfig.Hwaddr to NetAddress 2006-07-05 21:42:28 +00:00
Doug MacEachern 4a3a4caa07 fix SIGAR_IFHWADDRLEN 2006-07-05 21:38:44 +00:00
Doug MacEachern c2f0528538 changing hwaddr to sigar_net_address_t 2006-07-05 21:33:59 +00:00
Doug MacEachern 287af5e947 changing hwaddr to sigar_net_address_t 2006-07-05 21:12:10 +00:00
Doug MacEachern a2597443b7 unhardcode cpu vendor 2006-07-05 19:20:12 +00:00
Doug MacEachern c13e03716e adjust .def generator 2006-07-05 19:08:44 +00:00
Doug MacEachern f410dfa739 sigar_inet_ntoa should only be used internally now 2006-07-05 18:11:25 +00:00
Doug MacEachern a58b419690 zero ifconfig in net_interface_config_get 2006-07-05 18:10:51 +00:00
Doug MacEachern 343cec7e9a update NetInterfaceConfig 2006-07-05 16:55:36 +00:00
Doug MacEachern 326065138e various updates to compile again 2006-07-04 19:49:18 +00:00
Doug MacEachern aedc5d075e convert net_route to use net_address_t 2006-07-04 19:33:03 +00:00
Doug MacEachern 28c7957ec7 convert net_route to use net_address_t 2006-07-04 19:30:04 +00:00
Doug MacEachern e7e089d5e7 convert net_route to use net_address_t 2006-07-04 19:27:59 +00:00
Doug MacEachern 9751e49318 remove obsolete 'NetAddr' mapping 2006-07-04 19:24:22 +00:00
Doug MacEachern ee37d10b2c convert net_route to use net_address_t 2006-07-04 19:22:05 +00:00
Doug MacEachern 972f3855dd convert net_interface_config to use sigar_net_address_t 2006-07-04 17:44:13 +00:00
Doug MacEachern 4c0b9565f8 convert net_interface_config to use sigar_net_address_t 2006-07-04 17:38:40 +00:00
Doug MacEachern c6f8805803 fix solaris compile 2006-07-04 17:38:14 +00:00
Doug MacEachern 86c4011c40 convert net_interface_config to use sigar_net_address_t 2006-07-04 17:32:08 +00:00
Doug MacEachern c42c645a0a store net_connection addresses in binary rather than string 2006-07-04 16:50:19 +00:00
Doug MacEachern 8830e5e6ad fix net_stat decl for win32 2006-07-04 16:49:27 +00:00
Doug MacEachern 0638e38671 store net_connection addresses in binary rather than string 2006-07-04 16:44:44 +00:00
Doug MacEachern b6950ca519 store net_connection addresses in binary rather than string 2006-07-04 16:41:53 +00:00
Doug MacEachern e4303ee612 store net_connection addresses in binary rather than string 2006-07-04 16:35:27 +00:00
Doug MacEachern 196c91703c add uint32 typedef 2006-07-03 21:38:43 +00:00
Doug MacEachern 1dfae602a6 rename connection getters 2006-07-03 20:34:42 +00:00
Doug MacEachern b313b3ec27 /proc/net parsing optimizations 2006-07-03 20:17:35 +00:00
Doug MacEachern f26a733bfa add/use macro for all functions in the 'Sigar' class 2006-07-03 16:26:21 +00:00
Doug MacEachern 41eb2b178a change sigar_net_connection_list_get stubs to sigar_net_connection_walk 2006-07-01 19:31:27 +00:00
Doug MacEachern 841746528a fix net_stat to deal w/ sizeof(jint) != sizeof(int) 2006-07-01 19:28:53 +00:00
Doug MacEachern dc6429ad45 expose sigar_net_stat_get now that all platforms implement net_connection_walk 2006-07-01 19:14:32 +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 336c22d863 implement net_connection_walk for win32 2006-07-01 19:07:15 +00:00
Doug MacEachern 5f8da2ce15 net_connection_list_get needs decl for win32 2006-07-01 19:06:11 +00:00
Doug MacEachern 51dceb9688 implement sigar_net_connection_walk for aix 2006-07-01 18:44:41 +00:00
Doug MacEachern 26d9d5fa4f minor cleanup 2006-07-01 18:36:42 +00:00
Doug MacEachern 8115fc3f9e implement sigar_net_connection_walk for hpux 2006-07-01 18:14:13 +00:00