LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   How to check the cpu utilization on all non global zones from Global Zone (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-check-the-cpu-utilization-on-all-non-global-zones-from-global-zone-675121/)

rajaniyer123 10-08-2008 03:47 PM

How to check the cpu utilization on all non global zones from Global Zone
 
Hi

As I would like to list the CPU Utilization Process from Global Zone, so that it shows all the process ID with relevant zone no.

Please help.

Thanks
Rajan

jlliagre 10-08-2008 04:09 PM

Try "prstat -Z", not exactly what you ask for but useful anyway.

rajaniyer123 10-08-2008 05:56 PM

Reply
 
Hi

As in my case I have 10 non global zones on solaris box. On all 10 non-global zones one common application is running, now in my case one of the application of non global zone is taking too much cpu resource, in that case I would like to check the same from Global zone that from which zone that application is running without login into specific non-global zone.

I have tried with prstat -Z, but it does not have that facility.


Thanks
Rajan

jlliagre 10-09-2008 01:43 AM

"prstat -Z" can tell you what zone is consuming too much CPU, and "prstat -z zoneid" will show you processes within that zone ordered by load.


All times are GMT -5. The time now is 09:28 AM.