Commit Graph

697 Commits

Author SHA1 Message Date
Doug MacEachern
4a61c20405 [SIGAR-76] Implement sigar_proc_port_get for Solaris 2007-12-03 03:02:34 +00:00
Doug MacEachern
4b712b5da0 move proc_fdinfo_get for re-use 2007-12-02 00:52:38 +00:00
Doug MacEachern
b12956364f [SIGAR-75] Implement sigar_proc_port_get for MacOSX 2007-12-01 23:34:02 +00:00
Doug MacEachern
8e121852bd Add net_connnection.uid 2007-12-01 20:26:36 +00:00
Doug MacEachern
f448bae54e Fix a few more where we need to specify number of TCHARs rather than sizeof buffer 2007-11-15 21:48:24 +00:00
Doug MacEachern
b224421cc4 [SIGAR-53] [SIGAR-73] Recognize gfs and ocfs2 as local filesystems 2007-11-09 22:54:07 +00:00
Doug MacEachern
cec8bcc400 [SIGAR-72] close /proc/stat fp 2007-11-09 22:37:17 +00:00
Doug MacEachern
0883efd92c [SIGAR-72] Fix possible crash parsing /proc/stat:btime 2007-11-09 17:31:31 +00:00
Doug MacEachern
29f25f22b7 fake boot_time if no btime in /proc/stat 2007-11-09 01:27:32 +00:00
Doug MacEachern
8176b390fa fix compile 2007-11-07 06:52:23 +00:00
Doug MacEachern
77a9528f91 SIGAR_DISK_STATS_NOTIMPL -> SIGAR_DISK_STATS_INIT 2007-11-07 06:44:57 +00:00
Doug MacEachern
2e6a1c1a20 [SIGAR-65] solaris disk_usage.service_time impl 2007-11-07 05:41:08 +00:00
Doug MacEachern
7720fc973d fix disk_usage memcpy 2007-11-07 05:32:25 +00:00
Doug MacEachern
ac8f9541cd [SIGAR-71] option for cpu_list to report cores rather than sockets 2007-11-06 06:55:55 +00:00
Doug MacEachern
9d437eb281 refactor towards getting disk service_time 2007-11-04 20:54:22 +00:00
Doug MacEachern
b633b1350b simplify file_system.disk impl 2007-11-04 19:56:22 +00:00
Doug MacEachern
c97cfd68d7 use FSDEV_ID for devices 2007-11-04 18:21:56 +00:00
Doug MacEachern
76beb87f73 move fsdev field to sigar_t 2007-11-04 16:29:19 +00:00
Doug MacEachern
fc5add25ba use device service_time for partitions in 2.6 kernels 2007-11-04 02:50:27 +00:00
Doug MacEachern
60b0114c50 start linux disk service_time impl 2007-11-03 23:10:59 +00:00
Doug MacEachern
ba98d0cffe aix disk_usage impl 2007-10-20 16:03:15 +00:00
Doug MacEachern
39446b928b [SIGAR-69] Fix osx process state 2007-10-20 14:55:19 +00:00
Doug MacEachern
e82820a8c5 start solaris disk_usage impl 2007-10-15 03:50:07 +00:00
Doug MacEachern
4e124513d0 darwin disk_usage impl 2007-10-14 00:18:28 +00:00
Doug MacEachern
fe43d98e10 re-org sigar_disk_usage_t struct 2007-10-13 22:53:55 +00:00
Doug MacEachern
0de44bdfbd re-org sigar_disk_usage_t struct 2007-10-13 22:44:20 +00:00
Doug MacEachern
3c5e67a908 re-org sigar_disk_usage_t struct 2007-10-13 22:13:04 +00:00
Doug MacEachern
2f16848e1e re-org sigar_disk_usage_t struct 2007-10-13 22:01:38 +00:00
Doug MacEachern
4d7e7a3bd7 re-org sigar_disk_usage_t struct 2007-10-13 21:56:18 +00:00
Doug MacEachern
07e4db1d14 add sigar_disk_usage_get 2007-10-13 21:27:26 +00:00
Doug MacEachern
7239440ba6 use fixed size disk name 2007-10-11 06:53:25 +00:00
Doug MacEachern
acaab9cadb add aix disk time 2007-10-11 06:33:55 +00:00
Doug MacEachern
e2fdcb794c use sigar_disk_usage_t 2007-10-10 17:10:23 +00:00
Doug MacEachern
a3f20bd030 doc disk counter names 2007-10-10 16:53:11 +00:00
Doug MacEachern
97856b57fd fix disk queue counter 2007-10-10 16:49:24 +00:00
Doug MacEachern
fefc5497e2 add disk times 2007-10-10 16:47:39 +00:00
Doug MacEachern
1a974c02f2 make iostats functions usable with device path 2007-10-10 04:40:52 +00:00
Doug MacEachern
3badfe1723 make iostats usable with sigar_disk_usage_t 2007-10-10 03:19:21 +00:00
Doug MacEachern
119da4a0a6 add solaris disk times 2007-10-10 02:47:13 +00:00
Doug MacEachern
f37c435ede add disk rtime and wtime 2007-10-10 02:43:40 +00:00
Doug MacEachern
98157a49ce share FSDEV_ID macro 2007-10-09 21:53:34 +00:00
Doug MacEachern
8fb0941eca add file_system_usage.disk_time 2007-10-09 21:48:50 +00:00
Doug MacEachern
f55cb9cfba recognize Scientific Linux 2007-10-05 23:13:06 +00:00
Doug MacEachern
8e9c0f8b60 [SIGAR-68] fix previous rev 2007-09-30 16:22:38 +00:00
Doug MacEachern
8bac6a34b1 sigar_tcp_stat_t renamed to sigar_tcp_t 2007-09-29 18:00:49 +00:00
Doug MacEachern
591a11b106 sigar_tcp_stat_t renamed to sigar_tcp_t 2007-09-29 18:00:04 +00:00
Doug MacEachern
a38e6c39d0 [SIGAR-68] Fix possible segfault in cpu_list 2007-09-28 20:19:15 +00:00
Doug MacEachern
45fd67e2aa add some iostat related debug msgs 2007-09-27 23:28:13 +00:00
Doug MacEachern
53a95a5de5 refactor get_fsdev for future expansion 2007-09-27 02:32:48 +00:00
Doug MacEachern
0df96d5eca increase process visibility 2007-08-21 20:51:46 +00:00