Date: Sun, 6 Jun 2021 16:09:13 -0700 From: Dave Hayes <dave@jetcafe.org> To: freebsd-stable@freebsd.org Subject: Where might memory be reported? Message-ID: <20210606160913.167e6c0a@bigus.dream-tech.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210606160913.167e6c0a>