Commit Graph

230 Commits

Author SHA1 Message Date
Doug MacEachern
916a46bce3 add NetStat test 2005-05-10 20:32:52 +00:00
Doug MacEachern
3e48aa1c0b test NetStat 2005-05-10 20:32:24 +00:00
Doug MacEachern
e34bbcfa2d args fixup 2005-05-10 16:48:23 +00:00
Doug MacEachern
6630ffe562 eclipse effed my whitespace 2005-05-10 16:15:03 +00:00
Doug MacEachern
7333533c82 add NetStat getters 2005-05-10 16:13:37 +00:00
Doug MacEachern
3a81fd6b02 rename NetPortMap to NetStat 2005-05-10 15:25:42 +00:00
Doug MacEachern
dc55b40c5e include tcp in the names, might want to add udp or whatever later 2005-05-10 14:50:20 +00:00
Doug MacEachern
d5c3c18371 add state getters 2005-05-10 14:42:33 +00:00
Doug MacEachern
1c0de9075a add totals for num in/out connections 2005-05-10 14:32:04 +00:00
Doug MacEachern
442c90c506 more use of native flag 2005-05-10 00:14:39 +00:00
Doug MacEachern
9b626f890c provide pure java getline impl 2005-05-10 00:04:33 +00:00
Doug MacEachern
9afd3392ed check for null line 2005-05-09 23:32:40 +00:00
Doug MacEachern
894fe8adae make outbound info more useful and more like the inbound 2005-05-08 18:44:28 +00:00
Doug MacEachern
f8ed2e0444 whitespace nits 2005-05-08 17:42:09 +00:00
Doug MacEachern
df43f0d115 change getFileSystemList to update the FileSystemMap 2005-05-08 17:33:42 +00:00
Doug MacEachern
6e8e15e4e5 move etc/services parsing to its own class, NetServices 2005-05-08 16:28:46 +00:00
Doug MacEachern
7851cc3299 add outbound connections, change existing stuff to be called inbound 2005-05-07 23:14:34 +00:00
Doug MacEachern
d550f84e77 add missing TCP flags 2005-05-07 18:42:43 +00:00
Doug MacEachern
9cfbd13722 refactor. include state counts 2005-05-07 06:02:25 +00:00
Doug MacEachern
d780891c15 more info 2005-05-06 17:16:39 +00:00
Doug MacEachern
10a438d4e0 include nice and wait times in Combined 2005-05-06 17:16:24 +00:00
Doug MacEachern
d272ec6aca remove unused imports 2005-05-06 15:59:22 +00:00
Doug MacEachern
a670613f0c minor optmization for 0 or 1 match 2005-04-28 16:58:38 +00:00
Doug MacEachern
41a75d9253 remove unused finder 2005-04-28 00:47:47 +00:00
Doug MacEachern
d0c60802c4 add public getLogger method 2005-04-28 00:39:13 +00:00
Doug MacEachern
9ffbe0fa34 ProcessQueryFactory does not use the SigarProxy object 2005-04-28 00:21:25 +00:00
Doug MacEachern
22452e99fc add file_system_usage_t.used field 2005-04-26 19:55:21 +00:00
Doug MacEachern
14960e14e5 add queue metric, fixup formatting 2005-04-07 02:06:24 +00:00
Doug MacEachern
fe14eb78f0 print disk byte metrics 2005-04-07 01:24:29 +00:00
Doug MacEachern
15053e98ac add pdhConnectMachine 2005-03-30 00:59:45 +00:00
Doug MacEachern
02f67cbd73 remove getThreadCpuDiff method, lives in CpuTimer class now 2005-03-22 05:11:16 +00:00
Doug MacEachern
491ff005ac use CpuTimer 2005-03-22 05:09:48 +00:00
Doug MacEachern
2fb7a2fab3 update ProcPort doc 2005-03-20 02:59:22 +00:00
Doug MacEachern
807c8af462 pass protocol param to ProcPort method 2005-03-16 03:24:26 +00:00
Doug MacEachern
4291d52164 convert String protocol to int 2005-03-16 03:24:04 +00:00
Doug MacEachern
b82ab9ede1 allow services file to be overridden with sigar.net.services.file property 2005-03-15 23:21:36 +00:00
Doug MacEachern
db88e7f04a use Map rather than List to keep track of addresses 2005-03-15 23:19:07 +00:00
Doug MacEachern
6a1f299636 use nfs.getUnreachableMessage() 2005-03-15 18:46:02 +00:00
Doug MacEachern
08cb512ad1 throw NfsUnreachableException from getMountedFileSystemUsage 2005-03-15 18:45:44 +00:00
Doug MacEachern
32282980ab exception helpers 2005-03-15 18:45:02 +00:00
Doug MacEachern
f4c20803c6 subclass for when nfs server ping fails 2005-03-15 18:44:37 +00:00
Doug MacEachern
6523175e55 add nfs ping to getMountedFileSystemUsage method 2005-03-15 18:07:41 +00:00
Doug MacEachern
68fcd5c586 better formatting 2005-03-12 18:04:02 +00:00
Doug MacEachern
581f13713f add TCP state constants 2005-03-11 17:20:52 +00:00
Doug MacEachern
4f7a9ccb80 udp connections have no state 2005-03-11 17:18:57 +00:00
Doug MacEachern
91b3efc822 print state 2005-03-11 17:16:07 +00:00
Doug MacEachern
c66f80fa06 windows service file is not in /etc/services 2005-03-11 04:14:27 +00:00
Doug MacEachern
ca1e9686d9 map port to service name 2005-03-11 02:37:59 +00:00
Doug MacEachern
29087cf649 add getServiceName method 2005-03-11 02:37:38 +00:00
Doug MacEachern
3d0dc203d8 map listening tcp ports to connected remote addresses 2005-03-11 01:48:56 +00:00