aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
* MFC r322252 by manu: vmstat: Always emit a space after the free-memory columnYoshihiro Takahashi2020-01-261-0/+1
* MFC 338360,338415,338624,338630,338631,338725: Dynamic x86 IRQ layout.John Baldwin2018-11-011-3/+33
* MFC 338094: Fully retire the unimplemented -t option from vmstat(8).John Baldwin2018-10-221-43/+2
* MFC 326138,326436,326852: Style fixes to kdump.John Baldwin2018-10-162-261/+221
* Revert r330897:Eitan Adler2018-03-291-3/+1
* Partial merge of the SPDX changesEitan Adler2018-03-141-1/+3
* MFC 328134: Update various statements in vmstat(8) to match reality.John Baldwin2018-02-271-20/+25
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,Mark Johnston2017-05-231-7/+7
* MFC r314987-r314989, r314993-r314994, r315046-r315049, r315102Marcelo Araujo2017-04-171-6/+2
* 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
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+2
* Add a missing brace to fix vmstat -s output.Mark Johnston2015-11-211-1/+1
* Convert vmstat to use libxo.Craig Rodrigues2015-11-203-193/+339
* Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston2015-09-111-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-42/+114
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-192-37/+70
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-191-1/+11
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-0/+3
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | | | | 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-272-3/+137
| |_|_|_|/ |/| | | |
* | | | | 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
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | 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-082-11/+26
| |_|/ |/| |
* | | 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
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Remove unused variableKevin Lo2010-11-201-1/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-151-4/+5
* Allow sub-second interval timings for iostat and vmstat.Sean Bruno2010-05-212-6/+17