Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-06 | scrub rules gone | Henning Brauer | |
2009-04-04 | Fix the byte order of the rule field in state view. | Can Erkin Acar | |
Reported by Kamil Mielcarek | |||
2009-04-03 | Show interface description names in "systat if 1"; some help from canacar | Theo de Raadt | |
sthen likes it | |||
2009-03-30 | allow the disk transfer speed numbers to show useable numbers when disks | Theo de Raadt | |
get really fast; ok canacar | |||
2009-03-29 | Make sure systat mbufs prints the interface name even if an interface only | Mark Kettenis | |
allocates clusters larger than 2k. ok deraadt@ | |||
2009-01-27 | fix the mbuf view to cope with the recent change to the mclgeti allocator. | David Gwynne | |
from canacar@ | |||
2009-01-01 | Unclutter 'systate rules' by printing the flags option using the minimal | Ryan Thomas McBride | |
pf.conf syntax (flags S/SA is implicit). ok henning canacar | |||
2008-12-31 | Skip missing pool indices instead of printing errors. | Can Erkin Acar | |
2008-12-18 | Print the interface livelocks if non-zero. From deraadt@ | Can Erkin Acar | |
2008-12-17 | Rewrite the 'mbuf' page to display mbuf usage information from system pools | Can 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-11 | move one paragraph to a more logical position; | Jason McIntyre | |
2008-12-07 | - comment out more stuff currently unsupported | Jason McIntyre | |
- host:port, not host.port ok canacar | |||
2008-12-07 | Add option to order the pool view by size and number of pages columns. | Can Erkin Acar | |
2008-12-07 | Warning cleanup including unused variables and shadowed names | Can Erkin Acar | |
2008-12-02 | - there is no "load" global command, so remove its description | Jason McIntyre | |
- comment out local commands for now, until they are implemented | |||
2008-12-01 | Add a function to print a floating point field and use this to fix the | Christian 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 explain | Jason 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-08 | sort; | Jason McIntyre | |
2008-11-08 | Add malloc and buckets views that display kernel malloc statistics similar | Can Erkin Acar | |
to vmstat -m | |||
2008-11-05 | add missing header needed by strcmp/strerror/memset functions. | Charles Longeau | |
ok canacar@ | |||
2008-11-05 | Fix some function prototypes, remove unused variables and commented out code | Can Erkin Acar | |
2008-11-04 | spelling: ambigious -> ambiguous | Marc Espie | |
2008-11-02 | new sentence, new line; | Jason McIntyre | |
2008-11-02 | Add the option to sort by requests to the pool view, and document | Can Erkin Acar | |
the hotkeys 'o' to select and 'r' to reverse column orderings. | |||
2008-11-02 | Add a view that displays pool(9) information. Idea and ok deraadt@ | Can Erkin Acar | |
2008-11-01 | remove commented out -S option; | Jason McIntyre | |
2008-11-01 | Improve reporting of cache misses in the vmstat view. Previously | Can 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-01 | Remove 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-01 | Document more global hotkeys. Help and ok jmc@ | Can Erkin Acar | |
2008-10-31 | Implement start and stop commands as documented, | Can Erkin Acar | |
explicitly pass the command buffer to the command functions. | |||
2008-10-31 | make ^G display the current view and refresh interval as documented. | Can Erkin Acar | |
2008-10-08 | Fix the order of traversal when printing the queues. Properly places | Can Erkin Acar | |
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861. | |||
2008-09-01 | Display direction In/Out/Any for rule display, not just In/Out. | Stuart Henderson | |
ok canacar@ | |||
2008-08-13 | -S currently does nothing useful, so remove it from | Jason McIntyre | |
SYNOPSIS and usage(); after some discussion with canacar | |||
2008-08-11 | some consistency fixes and whitespace at eol removal; | Jason McIntyre | |
2008-08-08 | documentation tweaks. | Igor Sobrado | |
ok jmc@, matthieu@ | |||
2008-08-08 | Small step towards fixing documentation: | Matthieu Herrb | |
- sync usage() with reality. Remove the -h option that does nothing. - don't complain about kvm_openfiles() error in case of incorrect usage. - add basic descriptions of the new options and views in the manual page. More is needed... with help from jmc@ and sobrado@. ok sobrado@. | |||
2008-07-31 | Do not allow negative or zero delay values from the command line, | Can Erkin Acar | |
use the same check as the -s option. Noticed by johan@ | |||
2008-07-22 | change the bcachestats structures members to int64_t's and do the | Thordur I. Bjornsson | |
printing in systat with the new print_fld_ssize() function. "same diff I wrote" deraadt@ ok art@ | |||
2008-07-22 | Add signed size printing functions, as requested by deraadt@. | Can Erkin Acar | |
Just use print_fld_ssize() for signed values. Increase scale up to "Tera" while there. | |||
2008-07-16 | Cleanup #define maze leftover from pftop compatibility. | Can Erkin Acar | |
Pointed out by mcbride@, makes sense henning@ | |||
2008-07-12 | Add ':q' as an alias to ':quit', to match old behaviour. Initial patch | Can Erkin Acar | |
from dlg@, this is a simpler version. | |||
2008-07-07 | bcachestats got bumbed too u_int64_t's and I forgot about | Thordur I. Bjornsson | |
munging systat to handle the field with; pointed out by mickey ok canacar@ | |||
2008-06-29 | Simplify state creation code; merge state import/export code between pfsync | Ryan Thomas McBride | |
and the state-related pf(4) ioctls, and make functions in state creation and destruction paths more robust in error conditions. All values in struct pfsync_state now in network byte order, as with pfsync. testing by david ok henning, systat parts ok canacar | |||
2008-06-13 | Do not print a warning if /dev/pf can not be opened. | Can Erkin Acar | |
2008-06-13 | Remove unused files. Noticed by sthen@ | Can Erkin Acar | |
2008-06-13 | Fix size and age field printing. The fields will now be printed with units | Can Erkin Acar | |
instead of getting truncated. | |||
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt | |
2008-06-13 | Use refresh interval for rate calculation instead of the broken elapsed | Can Erkin Acar | |
time computation. | |||
2008-06-13 | Set 'naptime' which is used by the interface page in differential mode. | Can Erkin Acar | |
Also remove a debugging message while there. reported by claudio@ |