aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* systat.1: Fix synopsisMateusz Piotrowski2021-02-101-1/+1
* systat.1: Remove Tn macrosMateusz Piotrowski2021-02-101-41/+14
* 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-46/+75
* 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-26/+26
* 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
* Add support to systat to display zfs arc cache status/infoMichael Reifenberger2015-09-277-3/+272
* - Avoid accessing window properties directly, instead, use accessors.Xin LI2015-09-104-21/+16
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-4/+3
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-192-11/+11
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-194-33/+105
| |\ \ \