Subject: Re: vmstat and netstat....
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 03/27/2006 11:00:54
"Garrett D'Amore" <garrett_damore@tadpole.com> writes:
> Try vmstat -e.
# ls /netbsd
/netbsd
# vmstat -e
event total rate type
uvmmap ubackmerge 34018725 8 misc
uvmmap uforwmerge 1 0 misc
uvmmap unomerge 36630956 8 misc
uvmmap kbackmerge 536684 0 misc
.....
# mv /netbsd /netbsd.foo
# vmstat -e
event total rate type
uvmmap ubackmerge 34018728 8 misc
uvmmap uforwmerge 1 0 misc
uvmmap unomerge 36630988 8 misc
uvmmap kbackmerge 536684 0 misc
......
"Looks good to me".
Do you have an actual example that fails on an actual system, or a
path through the code that clearly won't work in the absence of the
kernel binary?
- Nathan