[BACK]Return to vmstat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vmstat

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.96 and 1.97

version 1.96, 2005/07/04 01:54:10 version 1.97, 2005/09/28 00:54:05
Line 576 
Line 576 
         (void)printf("%11u forks\n", uvmexp.forks);          (void)printf("%11u forks\n", uvmexp.forks);
         (void)printf("%11u forks where vmspace is shared\n",          (void)printf("%11u forks where vmspace is shared\n",
                      uvmexp.forks_sharevm);                       uvmexp.forks_sharevm);
           (void)printf("%11u kernel map entries\n", uvmexp.kmapent);
   
         /* daemon counters */          /* daemon counters */
         (void)printf("%11u number of times the pagedaemon woke up\n",          (void)printf("%11u number of times the pagedaemon woke up\n",

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97