ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/cpu_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/cpu_stats.c (file contents):
Revision 1.18 by tdb, Thu Feb 12 23:04:52 2004 UTC vs.
Revision 1.19 by tdb, Mon Feb 16 14:55:32 2004 UTC

# Line 34 | Line 34
34   #if defined(LINUX) || defined(CYGWIN)
35   #include <stdio.h>
36   #endif
37 < #ifdef FREEBSD
37 > #if defined(FREEBSD) || defined(DFBSD)
38   #include <sys/sysctl.h>
39   #include <sys/dkstat.h>
40   #endif
# Line 64 | Line 64 | cpu_states_t *get_cpu_totals(){
64          FILE *f;
65   #endif
66   #ifdef ALLBSD
67 < #ifndef FREEBSD
67 > #if defined(NETBSD) || defined(OPENBSD)
68          int mib[2];
69   #endif
70   #ifdef NETBSD
# Line 125 | Line 125 | cpu_states_t *get_cpu_totals(){
125          cpu_now.total=cpu_now.user+cpu_now.nice+cpu_now.kernel+cpu_now.idle;
126   #endif
127   #ifdef ALLBSD
128 < #ifdef FREEBSD
128 > #if defined(FREEBSD) || defined(DFBSD)
129          size = sizeof cp_time;
130          if (sysctlbyname("kern.cp_time", &cp_time, &size, NULL, 0) < 0){
131                  return NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines