summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
AgeCommit message (Expand)Author
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-06-29remove include of <vm/vm.h>mrg
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-04Use kern.cp_time to fetch cp_time[]. Don't support fetching it fromthorpej
2000-06-04cp_time is no longer available in the kernel.itojun
2000-06-04include sys/sched.h to get definition of CPUSTATESperry
2000-06-03Need to include <sys/sched.h> to get cp_time-related constants.thorpej
2000-05-29cp_time[] and the terminal chars in/out counters are u_int64_t's now.simonb
2000-05-17Remove documentation of bogus "-t" option, per PR 10036.fair
2000-04-24Print the zero page statistics.thorpej
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-03-27Cast timeval members to types we know the printf conversions of.kleink
1999-12-05More fallout from CL* purge.fredb
1999-11-02Make pool output fit in 80 columns on most machines.soren
1999-10-30This program has to use KVM alrady, so use that to read uvmexp, ratherthorpej
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-03-31Define __POOL_EXPOSE to get at the guts of the pool descriptor.thorpej
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-02-12<sys/fcntl.h> -> <fcntl.h>kleink
1999-01-11Nuke all mentions of vmstat -t. PR #6433, Geoff Wing.thorpej
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-01Display the number of idle pages per pool.thorpej
1998-07-27Print memory pool statistics.pk
1998-07-26const poisoning.mycroft
1998-07-19Fix handling of privileges - the gid was given up before dkinit()drochner
1998-07-06- change setgid kmem programs (that lend themselves to this) so setegid(getgi...mrg
1998-07-05KNF.mrg
1998-04-01Don't assume that an inclusion of <sys/time.h> makes visible all definitionskleink
1998-04-01Update the EXAMPLES section to reflect that the interval between displaykleink
1998-03-05use the uvmexp.pageins member for "pi".mrg
1998-02-18add -DPMAP_NEW if PMAP_NEW is on in mk.confperry
1998-02-13Add support for listing and dumping UVM history buffers.thorpej
1998-02-09print almost all of uvmexp with -s. do pagein/pageout counts correctly.mrg
1998-02-09add -DUVM to CPPFLAGS if defined(UVM)mrg
1998-02-07print out the contents of uvmexp for "vmstat -s"mrg
1998-02-07flesh out standard vmstat output with UVM.mrg
1998-02-07GC old old old "NEWVM". make run under UVM, if not report everything yet..mrg
1998-01-04Revive the -f option: report fork statistics.thorpej
1997-11-01getopt returns -1 not EOFlukem
1997-10-20WARNSify; deprecate register; fix some broken fprintf() statements found fr...mrg
1997-10-18merge lite-2.mrg
1997-04-10Repair the formatting of the by-memory-type table of "vmstat -m"is
1997-04-10"undefined" -> "undef/%d" for memory type names. Similar, but not identicalis
1997-02-22If kmem stats are not being gathered by the kernel, print a usefulthorpej
1996-11-29Compute `halfuptime' correctly when `uptime' == 1.thorpej
1996-11-25print all evcnt structures, not just those which have the name "intr".cgd
1996-08-08Remove straggling references to dk_ndrive and dk_xfer.mycroft
1996-06-05the kernel 'boottime' variable is a timeval. copy it out of kernelcgd
1996-05-10New userland code to read the statistics kept by the NetBSD genericthorpej
1996-04-04update for the fact that 'allevents' is now a TAILQ.cgd