summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
AgeCommit message (Expand)Author
2025-10-10vmstat: Print the number of wired pages in each objectMark Johnston
2024-10-22vmstat: Add a column to vmstat -o output for laundry pagesMark Johnston
2024-10-13vmstat: Fix column header alignment in -o outputMark Johnston
2024-10-13vmstat(8): Complete libxo transitionYan-Hao Wang
2024-10-08vmstat -o: report objects backing posix shm segmentsKonstantin Belousov
2024-10-07vmstat: Add NOFREE page count to -s reportBojan Novković
2024-10-07vmstat -o: report objects backing SysV shm segmentsKonstantin Belousov
2024-09-22Fix xo_emit format string for percentagesJohn F. Carr
2024-09-02vmstat: Add root element to libxo outputBram Ton
2023-12-07vmstat: Rely on libxo for numbers humanizationAlexander Motin
2023-12-06vmstat: Let libxo properly humanize -m numbersAlexander Motin
2023-12-06vmstat: Improve -z formatting for large names/valuesAlexander Motin
2023-12-04vmstat: fix column names broken in c168508655720Maxim Sobolev
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-11-15vmstat: Make disks reporting some more reasonableAlexander Motin
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-20vmstat: fix overflow of interrupt name bufferElliott Mitchell
2023-01-20vmstat: remove shadow variablesElliott Mitchell
2022-09-30vmstat: remove processor counting from getcpuinfo()Elliott Mitchell
2021-05-01Add a way to map arm64 non-posted device memoryAndrew Turner
2021-04-11Use if ... else when printing memory attributesAndrew Turner
2020-11-09vmstat: drop the HighUse field from malloc dumpMateusz Guzik
2020-11-09vmstat: remove spurious newlines when reporting zonesMateusz Guzik
2020-11-02malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik
2019-12-29Move type casts into a single place. No functional changes.Edward Tomasz Napierala
2019-11-08Humanize more columns in the vmstat(8) output and adjust widths.Edward Tomasz Napierala
2019-10-29Fix column title alignment.Edward Tomasz Napierala
2019-08-06Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson
2019-05-13Provide separate accounting for user-wired pages.Mark Johnston
2018-08-28Dynamically allocate IRQ ranges on x86.John Baldwin
2018-08-20Fully retire the unimplemented -t option from vmstat(8).John Baldwin
2018-06-13vmstat(1): various nitsEitan Adler
2018-02-08Temporarily widen count for interrupt rate calculations on 32-bit archsJustin Hibbits
2017-12-14Re-add spaces lost in r326436.Mark Johnston
2017-12-01vmstat: fix style(9) violations and bump WARNS.Konstantin Belousov
2017-11-23vmstat: use 64-bit counters from struct vmtotal.Konstantin Belousov
2017-11-23Use C standard spelling uint64_t for u_int64_t.Konstantin Belousov
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-11vmstat: fix duplicate key in libxo outputAllan Jude
2017-08-08vmstat: Always emit a space after the free-memory columnEmmanuel Vadot
2017-05-23Let vmstat -o recognize OBJT_MGTDEVICE objects.Mark Johnston
2017-04-21- When reading VM stats, provide proper size argument to sysctl.Gleb Smirnoff
2017-04-17- Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff
2017-03-11Bring back the cast removed in my previous commit to allow us build vmstatMarcelo Araujo
2017-03-10Use nitems() from sys/param.h and also remove the cast.Marcelo Araujo
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-16Remove a lingering reference to cache pages from vmstat(8).Mark Johnston
2016-11-10Add the laundry page count to the displays of systat, top, and vmstat.Mark Johnston
2016-04-22Use MIN() macro from sys/param.h.Marcelo Araujo