On Thu, Apr 03, 2008 at 08:36:10AM +0100, Robert Milkowski wrote:
> So maybe it is only on Niagara-2 platform?

I was able to see the same issue on a Niagara system. The issue you're seeing
is that each invocation of the sysinfo:::xcalls probe can have a value of
greater than one. You should actually be doing this:

sysinfo:::xcalls
{
        @ = sum(arg0);
}

For me that produces results that jibe with the output from mpstat.

Adam

-- 
Adam Leventhal, Fishworks                        http://blogs.sun.com/ahl
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to