summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2018-06-01Avoid some unnecessary calls to strlen(3) in systat uvm.Alexander Bluhm
2018-05-30tweak previous;Jason McIntyre
2018-05-30Add uvm view to show all values being collected in uvmexp.Kenneth R Westerback
2018-05-19Do not ignore nice time in systat(1). The sum would not be 100%,Alexander Bluhm
2018-05-14Stopping counting and reporting CPU time spent spinning on a lock asMartin Pieuchot
2018-05-03test for failing allocation using the standard idiom; prompted by Nan XiaoOtto Moerbeek
2018-02-11Make sorting in the pcache view work. This allows us to sort on allMartijn van Duren
2018-02-08Make pool order on size actually order on size instead of size*inuse.Martijn van Duren
2018-02-08Add the order keyword to systat global command interpreter.Martijn van Duren
2017-07-31print the number of GCs with print_fld_size instead of print_fld_uint.David Gwynne
2017-07-29return -1 in error path of non-void function, pointed out by clangFlorian Obser
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-06-23change the semantic for calculating when to grow the size of a cache list.David Gwynne
2017-06-15add a rough start to a pcache view, to show pool cpu cache info.David Gwynne
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-05-22Support for displaying flow queues alongside H-FSCMike Belopuhov
2017-05-16Improve the precision of displayed bandwidth valuesMike Belopuhov
2017-05-03Remove unused PRIO column from the queueing display; ok sthen@Mike Belopuhov
2017-04-26Perform H-FSC root queue allocation in the kernelMike Belopuhov
2017-04-16Statistics for high memory flips in the buffer cacheBob Beck
2017-04-05Clamp size to length if snprintf ever indicates overflowTheo de Raadt
2017-04-05an annoying whitespace glitchTheo de Raadt
2017-04-02Make dma range buffer cache pages visible in systat ioBob Beck
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2016-12-18Remove statements that have no effect from X(), Y() and Z() #define's.Kenneth R Westerback
2016-12-18increase width of interface column in the pf rules view by 2 chars, so that '...Jasper Lievisse Adriaanse
2016-10-13tweak previous; hostname is alredy available plus some better formattingOtto Moerbeek
2016-10-13add the hostname to the display. started by otto, then deraadt. ok deraadtTed Unangst
2016-08-26Pull in <time.h> for time()Philip Guenther
2016-08-24Convert quad_t to int64_t and %q to %llPhilip Guenther
2016-04-13remove dumpfilter related code; it's a leftover from pftop-proper and not usedJasper Lievisse Adriaanse
2016-04-04Add sys/queue.h where it's needed. Unbreak userland following recentStuart Henderson
2016-03-12Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@Stuart Henderson
2016-01-16fix a number of minor issues in the state view:Can Erkin Acar
2016-01-02make sure debug will be initialized, choose "unknown" (because pfctlSebastian Benoit
2016-01-02garbage collect unused variable tmSebastian Benoit
2016-01-02remove unused variable cur. code probably c&p from print_bar_title().Sebastian Benoit
2016-01-02garbage collect unsused variableSebastian Benoit
2015-09-12use sysctl() to get FSCALE value; ok guentherTheo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-18Avoid calling freeifaddrs() with an uninitialised pointer in anJonathan Gray
2015-03-12Switch the netstat view of systat to use the same kvm_getfiles()Claudio Jeker
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-09Correct a test so synproxy states will display as "Syn" instead ofJonathan Gray
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-19replace local MIN() with MINIMUM()Theo de Raadt
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-06i renamed the mbuf pool.David Gwynne