Every man page I have looked at has had poor documentation (OpenBSD even admits this). I would prefer information specifically on Solaris (7&8) if at all possible, but will take good information on any.
Basically, I need to figure out what vmstat -s shows me, in better detail than the categories it lists. snortcenter is looking for "pages active" and "per page," but the Solaris vmstat does not have these listings. I was hoping there is an equivilent, or something similar enough that I can modify the script and feel confident we are getting the information we want. I'll list what I do get, with the stats removed:
Again, I have looked for information, and will continue to look for information. But if anyone has any good information out there, please let me know. Back to google now. Thanks in advance
Basically, I need to figure out what vmstat -s shows me, in better detail than the categories it lists. snortcenter is looking for "pages active" and "per page," but the Solaris vmstat does not have these listings. I was hoping there is an equivilent, or something similar enough that I can modify the script and feel confident we are getting the information we want. I'll list what I do get, with the stats removed:
# vmstat -s| more
swap ins
swap outs
pages swapped in
pages swapped out
total address trans. faults taken
page ins
page outs
pages paged in
pages paged out
total reclaims
reclaims from free list
micro (hat) faults
minor (as) faults
major faults
copy-on-write faults
zero fill page faults
pages examined by the clock daemon
revolutions of the clock hand
pages freed by the clock daemon
forks
vforks
execs
cpu context switches
device interrupts
traps
system calls
total name lookups (cache hits 72%)
user cpu
system cpu
idle cpu
wait cpu
Again, I have looked for information, and will continue to look for information. But if anyone has any good information out there, please let me know. Back to google now. Thanks in advance