Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-17 | clarify that -w is used for raw output only (removes the 'not sure' XXX | Okan Demirmen | |
comment). ok sthen@, jmc@ | |||
2012-01-30 | - allow the default to only show all non-listneing scokets, which matches | Okan Demirmen | |
the manpage and what netstat(1) does, sans the aflag (-a). - allow one to use 'a' to toggle the above (include listening or not). - implement [r]eset to reset all toggles to default (all/tcp/udp). - document a/n/r/t/u toggles. ok henning@ sthen@ jmc@ | |||
2011-11-29 | minor whitespace fix | David Gwynne | |
2011-11-29 | use a u_int64_t for the state id in pfsync_state. this makes it consistent | David Gwynne | |
with every other thing that stores the state id (including other pfsync messages). includes improvements to the systat code to consider the creatorid as well as the state id in its cache to avoid collisions between states created on different hosts. tested by me in production and on amd64 talking to sparc64. ok henning@ | |||
2011-10-13 | Teach some userland tools about NAT64. I think this is mostly from mikeb@ | Claudio Jeker | |
OK mcbride@ | |||
2011-09-19 | clean up buffer cache statistics somewhat to | Bob Beck | |
remove some now useless statistics, and add some relevant ones regarding kva usage in the cache. make systat io and show bcstats in ddb both show these counters. ok deraadt@ krw@ | |||
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo | |
ok deraadt@ | |||
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo | |
- change accuracy of SENSOR_FREQ from Hz to muHz - add SENSOR_VOLTS_AC entry to userland programs ok deraadt@ | |||
2011-07-06 | add a couple of fields needed for buffer flipping, and change systat to | Bob Beck | |
show useful info in systat io instead of goo | |||
2011-04-29 | Add currently undocumented keyboard options available on ifstat view. | lum | |
ok jmc@ | |||
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe | |
that we've got name we want for the API we want "ZAP!" deraadt@ | |||
2011-04-05 | the tree builds better when you don't use PF_FASTROUTE | Stuart Henderson | |
ok henning@ mikeb@ | |||
2011-04-05 | Add support to display numbers with thousands separators | Marco Pfatschbacher | |
and to switch the ifstat view to Bits/s. This allows us to see live network throughput in units like MBit/s, which is more practical. OK sthen@, manpage OK jmc@, "put it in" deraadt@ | |||
2011-03-31 | Make the top line of systat stop updating, along with the rest of the data | lum | |
when 'p' is pressed. ok nicm@ | |||
2011-03-02 | - use a common FIELD_ADDR macro, instead of rolling 78 identical copies. | Jasper Lievisse Adriaanse | |
ok canacar@ | |||
2011-02-06 | Remove duplicated prototypes. | lum | |
ok miod@ | |||
2011-01-18 | Remove one of the three occurances of "delay is 5 seconds" | lum | |
ok jmc@ | |||
2011-01-17 | Adjust IPKTS and OPKTS description to fit actual behaviour. | lum | |
ok jmc@ | |||
2011-01-13 | Making the numbers Right aligned (instead of left as it is) as the | Jasper Lievisse Adriaanse | |
numbers increase, it may be difficult to keep track of left aligned stuff. ok sthen@ | |||
2011-01-13 | non interactive -> non-interactive | lum | |
ok jmc@ | |||
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov | |
tedu agreed with an idea, tested by Luis Useche and me; ok deraadt | |||
2010-11-05 | Print relativ number of livelocks that happend between two systat | Claudio Jeker | |
updates instead of showing absolut figures. Makes it easier to estimate the "livelockyness" of a system. OK dlg@ | |||
2010-11-02 | expose the kernels network livelock counter | David Gwynne | |
2010-10-28 | cleanup ;; | Theo de Raadt | |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne | |
instead of letting hardware rings grow on every interrupt, restrict it so it can only grow once per softclock tick. we can only punish the rings on softclock ticks, so it make sense to only grow on softclock tick boundaries too. the rings are now punished after >1 lost softclock tick rather than >2. mclgeti is now more aggressive at detecting livelock. the rings get punished by an 8th, rather than by half. we now allow the rings to be punished again even if the system is already considered in livelock. without this diff a livelocked system will have its rx ring sizes scale up and down very rapidly, while holding the rings low for too long. this affected throughput significantly. discussed and tested heavily at j2k10. there are still some games with softnet we can play, but this is a good first step. "put it in" and ok deraadt@ ok claudio@ krw@ henning@ mcbride@ if we find out that it sucks we can pull it out again later. till then we'll run with it and see how it goes. | |||
2010-08-01 | don't rely on mbuf.h to pull in pool.h here either | Bret Lambert | |
ok miod@ | |||
2010-08-01 | fix use of uninitialized variable. | Charles Longeau | |
reported by gcc. ok canacar@ | |||
2010-07-22 | Let systat -N states resolve network addresses | giovanni | |
help and ok sthen@ lum@ ok canacar@ | |||
2010-07-21 | Remove reference to non-existent behaviour. | lum | |
ok canacar@ | |||
2010-07-19 | Add prototype and remove unnecessary includes. | lum | |
ok canacar@ | |||
2010-07-19 | Remove unused function. | lum | |
ok canacar@ | |||
2010-07-16 | Move the description of load averages/top line to a better place. | lum | |
Suggestions and ok canacar@ | |||
2010-07-16 | Make the terminal checking capability of systat better. | lum | |
Checks taken from top(1) screen.c/init_termcap() ok canacar@ sthen@ nicm@ | |||
2010-07-05 | Add prototype and remove unused variable. | lum | |
ok canacar@ | |||
2010-07-02 | Allow systat to print date and time when in rawmode. | lum | |
ok canacar@ millert@ | |||
2010-04-21 | scale angle by 1000000 to permit min.sec accuracy | Theo de Raadt | |
2010-04-21 | Add the "angle" sensor, measured in degrees; from Luis Pinto | Theo de Raadt | |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt | |
by returning ENXIO instead of ENOENT, to essentially indicate hotplug sensor that has gone away. Accessing beyond the end of the sensordev list still returns ENOENT, so that you can see there are no further devices. ok kettenis oga | |||
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth | |
type). Measured in Hz. ok deraadt@ | |||
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo | |
ok kettenis@ xsa@ sobrado@ krw@ deraadt@ | |||
2010-03-13 | .Xt -> .Xr | Jason McIntyre | |
2010-01-19 | Unbreak tree - I missed systat's use of the old pf debug levels. | Ryan Thomas McBride | |
pointed out by toby | |||
2010-01-12 | Update to ncurses 5.7, with local changes reapplied. | Nicholas Marriott | |
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt | |||
2009-11-23 | args, not that file | Henning Brauer | |
2009-11-23 | no more natpass | Henning Brauer | |
2009-11-23 | Properly handle interfaces deleted from the middle of the list. | Can Erkin Acar | |
Reported by deraadt@ | |||
2009-11-15 | some fixes from Seth Wright; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-08-14 | tweak the vmstat description; | Jason McIntyre | |
2009-08-14 | SENSOR_WATTS; ok canacar deraadt kettenis henning | Constantine A. Murenin | |