[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.36 and 1.37

version 1.36, 2000/06/18 17:59:56 version 1.37, 2000/06/27 18:11:48
Line 585 
Line 585 
                      uvmexp.forks_sharevm);                       uvmexp.forks_sharevm);
   
         /* daemon counters */          /* daemon counters */
         (void)printf("%11u number of times the pagedamoen woke up\n",          (void)printf("%11u number of times the pagedeamon woke up\n",
                      uvmexp.pdwoke);                       uvmexp.pdwoke);
         (void)printf("%11u revolutions of the clock hand\n", uvmexp.pdrevs);          (void)printf("%11u revolutions of the clock hand\n", uvmexp.pdrevs);
         (void)printf("%11u pages freed by pagedaemon\n", uvmexp.pdfreed);          (void)printf("%11u pages freed by pagedaemon\n", uvmexp.pdfreed);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37