aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* vmstat: Add a column to vmstat -o output for laundry pagesMark Johnston2024-10-291-2/+3
* vmstat: Fix column header alignment in -o outputMark Johnston2024-10-201-1/+1
* vmstat -o: report objects backing posix shm segmentsKonstantin Belousov2024-10-151-0/+2
* vmstat -o: report objects backing SysV shm segmentsKonstantin Belousov2024-10-151-0/+3
* vmstat: Add root element to libxo outputBram Ton2024-09-101-1/+3
* vmstat: Rely on libxo for numbers humanizationAlexander Motin2023-12-231-117/+52
* vmstat: Let libxo properly humanize -m numbersAlexander Motin2023-12-231-6/+8
* vmstat: Improve -z formatting for large names/valuesAlexander Motin2023-12-231-11/+10
* vmstat: Make disks reporting some more reasonableAlexander Motin2023-12-231-14/+20
* vmstat: fix column names broken in c168508655720Maxim Sobolev2023-12-051-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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
* 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
* 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-191/+327
* 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