summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/vmstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't reuse global between functions; the value is wrong.tedu2019-01-201-3/+5
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-171-13/+30
* Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha2018-10-051-26/+7
* KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha2018-09-261-7/+26
* Constrain IPKTS/OPKTS from floating down beyond the rest of thekrw2018-06-221-19/+24
* Do not ignore nice time in systat(1). The sum would not be 100%,bluhm2018-05-191-4/+6
* Stopping counting and reporting CPU time spent spinning on a lock asmpi2018-05-141-5/+5
* test for failing allocation using the standard idiom; prompted by Nan Xiaootto2018-05-031-2/+4
* Remove statements that have no effect from X(), Y() and Z() #define's.krw2016-12-181-4/+4
* Convert quad_t to int64_t and %q to %llguenther2016-08-241-9/+9
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-2/+2
* first batch of programs adapting to the namespace cleanupderaadt2015-01-161-5/+8
* <sys/buf.h> isn't actually needed hereguenther2014-11-231-2/+1
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-6/+5
* Use VM_UVMEXP instead of VM_METER for memory usages and directlympi2014-04-081-3/+2
* sometimes we find .h we no longer needderaadt2013-10-311-2/+3
* Don't display swapin/swapout uvmexp fieldsmiod2013-05-141-3/+1
* Make KERN_CPTIME return an avarage number of ticks across all CPUsmikeb2010-11-191-11/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* tie IPKTS/OPKTS to bottom corner for smaller screensderaadt2009-08-141-10/+6
* there are louder and louder moans about the inability to see packetderaadt2009-08-131-2/+14
* Hinge at the natural rollover point 9999x instead of 1024x when switching todrahn2009-05-031-4/+4
* allow the disk transfer speed numbers to show useable numbers when disksderaadt2009-03-301-4/+30
* Warning cleanup including unused variables and shadowed namescanacar2008-12-071-28/+28
* Improve reporting of cache misses in the vmstat view. Previouslycanacar2008-11-011-4/+4
* compile on older gcc; no decl after codederaadt2008-06-131-4/+3
* New display engine for systat, based on pftop. Adds new views for pfcanacar2008-06-121-38/+81
* malloc(n * m) -> calloc(n, m); from zinovikderaadt2007-09-011-3/+3
* use the 1 line load line from 'systat vm' on all the other displays, givingderaadt2007-02-251-48/+11
* fix macro abuse leading to stray numbers in the vm display.otto2006-11-131-4/+6
* remove comments that says we dont count intr time and remove some code thatdlg2006-04-141-15/+2
* show cpu time spent in interrupts. ive been wanting this for years.dlg2006-04-141-11/+7
* spacingderaadt2006-03-311-3/+3
* fairly simple cleanup, lots of testing donederaadt2006-03-311-8/+8
* give more space to the memory columns in vm page; deraadt@ okmickey2006-03-281-11/+11
* - when we run out of static kernel map entries, grab a fresh page usingpedro2005-09-281-3/+7
* nlist.h not neededderaadt2005-04-041-3/+2
* adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toderaadt2004-09-231-13/+39
* remove post-mortem stuff (sysctl only here)deraadt2004-07-091-25/+2
* Remove special #if defined(__i386__) code from systat and vmstat. We now useaaron2004-06-281-140/+50
* divide etime by ncpuderaadt2004-06-111-3/+13
* oopsderaadt2004-06-111-4/+4
* on i386 machines, attempt to peek inside apic_intrhand[] as well, so thatderaadt2004-06-111-2/+48
* with modern disks data transfers rates above 10000 kByte/s are seenhenning2004-05-221-4/+4
* don't print stats until they're stable, prevents seeing weird stuff intedu2004-04-231-4/+9
* 'split' command for iostat modetedu2004-02-151-3/+3
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-4/+6
* duhmickey2003-10-161-3/+3
* also print the uvmexp.zeropages if there is space in vm screenmickey2003-10-151-2/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3