Where might memory be reported?

From: Dave Hayes <dave_at_jetcafe.org>
Date: Sun, 06 Jun 2021 23:09:13 UTC
Consider this output from a 12.2-STABLE box (r368820) on amd64:

 # sysctl vm.stats.vm | grep count
 vm.stats.vm.v_cache_count: 0
 vm.stats.vm.v_user_wire_count: 0
 vm.stats.vm.v_laundry_count: 0
 vm.stats.vm.v_inactive_count: 121191
 vm.stats.vm.v_active_count: 20836
 vm.stats.vm.v_wire_count: 754310
 vm.stats.vm.v_free_count: 254711
 vm.stats.vm.v_page_count: 3993253

It should be pretty clear that there are missing pages. Where might they be and
how might I find out?

Thanks in advance. 
-- 
Dave Hayes - Consultant - LA CA, USA - dave@dream-tech.com
>>>> *The opinions expressed above are entirely my own* <<<<

The best way to make your dreams come true is to wake up.