Debugging a production server?

Greg 'groggy' Lehey grog at FreeBSD.org
Wed Jun 30 17:29:55 PDT 2004


On Thursday,  1 July 2004 at  2:14:20 +0200, Daniel Eriksson wrote:
>
> What can I do to optimize my debugging ability on a production server (where
> no slowdown during normal operation is acceptable)? Will compiling the
> kernel with debug symbols and DDB cause any performance degradation?

No.  The symbols don't get loaded.  ddb will cause extreme performance
degradation if you enter the debugger, of course, but that's obvious.

> Any other options I should consider?

Nothing occurs to me offhand.  A lot depends on the kind of debugging
you want to do.  Not everything requires kernel options.

> The goal is to be able to do some simple investigation myself and
> write fully detailed PRs.

If you've been experiencing particular kinds of problems, it might be
worth mentioning them here.

> Also, how clever is the core dumping code? Will it be able to handle
> swap spread out over two discs (as long as total size is larger than
> my RAM)?

No.

> If not, what about a situation where there's three swap areas, but
> only one of them is bigger than the RAM?

That's fine.  Dump to the big partition.

Greg
--
Note: I discard all HTML mail unseen.
Finger grog at FreeBSD.org for PGP public key.
See complete headers for address and phone numbers.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040701/45cff1b1/attachment.bin


More information about the freebsd-current mailing list