Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 16:39:17 +0300
From:      pluknet <pluknet@gmail.com>
To:        andy.lavr@gmail.com
Cc:        freebsd-arch@freebsd.org
Subject:   Re: UMA & mbuf cache utilization.
Message-ID:  <a31046fc0812180539i5ecec360ja847bc5c711cd952@mail.gmail.com>
In-Reply-To: <4949E7E1.8050802@reactor-xg.kiev.ua>
References:  <4949E7E1.8050802@reactor-xg.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
2008/12/18 Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>:
> Hi!
>
>
>
> -----------------------------
> My system:
>
>
> # uname -a
> FreeBSD datacenter.technica-03.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE
> #0: Wed Dec 17 17:39:46 EET 2008
> root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP-DATACENTER  i386
>
> + SSP
>
> +ZFS
>
> + mbuf_contig.diff
> ---------------------------
>
>
>
> The system works 1-2 hours and hangs up. Without a patch mbuf works stably.
>
> What information is yet needed for my hand?
>

See http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html
At first you need those options in the kernel config to extract a useful info.

options 	KDB			# Enable kernel debugger support.
options 	DDB			# Support DDB.
options 	GDB			# Support remote GDB.
options 	INVARIANTS		# Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	# Extra sanity checks of internal
structures, required by INVARIANTS
options 	WITNESS			# Enable checks to detect deadlocks and cycles
options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a31046fc0812180539i5ecec360ja847bc5c711cd952>