On Fri, Jan 11, 2002 at 12:31:28AM -0800, Brian Pane wrote:
> The other way to isolate the problem would be to get a snapshot of
> what the kernel is doing on daedalus during these spikes.  Is there
> a way to do that in FreeBSD?

The only debugging tool I know of is ktrace.  But, that only shows
the syscalls made by the program, not what the kernel is doing
internally.  

This is why Solaris is so nice - pstack and /usr/proc/bin/* progs
can tell you what the kernel itself is doing.

Furthermore, the kernel debuggers are only available locally and 
stop the machine, so I don't think that's an option for daedalus 
since its in a NOC that none of us have access to.  

Anyone else have ideas or suggestions?  Brian (FirstBrian, that
is) or Manoj might have some ideas here.  -- justin

Reply via email to