aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
* vmstat: Rely on libxo for numbers humanizationAlexander Motin2023-12-081-117/+52
* vmstat: Let libxo properly humanize -m numbersAlexander Motin2023-12-071-6/+8
* vmstat: Improve -z formatting for large names/valuesAlexander Motin2023-12-061-11/+10
* vmstat: fix column names broken in c168508655720Maxim Sobolev2023-12-051-1/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Add interface NVME to devstatAlexander Motin2023-11-161-0/+2
* vmstat: Make disks reporting some more reasonableAlexander Motin2023-11-161-14/+20
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+1
* vmstat: fix overflow of interrupt name bufferElliott Mitchell2023-01-201-1/+1
* vmstat: remove shadow variablesElliott Mitchell2023-01-201-10/+7
* vmstat: remove processor counting from getcpuinfo()Elliott Mitchell2022-09-301-10/+5
* vmstat: correct historyWarner Losh2021-06-211-2/+2
* Add a way to map arm64 non-posted device memoryAndrew Turner2021-05-011-0/+3
* Use if ... else when printing memory attributesAndrew Turner2021-04-111-36/+18
* 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
* Describe the value in the 're' column of vmstat(8) in terms of freebsd's vmIan Lepore2020-07-261-1/+1
* Remove commented-out lines describing the old never-implemented -t option.Ian Lepore2020-07-261-4/+1
* Add HISTORY sections to banner(6), basename(1), limits(1) and vmstat(8)Gordon Bergling2020-06-181-1/+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-132-7/+10
* Temporarily widen count for interrupt rate calculations on 32-bit archsJustin Hibbits2018-02-081-1/+1
* Update various statements in vmstat(8) to match reality.John Baldwin2018-01-181-20/+25
* vmstat(8): Hook up NetBSD testsKyle Evans2018-01-112-0/+14
* Re-add spaces lost in r326436.Mark Johnston2017-12-141-4/+4
* vmstat: fix style(9) violations and bump WARNS.Konstantin Belousov2017-12-012-263/+218
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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-282-2/+2
* Remove a lingering reference to cache pages from vmstat(8).Mark Johnston2016-11-161-2/+0