summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2009-04-06scrub rules goneHenning Brauer
2009-04-04Fix the byte order of the rule field in state view.Can Erkin Acar
2009-04-03Show interface description names in "systat if 1"; some help from canacarTheo de Raadt
2009-03-30allow the disk transfer speed numbers to show useable numbers when disksTheo de Raadt
2009-03-29Make sure systat mbufs prints the interface name even if an interface onlyMark Kettenis
2009-01-27fix the mbuf view to cope with the recent change to the mclgeti allocator.David Gwynne
2009-01-01Unclutter 'systate rules' by printing the flags option using the minimalRyan Thomas McBride
2008-12-31Skip missing pool indices instead of printing errors.Can Erkin Acar
2008-12-18Print the interface livelocks if non-zero. From deraadt@Can Erkin Acar
2008-12-17Rewrite the 'mbuf' page to display mbuf usage information from system poolsCan Erkin Acar
2008-12-11move one paragraph to a more logical position;Jason McIntyre
2008-12-07- comment out more stuff currently unsupportedJason McIntyre
2008-12-07Add option to order the pool view by size and number of pages columns.Can Erkin Acar
2008-12-07Warning cleanup including unused variables and shadowed namesCan Erkin Acar
2008-12-02- there is no "load" global command, so remove its descriptionJason McIntyre
2008-12-01Add a function to print a floating point field and use this to fix theChristian Weisgerber
2008-11-17- stop referring to the display as consisting of windows. we can explainJason McIntyre
2008-11-08sort;Jason McIntyre
2008-11-08Add malloc and buckets views that display kernel malloc statistics similarCan Erkin Acar
2008-11-05add missing header needed by strcmp/strerror/memset functions.Charles Longeau
2008-11-05Fix some function prototypes, remove unused variables and commented out codeCan Erkin Acar
2008-11-04spelling: ambigious -> ambiguousMarc Espie
2008-11-02new sentence, new line;Jason McIntyre
2008-11-02Add the option to sort by requests to the pool view, and documentCan Erkin Acar
2008-11-02Add a view that displays pool(9) information. Idea and ok deraadt@Can Erkin Acar
2008-11-01remove commented out -S option;Jason McIntyre
2008-11-01Improve reporting of cache misses in the vmstat view. PreviouslyCan Erkin Acar
2008-11-01Remove disabled help text code and -S command, both leftovers from pftop,Can Erkin Acar
2008-11-01Document more global hotkeys. Help and ok jmc@Can Erkin Acar
2008-10-31Implement start and stop commands as documented,Can Erkin Acar
2008-10-31make ^G display the current view and refresh interval as documented.Can Erkin Acar
2008-10-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
2008-09-01Display direction In/Out/Any for rule display, not just In/Out.Stuart Henderson
2008-08-13-S currently does nothing useful, so remove it fromJason McIntyre
2008-08-11some consistency fixes and whitespace at eol removal;Jason McIntyre
2008-08-08documentation tweaks.Igor Sobrado
2008-08-08Small step towards fixing documentation:Matthieu Herrb
2008-07-31Do not allow negative or zero delay values from the command line,Can Erkin Acar
2008-07-22change the bcachestats structures members to int64_t's and do theThordur I. Bjornsson
2008-07-22Add signed size printing functions, as requested by deraadt@.Can Erkin Acar
2008-07-16Cleanup #define maze leftover from pftop compatibility.Can Erkin Acar
2008-07-12Add ':q' as an alias to ':quit', to match old behaviour. Initial patchCan Erkin Acar
2008-07-07bcachestats got bumbed too u_int64_t's and I forgot aboutThordur I. Bjornsson
2008-06-29Simplify state creation code; merge state import/export code between pfsyncRyan Thomas McBride
2008-06-13Do not print a warning if /dev/pf can not be opened.Can Erkin Acar
2008-06-13Remove unused files. Noticed by sthen@Can Erkin Acar
2008-06-13Fix size and age field printing. The fields will now be printed with unitsCan Erkin Acar
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13Use refresh interval for rate calculation instead of the broken elapsedCan Erkin Acar
2008-06-13Set 'naptime' which is used by the interface page in differential mode.Can Erkin Acar