Commit Graph

181 Commits

Author SHA1 Message Date
Doug MacEachern
a50c77a330 compile again on freebsd 4.x 2005-02-13 05:13:30 +00:00
Doug MacEachern
6f86a07623 filter out system processes and threads from proc_list 2005-02-13 05:05:21 +00:00
Doug MacEachern
b5bb7c5c4f more freebsd 5.3 changes 2005-02-13 04:22:46 +00:00
Doug MacEachern
af9741da30 port to freebsd 5.3 2005-02-13 04:13:49 +00:00
Doug MacEachern
6ad0b561e7 freebsd proc_mem 2005-02-13 03:24:33 +00:00
Doug MacEachern
08e6b0cb8b check /dev/kmem perms 2005-02-12 01:50:56 +00:00
Doug MacEachern
066ef754c4 some freebsd cpu infos 2005-02-12 00:40:52 +00:00
Doug MacEachern
7852029a84 freebsd cpu mhz 2005-02-12 00:18:00 +00:00
Doug MacEachern
ffd6610ea9 darwin cpu mhz 2005-02-12 00:11:43 +00:00
Doug MacEachern
49be12938f piece of proc_exe for freebsd 2005-02-09 08:07:32 +00:00
Doug MacEachern
99ed144a86 freebsd proc_env 2005-02-09 07:53:28 +00:00
Doug MacEachern
26596a0fee freebsd proc_args 2005-02-09 07:29:45 +00:00
Doug MacEachern
734e766771 freebsd proc_time 2005-02-09 07:06:04 +00:00
Doug MacEachern
06abd079e8 freebsd proc_list 2005-02-09 04:31:08 +00:00
Doug MacEachern
7d61e468b2 freebsd memory metrics 2005-02-09 04:19:55 +00:00
Doug MacEachern
d879ff5bb8 rename handle to /dev/kmem 2005-02-09 03:56:27 +00:00
Doug MacEachern
0f4850670f freebsd cpu metrics 2005-02-09 03:54:57 +00:00
Doug MacEachern
ac37c62faa freebsd swap metrics 2005-02-09 03:36:54 +00:00
Doug MacEachern
f2b66f82cb fix freebsd compile 2005-02-09 01:22:37 +00:00
Doug MacEachern
728fd6d75d initialize disk metrics for all platforms 2004-12-05 23:42:23 +00:00
Doug MacEachern
dfdff8b635 use SIGAR_FIELD_NOTIMPL constant in place of -1 or 0 for fields which are not implemented for a given platform 2004-12-05 23:36:48 +00:00
Doug MacEachern
46ba56bc17 add cpu.wait metric 2004-11-22 01:51:34 +00:00
Doug MacEachern
fee5b18641 removing mem.{buffer,cached} fields.
replace with actual_{free,used} fields so we can portably adjust
-/+ buffers/cache on linux and perhaps on other platforms w/ different
semantics.
2004-11-20 02:08:16 +00:00
Doug MacEachern
1299660b6c thread_cpu stub 2004-11-17 05:35:17 +00:00
Ryan Morgan
a467383f27 Fill in temporary implementation of sigar_cpu_list_get to get all the
tests passing on darwin.  Will add support for multiple cpu's later.
2004-09-23 06:10:26 +00:00
Ryan Morgan
fa9df002d1 Small fixes to get sigar sources compiling on Darwin again. 2004-09-22 21:34:05 +00:00
Doug MacEachern
4736d77c87 add proc_time.total field (sum of user+sys) 2004-08-21 00:25:07 +00:00
Doug MacEachern
606275fc36 renaming proc_time.{utime,stime} to proc_time.{user,sys}
'utime' and 'stime' are common within system structures, but with lots of
other stuff in the structure unrelated to time.  having 'time' in both the
structure/class name and the field at the sigar level is just lame.
2004-08-21 00:13:13 +00:00
Doug MacEachern
ddc6f4c55c missed api _list convention, cpu_infos -> cpu_info_list 2004-07-10 04:44:45 +00:00
Doug MacEachern
97472cb48e stub proc_modules_get 2004-06-22 19:40:37 +00:00
Doug MacEachern
dffe0da855 Initial revision 2004-06-21 22:37:04 +00:00