Commit Graph

84 Commits

Author SHA1 Message Date
Doug MacEachern
79bc88de67 filter network interfaces to just loopback and ethernet 2005-12-05 18:38:11 +00:00
Doug MacEachern
82e6f77d0e convert cpu_info.cache_size to KB 2005-12-02 04:56:57 +00:00
Doug MacEachern
b228641334 fix darwin compile 2005-12-02 02:32:07 +00:00
Doug MacEachern
e0bc9674b5 fix freebsd compile 2005-12-02 02:30:53 +00:00
Doug MacEachern
abf6d0735f add cpu_info.cache_size 2005-12-02 01:22:16 +00:00
Doug MacEachern
1cf03e463a unhardcode powerpc as the cpu model 2005-12-02 01:12:51 +00:00
Doug MacEachern
c7061cc660 get cpu mhz for darwin 2005-12-02 01:03:03 +00:00
Doug MacEachern
a6f687a894 stub proc_state.processor 2005-11-28 17:48:57 +00:00
Doug MacEachern
b83898fb21 add proc_mem.page_faults 2005-11-28 17:40:51 +00:00
Doug MacEachern
591f07422d fix file_system_usage.free_files 2005-11-28 17:29:26 +00:00
Doug MacEachern
0d38b8332d stub proc_mem fault metrics 2005-11-23 18:00:02 +00:00
Doug MacEachern
6f791278db stub proc_state.threads 2005-11-23 00:39:37 +00:00
Doug MacEachern
0e912b962c set net_interface_config.type 2005-11-18 20:03:44 +00:00
Doug MacEachern
9b749dff51 net_route_list works on darwin 2005-09-24 15:16:08 +00:00
Doug MacEachern
2ad7586b2b remove uneeded include that breaks freebsd 2005-09-24 15:02:10 +00:00
Doug MacEachern
9fc15b09d8 net_connection_list works on darwin with the proper includes 2005-09-24 15:00:01 +00:00
Doug MacEachern
d36d72b16c more net_route stuff 2005-07-15 03:19:11 +00:00
Doug MacEachern
5b5f4bf48f start net_route_list impl 2005-07-13 04:08:36 +00:00
Doug MacEachern
f9291a4e85 proc_mem fixes 2005-06-16 22:21:24 +00:00
Doug MacEachern
d182f89671 process memory metrics for darwin 2005-06-16 21:24:49 +00:00
Doug MacEachern
b8acea2adb implement proc_args for darwin 2005-05-25 20:05:46 +00:00
Doug MacEachern
3a84d89a78 convert cpu time to seconds 2005-05-12 03:10:41 +00:00
Doug MacEachern
1145f83c97 fold CP_INTR into CP_SYS 2005-05-12 02:57:24 +00:00
Doug MacEachern
22452e99fc add file_system_usage_t.used field 2005-04-26 19:55:21 +00:00
Doug MacEachern
aa3a6a201d init new disk fields 2005-04-07 01:28:07 +00:00
Doug MacEachern
f658fa20db fix darwin compile 2005-03-21 20:54:23 +00:00
Doug MacEachern
70197b9615 tmp thread_cpu impl 2005-03-21 00:07:20 +00:00
Doug MacEachern
8e63b5ea78 filter out system procs 2005-03-20 19:10:14 +00:00
Doug MacEachern
0347b1043d terminate the nlist 2005-03-20 19:08:58 +00:00
Doug MacEachern
d4eb411774 freebsd5 proc_port impl 2005-03-20 05:34:11 +00:00
Doug MacEachern
bcb098a34d stub proc_port for all platforms 2005-03-16 02:47:57 +00:00
Doug MacEachern
5cb9e6bfcf freebsd5 net_connection_list impl 2005-03-14 20:48:55 +00:00
Doug MacEachern
b9144d1728 pass sigar_t* to sigar_os_error_string 2005-03-12 06:19:34 +00:00
Doug MacEachern
9cc156a739 darwin fix 2005-02-20 01:38:02 +00:00
Doug MacEachern
275865954c compile again on freebsd 4 2005-02-20 00:45:28 +00:00
Doug MacEachern
8af7281e69 freebsd proc_fd impl 2005-02-19 03:10:56 +00:00
Doug MacEachern
acdd130d6b filter out system procs from proc_list 2005-02-19 00:06:44 +00:00
Doug MacEachern
0bd202c57b convert start_time to millis 2005-02-18 23:54:33 +00:00
Doug MacEachern
dfc17b0616 cpu mhz fixup 2005-02-17 01:42:22 +00:00
Doug MacEachern
aa74f370ad freebsd disk read/write metrics 2005-02-16 19:27:29 +00:00
Doug MacEachern
2b26862c45 freebsd proc_args using sysctl 2005-02-16 18:33:00 +00:00
Doug MacEachern
54b12212fa change proc_env to return NOTIMPL if no /dev/kmem perms. 2005-02-16 18:01:21 +00:00
Doug MacEachern
2ee1013aad lets say NOTIMPL if /proc is not mounted. freebsd 5.x does not mount /proc
by default.
2005-02-16 17:56:31 +00:00
Doug MacEachern
5e065145e5 avoid /proc on freebsd for proc_time 2005-02-16 02:54:17 +00:00
Doug MacEachern
c37991c69c /proc check for proc_exe 2005-02-15 19:13:59 +00:00
Doug MacEachern
44fabf2103 use sysctl for memory metrics on freebsd 2005-02-15 18:47:48 +00:00
Doug MacEachern
eddfa04179 first try sysctl to get swap info on freebsd 2005-02-15 02:43:52 +00:00
Doug MacEachern
d02f09c178 sysctl code for darwin works on freebsd 5.3 (not 4.x), use it to avoid
/dev/kmem perms.
2005-02-15 02:09:48 +00:00
Doug MacEachern
59eb92f4ce prevent perror() call if kvm_open fails 2005-02-15 01:57:19 +00:00
Doug MacEachern
1a0c381c58 try sysctl first to get cpu info 2005-02-15 01:56:22 +00:00