memory utilization questions

Stefan Parvu sparvu at systemdatarecorder.org
Wed Aug 6 13:00:34 UTC 2014


> * Other OIDs: vm.stats.vm.v_active_count, vm.stats.vm.v_inactive_count,
>   vm.stats.vm.v_wire_count, vm.stats.vm.v_cache_count,
>   vm.stats.vm.v_free_count; I multiply each of these by the "page_to_kb
>   factor" determined above (to get results in KB).
> 
> * Another OID: vfs.bufspace; I integer-divide this by 1024 (to get
>   results in KB), as it seems to be in bytes vs. pages.
> 
> * Correspondence between names as used by top(1) vs. OID:
>   Active: vm.stats.vm.v_active_count
>   Inact:  vm.stats.vm.v_inactive_count
>   Wired:  vm.stats.vm.v_wire_count
>   Cache:  vm.stats.vm.v_cache_count
>   Buf:    vfs.bufspace
>   Free:   vm.stats.vm.v_free_count

super. I need now to do as well the memory stats.

Many thanks,
-- 
Stefan Parvu <sparvu at systemdatarecorder.org>


More information about the freebsd-hackers mailing list