The global zone has 8 CPUS. YOU suspect that one of your non global /ones, dbzone, is
consuming all of the CPU resources. Which command would you use to view the CPU utilization
for all of the zones to confirm this?
A.
Run from the global zone:prstat -Z
B.
Run from each zonezlogin <zonename> mpstat
C.
Run from the global zone:zonestar -r summary
D.
Run from the global zone:rctladm -1
E.
Run from the global zone:prctl -i
Explanation:
If you’re logged on to the system, you can run prstat -Z to generate a summary of
cpu/memory utilization by zone.
A
I think the correct answer is “C”.
prstat shows cpu utilization for process.
This attribute Z does not exist.
In the actual test, there wasn’t A
A
The correct answer is C
prstat displays statistical information about running processes not zones.
ref: http://docs.oracle.com/cd/E19455-01/817-1592/rmtaskproj.task-6/index.html
to determine zone resource utilization use the zonestat utility
ref: http://docs.oracle.com/cd/E23824_01/html/821-1460/gklcu.html
A
prstat -Z
display cpu consuming for zones