From 899fe184c718ba810aaacc7fc3852149f409388f Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 23 Aug 2018 21:03:45 +0000 Subject: Add a per-pagequeue pdpages counter. Expose these counters under the vm.domain sysctl node. The existing vm.stats.vm.v_pdpages sysctl is preserved. Reviewed by: alc (previous version) Differential Revision: https://reviews.freebsd.org/D14666 --- sys/vm/vm_pagequeue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/vm/vm_pagequeue.h') diff --git a/sys/vm/vm_pagequeue.h b/sys/vm/vm_pagequeue.h index fb56bdf2fdfc..ac04f2b3ea61 100644 --- a/sys/vm/vm_pagequeue.h +++ b/sys/vm/vm_pagequeue.h @@ -71,6 +71,7 @@ struct vm_pagequeue { struct pglist pq_pl; int pq_cnt; const char * const pq_name; + uint64_t pq_pdpages; } __aligned(CACHE_LINE_SIZE); #ifndef VM_BATCHQUEUE_SIZE -- cgit v1.3