summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Collapse)Author
2009-07-14use static for inline so compilers with c99 inline semanticsJonathan Gray
generate the same linkage as those with c89 semantics. ok sthen@
2009-06-26explicitly print an empty value between two end_line() calls to preventCan Erkin Acar
garbage from being printed at certain window sizes. Noticed by deraadt@
2009-06-26- include two missing headers in if.cJasper Lievisse Adriaanse
- add missing parenthesis in nfs.c ok canacar@
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25sync the SENSOR_DRIVE_* names with sysctl(8)'sOkan Demirmen
ok canacar@
2009-06-25use the nitems() macro where appropriateOkan Demirmen
ok canacar@
2009-06-25Check RTM_VERSION even on sysctl data.Claudio Jeker
Tested and OK sthen@, OK henning@
2009-06-23tweak previous;Jason McIntyre
2009-06-19- uppercase the column headers for consistency with other viewsJasper Lievisse Adriaanse
2009-06-19- add two new views to systat, 'nfsserver' and 'nfsclient'.Jasper Lievisse Adriaanse
output is similar to nfsstat(1), but it allows for better monitoring/debugging tricked into by and "i love this" thib@ ok canacar@
2009-06-11add missing header needed by ioctl()Charles Longeau
ok canacar@
2009-06-10Revert part of the earlier commit that displayed garbage instead ofCan Erkin Acar
the action column values. reported by jmc@
2009-06-06- remove unused macro from iostat.cJasper Lievisse Adriaanse
- minor space nit in engine.c ok canacar@
2009-06-04Plug memory leak when the terminal is resized.Can Erkin Acar
Reported by Simon Bertrang, thanks.
2009-05-03Hinge at the natural rollover point 9999x instead of 1024x when switching toDale Rahn
the next unit K->M->G. ok deraadt@
2009-04-23sync actiontypes (pass, block etc) with pfvar so that match rules areHenning Brauer
displayed correctly (actually thsi was out of sync for more than just match) From: Craig Barraclough <craigba at afnsecurity dot com>
2009-04-20remove unneeded argument to warnx()Charles Longeau
remove unused variable kill some extra blank lines ok canacar@
2009-04-06scrub rules goneHenning Brauer
2009-04-04Fix the byte order of the rule field in state view.Can Erkin Acar
Reported by Kamil Mielcarek
2009-04-03Show interface description names in "systat if 1"; some help from canacarTheo de Raadt
sthen likes it
2009-03-30allow the disk transfer speed numbers to show useable numbers when disksTheo de Raadt
get really fast; ok canacar
2009-03-29Make sure systat mbufs prints the interface name even if an interface onlyMark Kettenis
allocates clusters larger than 2k. ok deraadt@
2009-01-27fix the mbuf view to cope with the recent change to the mclgeti allocator.David Gwynne
from canacar@
2009-01-01Unclutter 'systate rules' by printing the flags option using the minimalRyan Thomas McBride
pf.conf syntax (flags S/SA is implicit). ok henning canacar
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
and mbuf cluster statistics collected for each interface. More useful than earlier bar graphs about mbuf types. Requested by and ok deraadt@
2008-12-11move one paragraph to a more logical position;Jason McIntyre
2008-12-07- comment out more stuff currently unsupportedJason McIntyre
- host:port, not host.port ok canacar
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
- comment out local commands for now, until they are implemented
2008-12-01Add a function to print a floating point field and use this to fix theChristian Weisgerber
SEConds field in the iostat view. ok and help canacar@
2008-11-17- stop referring to the display as consisting of windows. we can explainJason McIntyre
it more simply and cut out a lot of needless verbosity. - stop mixing terminology: view vs. display - "delay" overrides "-s delay", not "-w wait" - use "quit" as mnemonic for quit, not "exit" - ...and just generally clean the page up ok canacar
2008-11-08sort;Jason McIntyre
2008-11-08Add malloc and buckets views that display kernel malloc statistics similarCan Erkin Acar
to vmstat -m
2008-11-05add missing header needed by strcmp/strerror/memset functions.Charles Longeau
ok canacar@
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
the hotkeys 'o' to select and 'r' to reverse column orderings.
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
the misses field may report negative values. The hit/miss numbers does not exactly reflect the statistics collected by the kernel but this is close enough. Report & patch from Bjorn Anderss, input from beck@ and thib@
2008-11-01Remove disabled help text code and -S command, both leftovers from pftop,Can Erkin Acar
skip the correct number of bytes after the 'start' command.
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
explicitly pass the command buffer to the command functions.
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
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861.
2008-09-01Display direction In/Out/Any for rule display, not just In/Out.Stuart Henderson
ok canacar@