Doug MacEachern
|
ba1d44fe17
|
[SIGAR-62] stub swap.page_{in,out}
|
2007-07-20 18:02:21 +00:00 |
|
Doug MacEachern
|
c61e7a78b6
|
windows tcp_stat impl
|
2007-07-14 17:38:14 +00:00 |
|
Doug MacEachern
|
fe76b8fe7d
|
stub tcp_stat function
|
2007-07-14 16:01:58 +00:00 |
|
Doug MacEachern
|
199eb74ac1
|
[SIGAR-60] Add multi-core AMD Opteron detection
|
2007-06-28 23:54:06 +00:00 |
|
Doug MacEachern
|
3e064dfeb7
|
rid warnings from modern MSVC
|
2007-06-27 01:10:12 +00:00 |
|
Doug MacEachern
|
09c4138dbd
|
make sigar_proc_args_get a wrapper
|
2007-04-22 05:37:39 +00:00 |
|
Doug MacEachern
|
ad433cf375
|
make sigar_proc_list_get a wrapper
|
2007-04-22 03:54:04 +00:00 |
|
Doug MacEachern
|
405e95e6bb
|
move sigar_proc_stat_get to sigar.c
|
2007-04-14 21:25:20 +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
|
171f2e021e
|
no need to FreeLibrary handle returned by GetModuleHandle
|
2007-03-08 01:59:08 +00:00 |
|
Doug MacEachern
|
1affc51534
|
Plug various handle+mem leaks on win32
Submitted by: Jan Kneschke <jan.kneschke@mysql.com>
|
2007-03-07 23:24:41 +00:00 |
|
Doug MacEachern
|
795db98647
|
refactor for Pid.Service ptql
|
2007-03-07 06:51:18 +00:00 |
|
Doug MacEachern
|
d459b79bdd
|
fixup procexe.name on non-english windows
|
2007-03-06 03:39:29 +00:00 |
|
Doug MacEachern
|
85a5f105e4
|
[SIGAR-40] Change win32 file_system_list to ignore removable disks
|
2007-02-02 19:11:47 +00:00 |
|
Doug MacEachern
|
db6cc45f1c
|
[SIGAR-38] Change win32 swap_get to use GlobalMemoryStatusEx
|
2007-01-29 23:30:39 +00:00 |
|
Doug MacEachern
|
4b98533cba
|
[SIGAR-19] Change cpu time units to milliseconds
|
2006-12-04 18:24:53 +00:00 |
|
Doug MacEachern
|
91b6685487
|
[SIGAR-19] change process cpu time units to milliseconds
|
2006-12-04 03:50:07 +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
|
39a09989ed
|
compile on windows with modern visual studios
|
2006-10-19 21:30:57 +00:00 |
|
Doug MacEachern
|
05eb2f8877
|
Compile on Windows AMD x64
|
2006-10-19 16:37:06 +00:00 |
|
Doug MacEachern
|
182d078581
|
Add vista check to sys_info
|
2006-09-30 18:36:12 +00:00 |
|
Doug MacEachern
|
73225803b4
|
add sys_info.description
|
2006-09-25 00:23:22 +00:00 |
|
Doug MacEachern
|
ce9fca8609
|
win32 sigar_os_sys_info_get impl
|
2006-09-25 00:09:21 +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
|
33f868b53d
|
[SIGAR-13] Use EnumProcesses for sigar_proc_list_get on Win32
|
2006-09-08 17:04:10 +00:00 |
|
Doug MacEachern
|
e472dc9d9a
|
add copyright
|
2006-07-15 17:46:36 +00:00 |
|
Doug MacEachern
|
f1830f5576
|
revert TcpTable iteration to get LISTEN states first
|
2006-07-10 19:15:50 +00:00 |
|
Doug MacEachern
|
4f75602888
|
[SIGAR-8] Change win32 mem_get to use GlobalMemoryStatusEx
|
2006-07-07 20:29:22 +00:00 |
|
Doug MacEachern
|
c2f0528538
|
changing hwaddr to sigar_net_address_t
|
2006-07-05 21:33:59 +00:00 |
|
Doug MacEachern
|
aedc5d075e
|
convert net_route to use net_address_t
|
2006-07-04 19:33:03 +00:00 |
|
Doug MacEachern
|
c42c645a0a
|
store net_connection addresses in binary rather than string
|
2006-07-04 16:50:19 +00:00 |
|
Doug MacEachern
|
336c22d863
|
implement net_connection_walk for win32
|
2006-07-01 19:07:15 +00:00 |
|