summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2020-01-12Add support for human readable numbers where applicable.Martijn van Duren
2019-11-28ks_mapblocks is gonePhilip Guenther
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-14pledge() won't work but we can use unveil() to reduce filesystem accessTheo de Raadt
2019-07-19Make systat flushing output after a page display in rawmode (flags -b or -B)solene
2019-07-04set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twiceDavid Gwynne
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-09Use the new sysctl to print systat pf 1. This now works even for unprivedClaudio Jeker
2019-05-08allow switching to print stats since boot via 'b'.Ted Unangst
2019-03-04expose the interface queue drops in the interface viewDavid Gwynne
2019-03-04make title a const char *.David Gwynne
2019-02-18Change ps_len of struct pfioc_states and psn_len of structAlexander Bluhm
2019-01-20don't reuse global between functions; the value is wrong.Ted Unangst
2019-01-17use $OpenBSD markersTed Unangst
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-10-05Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-09-07Remove unnused af argument from unmask(), sync with pfctlkn
2018-07-25Document the spinning time of the CPU in systat(1) and top(1).Alexander Bluhm
2018-07-08iostat shows data in bytes, not kilobytes;Jason McIntyre
2018-06-22Constrain IPKTS/OPKTS from floating down beyond the rest of theKenneth R Westerback
2018-06-21Shuffle fields around to eliminate blanks spots resulting fromKenneth R Westerback
2018-06-20Remove unused variable. Make clang happier.Kenneth R Westerback
2018-06-19Rename some unused fields in struct uvmexp toKenneth R Westerback
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