aboutsummaryrefslogtreecommitdiff
path: root/procps/vmstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vmstat: fix I/O, int and ctxt rates: need to be divided by secondsDenys Vlasenko2026-01-201-5/+8
* vmstat: fixes for >4TB memory and long sampling intervalsDenys Vlasenko2026-01-201-39/+75
* vmstat: fix "vmstat N 0" to act compatibly (do not print infinitely)Denys Vlasenko2026-01-191-5/+12
* vmstat: smarter handling of header re-printingDenys Vlasenko2026-01-191-23/+30
* vmstat: show shorter, human-readable accumulating counts if they grow largeDenys Vlasenko2026-01-181-13/+29
* vmstat: reduce the chances of misaligned columnsDenys Vlasenko2026-01-181-8/+26
* vmstat: code shrinkDenys Vlasenko2026-01-181-28/+39
* procps: new applet: vmstatDavid Leonard2026-01-181-0/+483