[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.131 and 1.132

version 1.131, 2014/07/08 17:19:26 version 1.132, 2014/07/13 21:13:51
Line 528 
Line 528 
         (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);          (void)printf("%11u kernel map entries\n", uvmexp.kmapent);
           (void)printf("%11u zeroed page hits\n", uvmexp.pga_zerohit);
           (void)printf("%11u zeroed page misses\n", uvmexp.pga_zeromiss);
   
         /* 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.131  
changed lines
  Added in v.1.132