Date: Thu, 6 Oct 2016 15:30:26 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r306763 - user/alc/PQ_LAUNDRY/sys/vm Message-ID: <201610061530.u96FUQE2040797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: alc Date: Thu Oct 6 15:30:26 2016 New Revision: 306763 URL: https://svnweb.freebsd.org/changeset/base/306763 Log: Define the sysctl for the number of laundry thread wakeups. Modified: user/alc/PQ_LAUNDRY/sys/vm/vm_meter.c Modified: user/alc/PQ_LAUNDRY/sys/vm/vm_meter.c ============================================================================== --- user/alc/PQ_LAUNDRY/sys/vm/vm_meter.c Thu Oct 6 15:20:05 2016 (r306762) +++ user/alc/PQ_LAUNDRY/sys/vm/vm_meter.c Thu Oct 6 15:30:26 2016 (r306763) @@ -287,6 +287,7 @@ VM_STATS_VM(v_vnodepgsin, "Vnode pages p VM_STATS_VM(v_vnodepgsout, "Vnode pages paged out"); VM_STATS_VM(v_intrans, "In transit page faults"); VM_STATS_VM(v_reactivated, "Pages reactivated by pagedaemon"); +VM_STATS_VM(v_ltwakeups, "Laundry thread wakeups"); VM_STATS_VM(v_pdwakeups, "Pagedaemon wakeups"); VM_STATS_VM(v_pdpages, "Pages analyzed by pagedaemon"); VM_STATS_VM(v_tcached, "Total pages cached");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610061530.u96FUQE2040797>