http://defect.opensolaris.org/bz/show_bug.cgi?id=8762


Renee Danson <renee.danson at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |renee.danson at sun.com
             Status|NEW                         |INCOMPLETE




--- Comment #2 from Renee Danson <renee.danson at sun.com>  2009-05-08 14:54:22 
---
Darren, if you see this again, could you run the following dtrace command
on your system (run for 20-30 seconds, then ctl-C):

# dtrace -n pid<nwamdpid>:::entry'{ @funccalls[probefunc] = count(); }'

So if your nwamd pid is 101068, for example:

# dtrace -n pid101068:::entry'{ $funccalls[probefunc] = count(); }'
dtrace: description 'pid101068:::entry' matched 8659 probes
^C

  <list of function names and counts>

My guess is you'll see a lot of counts in the single digits, a few
double or triple-digit, and one really huge one: dlpi_recv.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Reply via email to