summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic fixes for drive names which are 4 chars long.jkh1996-06-113-9/+11
| | | | Submitted-By: Joe Greco <jgreco@ns.sol.net>
* Fix a bug in the mbufs display, seen when there was a large numberjdp1996-05-271-3/+2
| | | | | | | of mbufs in use. If the number reached, e.g., 4 digits, then later decreased to 3 digits, the last digit of the 4-digit number was not erased. This caused the display to show a wildly high number of mbufs in use.
* Localize timeache1996-03-312-1/+7
|
* Renamed Proc-cache to Dir-cache for the same reasons as in vmstat.bde1996-03-291-3/+3
| | | | Tweaked screen positions to match.
* Move #include of queue.h before #include of socketvar.h in preparation fordg1996-03-112-2/+2
| | | | struct socket changes.
* Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-2/+2
| | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* Reduced vm dependencies. Only `struct vmmeter.h' is required.bde1995-12-131-2/+3
| | | | | | Unfortunately, the sysctl number for reading this struct is bogusly placed in <vm/vm_param.h> instead of with the declaration of the struct.
* Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h>peter1995-12-131-0/+1
| | | | changes.
* #include <sys/user.h>phk1995-10-291-0/+1
|
* Don't attempt to read the variable `total' from the kernel. `total'bde1995-07-121-4/+2
| | | | | | isn't used in systat or in the kernel (it was replaced by a sysctl() call involving VM_METER) and will go away when I clean up bogus common variables in the kernel.
* Remove trailing whitespace.rgrimes1995-05-307-12/+12
|
* Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night;dg1995-04-092-11/+5
| | | | sorry Jordan).
* From Mark Murray:dg1995-03-291-5/+5
| | | | | | I got irritated with not seeing the interrupt numbers in a (crowded) "systat -vmstat" display, so I fixed it. Here is a patch to please be applied in src/usr.bin/systat
* Removed object lookup/hit count and changed the order of things a little.dg1995-03-251-28/+24
|
* Removed cnt.v_nzfod...we don't support it in the kernel.dg1995-03-251-42/+30
|
* Fix the Name-cache counters. I didn't realign the negative hits.phk1995-03-181-1/+1
|
* Report the negative hits in the Namei section.phk1995-03-121-4/+6
|
* Don't use curses until initialized.phk1995-03-121-8/+8
|
* Changes to support printing stats for the 'cached pages'.dg1995-03-101-2/+10
| | | | Submitted by: John Dyson
* extern.h, iostat.c, main.c, vmstat.c:bde1994-12-035-24/+18
| | | | | | | | | | | | | | | | | Use the correct value of hz (stathz if it is nonzero) for interpretion of dk_time[] and cp_time[] in iostat.c. Avoid multiple conversions of this value in iostat.c and vmstat.c iostat.c: Implement the display of cp_time[CP_INTR]. Fix the display of cp_time[CP_IDLE] (the display was always null because cp_time[CP_INTR] == 0 was displayed instead). systat.1: Document the display of cp_time[CP_INTR]. vmstat.c: Implement the display of cp_time[CP_INTR].
* Moved "VMSTAT" column up by one row so that it displays properly on 24dg1994-11-251-1/+1
| | | | row displays.
* Another absolute path...phk1994-11-211-1/+1
|
* Prevents segm. fault on unknown optionache1994-10-191-0/+5
|
* Updated to changes in struct vmmeter.dg1994-10-181-4/+4
|
* New way of getting disk drive names.wollman1994-10-161-2/+3
|
* Updated to changes in struct vmmeter.dg1994-10-151-11/+11
|
* #if 0'd out the meat of the swap code until I get a chance to rewrite it.dg1994-10-091-1/+7
|
* Changes to buf.h now require that param.h be included.dg1994-10-051-0/+1
|
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.wollman1994-09-242-2/+2
| | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
* Make the %zfod display make more sense by comparing zfod versus the totalwollman1994-08-071-2/+5
| | | | zfod + nzfod, rather than zfod / nzfod, which doesn't make a whole lot of sense.
* Converted 'vmunix' to 'kernel'.dg1994-08-051-1/+1
|
* Add i386 support, and reorder machine #ifdefs to be in alphanumeric order.rgrimes1994-05-301-12/+16
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2717-0/+4044
OpenPOWER on IntegriCloud