cvs commit: src/usr.bin/vmstat vmstat.c

Robert Watson rwatson at FreeBSD.org
Sun May 29 06:40:01 PDT 2005


rwatson     2005-05-29 13:40:00 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/vmstat       vmstat.c 
  Log:
  Modify vmstat(8)'s domem() routine, which is responsible for extracting
  malloc(9) statistics from kernel memory or a kernel coredump, to catch
  up with recent changes to adopt per-CPU malloc(9) statistics.  The new
  routines walk the per-CPU statistics pools and coalesce them for
  presentation to the user.
  
  Revision  Changes    Path
  1.86      +38 -7     src/usr.bin/vmstat/vmstat.c


More information about the cvs-all mailing list