summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2006-06-29change bytes to kilobytes so i dont have to think about where megabytesDavid Gwynne
2006-06-28update the `iostat' section; from deanna phillipsJason McIntyre
2006-06-28mark up a `>';Jason McIntyre
2006-06-28update the `ifstat' entry;Jason McIntyre
2006-06-27basically replace the iostat view with something that looks like the ifstatDavid Gwynne
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
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
2006-04-14remove comments that says we dont count intr time and remove some code thatDavid Gwynne
2006-04-14show cpu time spent in interrupts. ive been wanting this for years.David Gwynne
2006-04-12Improve error message.Ray Lai
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
2006-01-10fix the time view of the interface stats so that is shows the averageDavid Gwynne
2005-12-13sdl->sdl_data does not contain a nul terminated string, so use bcopy andDavid Gwynne
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
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
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
2004-11-25fix on alpha. the lack of BWX by default, and assumptions of alignmentTheo de Raadt
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
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
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
2004-05-22with modern disks data transfers rates above 10000 kByte/s are seenHenning Brauer
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
2004-04-14wakeup after ^Z did not continue redraws and such. use own ^Z handler.Theo de Raadt
2004-02-20uppercase CRT;Jason McIntyre
2004-02-15'split' command for iostat modeTed Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-01-08Convert to kvm_getproc2(); ok deraadt@Todd C. Miller
2003-12-17- add -w to options descriptionJason McIntyre