summaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* systat: Display seconds in vmstat modePeter Jeremy2022-03-051-1/+1
* systat -vm: Humanize output for ease of reading.Kirk McKusick2022-01-181-37/+37
* systat: clean up code assuming network classesMike Karels2021-12-101-17/+5
* systat: Handle SIGWINCH to properly window resizing and adjust -swap disk sta...Michael Reifenberger2021-11-014-10/+22
* Augment systat(1) -swap to display large swap space processesKonstantin Belousov2021-11-016-36/+361
* Clean up copyright messages.Kirk McKusick2021-05-172-10/+8
* Improve size readability.Michael Reifenberger2021-04-213-89/+49
* systat.1: Remove Tn macrosMateusz Piotrowski2021-04-171-41/+14
* systat.1: Fix synopsisMateusz Piotrowski2021-04-171-1/+1
* Adjust to display more than 999 sleeping threadsStefan Eßer2020-12-271-5/+5
* Statistics are for threads, not processesStefan Eßer2020-12-271-1/+1
* Improve number reading by rounding up to a next unit earlier for memory display.Michael Reifenberger2020-11-211-12/+12
* Handle device removal and removal+add cases to fix infinity rate.Michael Reifenberger2020-07-113-45/+74
* Introduce sysputpage() to display large page size with human readable format.Michael Reifenberger2020-05-154-28/+71
* Add missing sysput.cMichael Reifenberger2020-05-111-0/+77
* Patch systat -zarc to display cumulative rate and round down large numbers by...Michael Reifenberger2020-05-114-46/+49
* systat: remove redundant definition of kdKyle Evans2020-03-291-2/+0
* Sync with r356645. desiredvnodes is now maxvnodes.Cy Schubert2020-01-131-4/+4
* As of r356642 desiredvnodes is u_long.Cy Schubert2020-01-131-1/+1
* Add stat counter for ipv6 atomic fragmentsTom Jones2019-04-191-19/+21
* systat -zarc to display disk activities like -vmMichael Reifenberger2019-04-027-180/+248
* Fix systat's :only command parser for the multiple arguments caseOleksandr Tymoshenko2019-01-231-2/+2
* Fix inconsistency in return values introduced by r343222Oleksandr Tymoshenko2019-01-201-1/+1
* Fix crash in systat(4) when certain commands are called without argumentsOleksandr Tymoshenko2019-01-201-0/+10
* Fix printing of 64-bit counters on 32-bit ppc platforms.Michael Tuexen2018-11-126-19/+23
* Chasing r337661, fix systat after arc accounting change.Cy Schubert2018-08-121-1/+6
* Don't leak tmpstr.Xin LI2018-06-211-1/+1
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-112-0/+2
* Don't show the number of currently established SCTP associations,Michael Tuexen2018-04-101-51/+48
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-2/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-4/+14
* Order declarations alphabetically.Konstantin Belousov2017-11-221-2/+2
* systat: use and correctly display 64bit counters.Konstantin Belousov2017-11-212-21/+41
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2019-1/+39
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-0/+1
* Fix systat(1) regression. It was broken by r317061.Jung-uk Kim2017-04-201-25/+25
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-213-40/+41
* Renumber copyright clause 4Warner Losh2017-02-2822-22/+22
* Fix error in the example sectionSevan Janiyan2016-12-051-8/+11
* Add the laundry page count to the displays of systat, top, and vmstat.Mark Johnston2016-11-102-7/+7
* Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-3/+3
* Use macro MIN() from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-203-10/+10
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-1/+1
* Add on systat -vm the ability to display the physical and kernel memoryMarcelo Araujo2015-12-281-1/+13
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Bump date. Missed in r289873.Michael Tuexen2015-10-241-1/+1
* Add support to systat to display SCTP statistics.Michael Tuexen2015-10-245-1/+374
* Use _PATH_DEVNULL instead of direct hardcoding.Xin LI2015-09-281-1/+1