Date: Fri, 4 Feb 2005 16:06:34 -0500 From: John Baldwin <jhb@FreeBSD.org> To: freebsd-amd64@FreeBSD.org Cc: Mike Hunter <mhunter@ack.Berkeley.EDU> Subject: Re: "Out of ktrace request objects" 5.3-STABLE Message-ID: <200502041606.34720.jhb@FreeBSD.org> In-Reply-To: <20050204174353.GA25414@ack.Berkeley.EDU> References: <20050204174353.GA25414@ack.Berkeley.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 04 February 2005 12:43 pm, Mike Hunter wrote: > Hi, > > Dmesg told me: > > Out of ktrace request objects > > Indeed, I was ktracing yesterday. > > I saw this post but no replies: > > http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/041586.html > > My system is a dual opteron: > > FreeBSD myserver.Net.Berkeley.EDU 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat > Dec 11 10:56:35 PST 2004 root@:/usr/obj/usr/src/sys/myserver amd64 > > Should I be worried?' It just means that some events weren't logged (kdump will tell you when there are dropped events via a 'events dropped' message, but it can't tell you how many were dropped or what kind they were). You can up the number of request objects in the pool via the kern.ktrace.request_pool sysctl. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502041606.34720.jhb>