Date: Sun, 08 Oct 2000 23:07:52 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.ORG> To: Bob Bishop <rb@gid.co.uk> Cc: smp@FreeBSD.ORG Subject: RE: Options with SMPng Message-ID: <200010090607.XAA03206@john.baldwin.cx> In-Reply-To: <l03130304b60604b07a82@[194.32.164.2]>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08-Oct-00 Bob Bishop wrote: > Hi, > > Apart from the basic SMP options, what kernel options should the > conscientious SMPng tester be using right now? TIA As mentioned on -current about 2-3 weeks ago: options INVARIANTS options INVARIANT_SUPPORT options DIAGNOSTICS options SMP_DEBUG (if you want the KTR tracing stuff:) options KTR options KTR_EXTEND options KTR_COMPILE=0x3fffff options KTR_MASK=(KTR_INTR|KTR_PROC) options KTR_ENTRIES=1024 # or some other power of 2 KTR is only useful during panics when you can dump the trace buffer, or if you are doiing remote kgdb, or ddb on a running kernel. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010090607.XAA03206>