Subject: Stats for memory
To: port-i386@netbsd.org <port-i386@netbsd.org>
From: Eric Delcamp <eric.delcamp@free.fr>
List: port-i386
Date: 11/10/2004 03:52:59
Hi,
I'm trying to port a simple script from FreeBSD, and I'm searching a way 
to translate some of sysctl variables that dont exists on NetBSD. They 
are vm.stats.vm.v_free_count, vm.stats.vm.v_wire_count,  
vm.stats.vm.v_active_count,  vm.stats.vm.v_inactive_count and  
vm.stats.vm.v_cache_count (free, wired, active, inactive, cache). I 
could get some of them with "vmstat -s" but the cache is not easy to 
get. Any tips ?
Thanks.