Commit Graph

97 Commits

Author SHA1 Message Date
Doug MacEachern
55a1c28a1a readability++ 2005-12-21 04:58:02 +00:00
Doug MacEachern
70f18204dd change get_if_table to take iftable arg 2005-12-21 02:49:18 +00:00
Doug MacEachern
cd375c7337 change get_adapters_info to take adapter arg 2005-12-21 02:45:38 +00:00
Doug MacEachern
361af1a2cf re-use ifconf_buf for GetAdaptersInfo 2005-12-21 02:31:06 +00:00
Doug MacEachern
0d2a149924 refactor interaction with windows dlls 2005-12-20 23:09:34 +00:00
Doug MacEachern
e94cd5cdb0 get_if_entry=NULL on lookup failure 2005-12-20 00:10:57 +00:00
Doug MacEachern
39c1337f71 make GetIfTable wrapper reusable and re-use allocated buffer 2005-12-20 00:09:32 +00:00
Doug MacEachern
258ed193ca add GetIfEntry pointer 2005-12-19 22:49:12 +00:00
Doug MacEachern
612c5ca97e add proc_mem.page_faults 2005-11-23 17:51:19 +00:00
Doug MacEachern
ef15aa3434 stub proc_state.processor 2005-11-23 01:28:51 +00:00
Doug MacEachern
bb5aa9c263 add proc_state.threads 2005-11-22 21:48:52 +00:00
Doug MacEachern
147c931d7d fail gracefully if no perf counters are found for disk i/o metrics 2005-11-08 18:16:03 +00:00
Doug MacEachern
6a47768169 proc_mem.rss = proc_mem.resident 2005-11-01 19:15:23 +00:00
Doug MacEachern
d146b6bb65 add proc_mem.resident for win32 2005-11-01 18:48:33 +00:00
Doug MacEachern
7588002069 fix who_wts 2005-10-10 17:00:30 +00:00
Doug MacEachern
4fe3373aa7 FreeLibrary for advapi32.dll 2005-10-03 21:01:51 +00:00
Doug MacEachern
5f8fece190 log fixups 2005-10-03 16:26:56 +00:00
Doug MacEachern
3974333f06 dlload ConvertStringSidToSid, does not exist on NT 2005-10-02 21:13:26 +00:00
Doug MacEachern
90c453d4ac return NULL if no module handle in sigar_GetProcAddress 2005-10-02 20:37:52 +00:00
Doug MacEachern
7007a4740c s/sigar_log_printf/sigar_log/ 2005-10-02 06:03:36 +00:00
Doug MacEachern
8cd8f0f8bd who_list fixes/cleanup 2005-10-02 05:52:33 +00:00
Doug MacEachern
bc26bd5029 add sanity checking/debug logs to WTS api usage 2005-09-27 19:10:46 +00:00
Doug MacEachern
f64b36c0bd use terminal services api to query for RDP logins, adding to who_list 2005-09-27 01:18:54 +00:00
Doug MacEachern
1212c2f03e move win32 specific who_list stuff to win32_sigar.c 2005-09-26 23:35:57 +00:00
Doug MacEachern
1cf65abe89 refactor so netif list/config codes can be used on netware too 2005-09-03 01:34:20 +00:00
Doug MacEachern
3ff4089db1 remove dhcp_server from net_info 2005-07-17 17:46:07 +00:00
Doug MacEachern
43da1c4ac4 add net_route.metric 2005-07-15 04:13:45 +00:00
Doug MacEachern
9c20564afa set some route flags 2005-07-12 18:45:28 +00:00
Doug MacEachern
77a51da4b6 fix net_info 2005-07-11 23:54:39 +00:00
Doug MacEachern
6b238421e7 net_info dhcp_server and default_gateway for windows 2005-07-11 23:24:00 +00:00
Doug MacEachern
0a67c7fac2 fillin net_info.host_name 2005-07-11 22:44:13 +00:00
Doug MacEachern
62188b3ee0 start net_info impl for windows 2005-07-11 22:40:31 +00:00
Doug MacEachern
713e955063 fix ifstat->rx_frame 2005-05-14 00:02:33 +00:00
Doug MacEachern
33d320fcb2 use psapi instead of CreateToolSnapshot. it is possible for the latter to hang
on windows 2000 and the former also works on NT
2005-05-13 20:56:17 +00:00
Doug MacEachern
13466030b7 missing FreeLibrary call 2005-05-13 20:13:51 +00:00
Doug MacEachern
48097a4bb4 close the snapshot handle 2005-05-13 20:05:37 +00:00
Doug MacEachern
09b258d9fb use sigar_inet_ntoa 2005-05-13 15:16:49 +00:00
Doug MacEachern
7a4580fc08 more cpu time to seconds conversion 2005-05-11 23:37:22 +00:00
Doug MacEachern
1146d10e26 convert cpu times to seconds 2005-05-11 23:17:39 +00:00
Doug MacEachern
f0f5c5646a skip format for udp remote addr 2005-05-08 17:23:24 +00:00
Doug MacEachern
dbaa11385a better defaults for udp remote addr:port (none) 2005-05-08 17:20:00 +00:00
Doug MacEachern
e451aa4da6 fix net_connection filters 2005-05-07 06:00:55 +00:00
Doug MacEachern
05aea8c508 disk i/o metrics for win2k 2005-04-27 18:54:42 +00:00
Doug MacEachern
22452e99fc add file_system_usage_t.used field 2005-04-26 19:55:21 +00:00
Doug MacEachern
dbfda75b1b fix disk queue metric 2005-04-07 02:11:00 +00:00
Doug MacEachern
34eda4866b implement new disk fields 2005-04-07 01:23:49 +00:00
Doug MacEachern
2582ada2b9 ProcPort udp support 2005-03-20 03:20:28 +00:00
Doug MacEachern
0440707db7 check protocol in proc_port 2005-03-16 03:49:54 +00:00
Doug MacEachern
c31d2c5712 add protocol param to proc_port function 2005-03-16 02:44:52 +00:00
Doug MacEachern
b9144d1728 pass sigar_t* to sigar_os_error_string 2005-03-12 06:19:34 +00:00