summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Collapse)Author
2007-02-24unused vars; from Mark LumsdenOtto Moerbeek
2007-02-24some cleanups, i agree; MureninTheo de Raadt
2007-02-23one final sort;Jason McIntyre
2007-02-23mving the description of "mim prefix" to the display description was notJason McIntyre
quite correct - simplify it, and document it both for command line and interactive;
2007-02-23sort;Jason McIntyre
2007-02-23consistency fix which i should have spotted earlier...Jason McIntyre
2007-02-23more logical placing for discussion of minimum prefixes accepted;Jason McIntyre
started by deraadt
2007-02-23add missing copyright; ConstantineTheo de Raadt
2007-02-23leave unspecified fields blank; ok deannaTheo de Raadt
also, fix two logic errors in switches.
2007-02-23forgot to list the display in one placeTheo de Raadt
2007-02-23knfTheo de Raadt
2007-02-23Add a display for hardware sensors, available with :sensors.Deanna Phillips
ok deraadt, jmc
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@
2006-11-13fix macro abuse leading to stray numbers in the vm display.Otto Moerbeek
ok a whole lot of devs@
2006-10-15Talk about "memory" not "pages in kilobytes", it is less awkwardTodd C. Miller
that way. OK jmc@ deraadt@
2006-10-13vmstat memory stats are in kb, not number of pages;Jason McIntyre
from jan srzednicki (freebsd pr #71690) ok mickey
2006-06-29change bytes to kilobytes so i dont have to think about where megabytesDavid Gwynne
start.
2006-06-28update the `iostat' section; from deanna phillipsJason McIntyre
ok dlg
2006-06-28mark up a `>';Jason McIntyre
2006-06-28update the `ifstat' entry;Jason McIntyre
based on a diff from deanna phillips, with some wording from dlg
2006-06-27basically replace the iostat view with something that looks like the ifstatDavid Gwynne
view. noone seemed particularly attached to the last one, so this is going in. from deanna phillips
2006-06-02Show interface state and link state in ifstat output. Idea and OK dlg@Claudio Jeker
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
tweaked by mickey/krw ok deraadt
2006-05-09delay time of 0 should be invalid; evol@online.ptt.ruTheo de Raadt
2006-04-14update the manpage to document interrupt cpu time in the vmstat view.David Gwynne
prodded by deraadt@
2006-04-14remove comments that says we dont count intr time and remove some code thatDavid Gwynne
fudges the output to stay clean when intr time wasnt shown. not needed since we show it now.
2006-04-14show cpu time spent in interrupts. ive been wanting this for years.David Gwynne
tweaks by deraadt@ ok by many
2006-04-12Improve error message.Ray Lai
Found by Florin Iamandi <florin dot i at tiscali dot it>. OK tedu@ and deraadt@
2006-03-31spacingTheo de Raadt
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
2006-03-28give more space to the memory columns in vm page; deraadt@ okMichael Shalayeff
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-01-16remove Xr to self from SEE ALSO;Jason McIntyre
2006-01-15- add descriptions for 'pzidle' and 'kmapent' fields in vmstat display.Niall O'Higgins
ok jmc@
2006-01-10fix the time view of the interface stats so that is shows the averageDavid Gwynne
over the refresh interval (like the manpage says it should) instead of the total. ok markus@
2005-12-13sdl->sdl_data does not contain a nul terminated string, so use bcopy andDavid Gwynne
terminate it manually rather than use strlcpy to get the interface name. fixes output on my sparc and sparc64s. ok markus@ deraadt@
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
in" deraadt@
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
the uvm_km_page allocator and use it instead of calling panic() - add a counter to uvmexp so we can keep track of how many map entries we have in use idea from tedu@, long ago, okay deraadt@
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
idea from a mail to misc@ from simon dassow;
2005-08-01Send ourselves SIGTSTP, not SIGSTOP on ^Z. Noticed and OK deraadt@Todd C. Miller
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
ok deraadt@ millert@ moritz@
2005-05-10correct v6 handling; yanovich@psc.eduTheo de Raadt
2005-04-04nlist.h not neededTheo de Raadt
2005-03-13Use correct byte order when printing out port numbers.Chad Loder
OK jaredy@, tdeval@, hshoexer@
2004-11-25fix on alpha. the lack of BWX by default, and assumptions of alignmentTheo de Raadt
keep biting us hard for structures that happen to have been plopped at unaligned objects. terrible decisions made at DEC ages ago, and compounded by terrible gcc decisions cause us to make workarounds all the time. showed by markus, found by David Berghoff
2004-11-16shuffle the .Pp;Jason McIntyre
2004-11-16print network interface stats with 'systat ifstat'; ok deraadt, mickeyMarkus Friedl
2004-09-29always compile in INET6 supportTheo de Raadt
2004-09-23adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toTheo de Raadt
avoid tree breakage)