Davide Vanoni wrote:
> Hi everybody! I need to write a script that shows cpu consumption by zones. 
> The output should be something like this: 
> ZONE     USR     SYS      IDLE
> global        x           x            x
> zone1        x           x           x
>
> I've read the documentation and I've found probes like 'cpu_ticks_user' from 
> sysinfo provider. Unfortunately these probes don't exist anymore. 
> How can I obtain this result? 
> Thanks!
>   

Are you aware of prstat -Z ?
Not quite the same, but maybe it gives you what you need?

-- 
Andrew
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to