| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
VM statistics. zfod is moved and %slo-z ( percentage of zero-fills that
were slow, i.e. not pre-zero'd ), and number of pages freed per second.
|
|
|
|
|
|
| |
relation to devstat(3)/(9).
Submitted-by: ken@freebsd.org
|
|
|
|
|
|
| |
You can now use the `want_fd' command in the vmstat display.
Suggested by: grog
|
|
|
|
| |
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
|
|
|
|
|
| |
PR: 7841
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
|
|
|
|
|
| |
shown by systat's vmstat display.
PR: docs/3764
|
|
|
|
|
|
|
|
|
| |
in netstat-mode to avoid a conflict with tcp-mode. Also
while documenting this new feature in the manpage, fix a
minor display nit.
PR: 5159
Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>
|
| |
|
| |
|
|
|
|
| |
Inspired by: IRIX netstat -C
|
| |
|
|
|
|
| |
(based on my running it on 2.2-GAMMA)
|
|
|
|
| |
Submitted-By: Joe Greco <jgreco@ns.sol.net>
|
|
|
|
|
|
|
|
| |
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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].
|
| |
|
|
|