aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* vmstat: drop the HighUse field from malloc dumpMateusz Guzik2020-11-091-5/+4
* vmstat: remove spurious newlines when reporting zonesMateusz Guzik2020-11-091-2/+1
* malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik2020-11-021-4/+6
* Move type casts into a single place. No functional changes.Edward Tomasz Napierala2019-12-291-23/+15
* Humanize more columns in the vmstat(8) output and adjust widths.Edward Tomasz Napierala2019-11-081-29/+51
* Fix column title alignment.Edward Tomasz Napierala2019-10-291-3/+3
* Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson2019-08-061-4/+5
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-0/+4
* Dynamically allocate IRQ ranges on x86.John Baldwin2018-08-281-3/+33
* Fully retire the unimplemented -t option from vmstat(8).John Baldwin2018-08-201-43/+2
* vmstat(1): various nitsEitan Adler2018-06-131-5/+10
* Temporarily widen count for interrupt rate calculations on 32-bit archsJustin Hibbits2018-02-081-1/+1
* Re-add spaces lost in r326436.Mark Johnston2017-12-141-4/+4
* vmstat: fix style(9) violations and bump WARNS.Konstantin Belousov2017-12-011-262/+217
* vmstat: use 64-bit counters from struct vmtotal.Konstantin Belousov2017-11-231-6/+6
* Use C standard spelling uint64_t for u_int64_t.Konstantin Belousov2017-11-231-3/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* vmstat: fix duplicate key in libxo outputAllan Jude2017-11-111-1/+1
* vmstat: Always emit a space after the free-memory columnEmmanuel Vadot2017-08-081-0/+1
* Let vmstat -o recognize OBJT_MGTDEVICE objects.Mark Johnston2017-05-231-0/+3
* - When reading VM stats, provide proper size argument to sysctl.Gleb Smirnoff2017-04-211-17/+16
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-82/+90
* Bring back the cast removed in my previous commit to allow us build vmstatMarcelo Araujo2017-03-111-2/+2
* Use nitems() from sys/param.h and also remove the cast.Marcelo Araujo2017-03-101-6/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove a lingering reference to cache pages from vmstat(8).Mark Johnston2016-11-161-2/+0
* Add the laundry page count to the displays of systat, top, and vmstat.Mark Johnston2016-11-101-5/+7
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Remove extraneous charactersCraig Rodrigues2015-12-231-2/+2
* Some problems were introduced during the libxo-ification of vmstat, fix themAllan Jude2015-12-011-7/+17
* Add a missing brace to fix vmstat -s output.Mark Johnston2015-11-211-1/+1
* Convert vmstat to use libxo.Craig Rodrigues2015-11-201-190/+326
* Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston2015-09-111-2/+0
* Trim spurious colon.John Baldwin2015-05-271-1/+1
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-2/+133
* Use clock_gettime to measure the time that we spent asleep duringWill Andrews2015-01-231-13/+15
* Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC.Will Andrews2015-01-231-1/+1
* Make "vmstat -i" respect the -c <count> and -i <interval> options together.Will Andrews2015-01-231-35/+106
* Replace update from -r271410 accidentally lost in -r273575.Kirk McKusick2014-10-261-3/+3
* Fix formatting of vmstat (1) so that it looks cleaner on standard 80Kirk McKusick2014-10-241-23/+37
* Fix header output when -P is specified and (ncpus - 1) != maxid.Hiroki Sato2014-09-101-6/+10
* Update vmstat usage for last-argument count/wait parametersBenjamin Kaduk2014-08-081-5/+2
* Fix vmstat -M after r263620 renamed 'cnt' to 'vm_cnt'.Bryan Drewery2014-07-111-1/+11
* - Show page faults requiring I/O when -s invoked.Andrey Zonov2013-01-281-0/+3
* Garbage collect defunct nlist(3) symbols.Sergey Kandaurov2012-03-221-14/+8
* In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, andDimitry Andric2011-12-171-8/+10
* sintrcnt/sintrnames is the address of the size, not the actual size.Sergey Kandaurov2011-07-181-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-181-8/+6
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Remove uptime validity check that hasn't been necessary since r151417Ed Maste2011-03-171-5/+1