Date: Fri, 2 Nov 2012 22:03:39 +0000 (UTC) From: Jim Harris <jimharris@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242496 - head/share/man/man4 Message-ID: <201211022203.qA2M3dVr011397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jimharris Date: Fri Nov 2 22:03:39 2012 New Revision: 242496 URL: http://svn.freebsd.org/changeset/base/242496 Log: Update nsamples and nbuffers defaults to match reality. Modified: head/share/man/man4/hwpmc.4 Modified: head/share/man/man4/hwpmc.4 ============================================================================== --- head/share/man/man4/hwpmc.4 Fri Nov 2 21:47:21 2012 (r242495) +++ head/share/man/man4/hwpmc.4 Fri Nov 2 22:03:39 2012 (r242496) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 22, 2008 +.Dd November 2, 2012 .Dt HWPMC 4 .Os .Sh NAME @@ -430,10 +430,10 @@ The default is 32. The number of log buffers used by .Nm for logging. -The default is 16. +The default is 64. .It Va kern.hwpmc.nsamples Pq integer, read-only The number of entries in the per-CPU ring buffer used during sampling. -The default is 16. +The default is 512. .It Va security.bsd.unprivileged_syspmcs Pq boolean, read-write If set to non-zero, allow unprivileged processes to allocate system-wide PMCs.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211022203.qA2M3dVr011397>