summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Collapse)Author
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)
2004-07-11prototypes; ok deraadtPeter Valchev
2004-07-09post-mortem stuff can go away here tooTheo de Raadt
2004-07-09remove post-mortem stuff (sysctl only here)Theo de Raadt
2004-07-03move sysctl comment on namelist[] entryTheo de Raadt
2004-06-28Remove special #if defined(__i386__) code from systat and vmstat. We now useAaron Campbell
sysctl to fetch interrupt counters on all architectures. Also add new '-z' flag to vmstat which means show all devices, even those that have not yet generated an interrupt. deraadt@ tholo@ drahn@ millert@ ok
2004-06-11divide etime by ncpuTheo de Raadt
2004-06-11oopsTheo de Raadt
2004-06-11on i386 machines, attempt to peek inside apic_intrhand[] as well, so thatTheo de Raadt
MP machines get interrupt counters. will be replaced by a MI subsystem one day. most code from drahn, few final bugs fixed by me
2004-05-22with modern disks data transfers rates above 10000 kByte/s are seenHenning Brauer
regularily, make the disk columns a little wider so it doesn't run into the neighboring column, theo ok
2004-04-26add -n flag (do not reverse-lookup). pb and deraadt okJun-ichiro itojun Hagino
2004-04-23don't print stats until they're stable, prevents seeing weird stuff inTed Unangst
disk columns. tested by jolan@. from pedro martelletto
2004-04-14wakeup after ^Z did not continue redraws and such. use own ^Z handler.Theo de Raadt
ok otto millert
2004-02-20uppercase CRT;Jason McIntyre
2004-02-15'split' command for iostat modeTed Unangst
from Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-01-08Convert to kvm_getproc2(); ok deraadt@Todd C. Miller
2003-12-17- add -w to options descriptionJason McIntyre
- document default refresh interval - sync usage() with SYNOPSIS inspired by PR 3608; ok deraadt@
2003-12-17remove old -M and -N; 3608Theo de Raadt
2003-10-16duhMichael Shalayeff
2003-10-15also print the uvmexp.zeropages if there is space in vm screenMichael Shalayeff
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-07-25remove some non-existent information from vmstat section;Jason McIntyre
from Hans-Joerg Hoexer (PR 3367)
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-15^Z Stop systat -> ^Z Suspend systat;Jason McIntyre
from Okan Demirmen; ok millert@
2003-04-14remove old commentTheo de Raadt
2003-04-08string cleaning; ok tdevalTheo de Raadt
2003-02-28intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)Jason Wright
2003-02-02When disk activity exceeds 100kB/s divide length of bar by 10s and reportHenning Brauer
factor on RHS screen. from netbsd (dsl@) ok theo
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
statistics when a device is added/removed. ok deraadt@
2002-10-29idle time is shown as ` ' not ` )'.Jason Wright
2002-08-04kvm gid revocation earlierTheo de Raadt