| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_4_8_0_RELEASE'.
This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80752
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- make all fields space separated to avoid run-together columns
- rename macro pgtok conflicting with machine/param.h
- increase field widths for -i
- axe unused variables
Approved by: joerg (in parts)
Requested by: bde (in parts)
Hoorayed by: greg (in parts)
Notes:
svn path=/stable/4/; revision=79156
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
vm.stats.vm.v_forks
vm.stats.vm.v_vforks
vm.stats.vm.v_rforks
vm.stats.vm.v_kthreads
vm.stats.vm.v_forkpages
vm.stats.vm.v_vforkpages
vm.stats.vm.v_rforkpages
vm.stats.vm.v_kthreadpages
sys/kern/kern_fork.c: 1.92->1.93
sys/sys/vmmeter.h: 1.21->1.22
sys/vm/vm_meter.c: 1.43->1.44
usr.bin/vmstat/vmstat.c: 1.41->1.42
Notes:
svn path=/stable/4/; revision=72660
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=62386
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
|
|
|
| |
from signed long to unsigned lon long.
PR: 12808
Submitted by: Kevin Day toasty@dragondata.com
Reviewed by: bde
Notes:
svn path=/head/; revision=49107
|
| |
|
|
|
|
|
|
|
|
| |
the magicness of 200. Cleaned up the remaining parts. Circularisation
of the list of malloc types was a kernel bug (now fixed). Interfering
with applications' definitions of pgtok is a system header bug (not
fixed).
Notes:
svn path=/head/; revision=47068
|
| |
|
|
|
|
|
|
|
|
|
|
| |
changed from a simple list to a circular one. We compensate by only
looping until we see the first address again. Before, things would
terminate because it was limited to 200 iterations. This lead to
bogus statistics and repeating stats for memory types.
This should be merged into 3.2, as the same bug is there.
Notes:
svn path=/head/; revision=46852
|
| |
|
|
|
|
|
|
|
|
| |
I'm not sure why we have `mvstat -z'. `sysctl vm.zone' gives more
information. OTOH, `sysctl vm.zone' shouldn't return ASCII data,
and reporting of memory use should be integrated, at least as an
option.
Notes:
svn path=/head/; revision=44067
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43962
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the display wrapped around.
This decreases the default maximum number of disks shown to 2, so things
don't wrap around so easily. Also, it fixes the header display issues.
Submitted by: Bruce Evans <bde@FreeBSD.ORG>
Notes:
svn path=/head/; revision=43822
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
peripheral drivers can determine where in the devstat(9) list they are
inserted.
This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and
any ports that depend on the devstat code, since the size of the devstat
structure has changed. The devstat version number has been incremented as
well to reflect the change.
This sorts devices in the devstat list in "more interesting" to "less
interesting" order. So, for instance, da devices are now more important
than floppy drives, and so will appear before floppy drives in the default
output from systat, iostat, vmstat, etc.
The order of devices is, for now, kept in a central table in devicestat.h.
If individual drivers were able to make a meaningful decision on what
priority they should be at attach time, we could consider splitting the
priority information out into the various drivers. For now, though, they
have no way of knowing that, so it's easier to put them in an easy to find
table.
Also, move the checkversion() call in vmstat(8) to a more logical place.
Thanks to Bruce and David O'Brien for suggestions, for reviewing this, and
for putting up with the long time it has taken me to commit it. Bruce did
object somewhat to the central priority table (he would rather the
priorities be distributed in each driver), so his objection is duly noted
here.
Reviewed by: bde, obrien
Notes:
svn path=/head/; revision=43819
|
| |
|
|
|
|
|
|
| |
kernels. A better fix is now committed to "src/lib/libc/gen/nlist.c"
and "src/usr.sbin/kvm_mkdb/nlist.c".
Notes:
svn path=/head/; revision=40690
|
| |
|
|
|
|
|
|
| |
makes vmstat work on ELF kernels again.
Submitted by: Daniel Rock <rock@cs.uni-sb.de>
Notes:
svn path=/head/; revision=40631
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
generation was causing unaligned access faults on the Alpha.
I have incremented the devstat version number, since this is an interface
change. You'll need to recompile libdevstat, systat, iostat, vmstat and
rpc.rstatd along with your kernel.
Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
Notes:
svn path=/head/; revision=39498
|
| |
|
|
|
|
|
| |
three.
Notes:
svn path=/head/; revision=39372
|
| |
|
|
|
|
|
| |
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
Notes:
svn path=/head/; revision=39230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37453
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34214
|
| |
|
|
| |
Notes:
svn path=/head/; revision=31560
|
| |
|
|
| |
Notes:
svn path=/head/; revision=30287
|
| |
|
|
|
|
|
| |
of ugly hardcoded constants in there.
Notes:
svn path=/head/; revision=30279
|
| |
|
|
|
|
|
|
|
|
| |
not just exit with 0 status.
This definitely should go to 2.2.5.
If i won't have any objections - I'll commit it tonight.
Notes:
svn path=/head/; revision=30180
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28693
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
procs memory page disks faults cpu
r b w avm fre flt re pi po fr sr w0 w1 in sy cs us sy id
1 0 04135184 6016 180 2 1 0 158 135 10 0 386 1820 77 20 6 74
looks like:
procs memory page disks faults cpu
r b w avm fre flt re pi po fr sr w0 w1 in sy cs us sy id
1 0 0 4135188 6016 180 2 1 0 158 135 10 0 387 1821 77 20 6 74
Notes:
svn path=/head/; revision=23952
|
| |
|
|
|
|
|
|
| |
(since they're per-directory now).
Learned from: Kirk McKusick's OS internals course.. :-)
Notes:
svn path=/head/; revision=14353
|
| |
|
|
|
|
|
|
|
| |
Unfortunately, the sysctl number for reading this struct is
bogusly placed in <vm/vm_param.h> instead of with the declaration
of the struct.
Notes:
svn path=/head/; revision=12811
|
| |
|
|
|
|
|
|
| |
and this was once (but no longer it seems) included by <vm/vm.h>
It should now compile again.
Notes:
svn path=/head/; revision=12804
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7351
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7347
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5463
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3695
|
| |
|
|
|
|
|
| |
logical.
Notes:
svn path=/head/; revision=3693
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3659
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3642
|
| |
|
|
|
|
|
| |
bug when interval is 1 second.
Notes:
svn path=/head/; revision=3613
|
| |
|
|
|
|
|
|
| |
field. Saved some space and gained a little clarity by printing "128K"
instead of 131072 (and so on).
Notes:
svn path=/head/; revision=3372
|
| |
|
|
|
|
|
| |
and cleaned up slightly.
Notes:
svn path=/head/; revision=1620
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|