Oracle
1Z0-822 · Question #92
Consider the following command: zonestat -q -r physical-memory -R high -z dbzone -p -p "zones" 10 24h 60m What data will this command report?
The correct answer is A. The dbzone's physical memory usage every hour for a day, displaying the 10 higher usage. man zonestat -q Quiet mode. Only print summary reports (requires the -R option). All interval reports are omitted. -r resource[,resource] Specify resource types on which to report. The available resources are: physical-memory, virtual- memory, locked- memory, processor-set…
Configuring Zones
Question
Consider the following command:
zonestat -q -r physical-memory -R high -z dbzone -p -p "zones" 10 24h 60m What data will this command report?
Exhibit
Options
- AThe dbzone's physical memory usage every hour for a day, displaying the 10 higher usage
- BAll the dbzone's resource usage, excluding physical memory, 10 times an hour for a day.
- CThe dbzone's CPU, virtual memory, and networking utilization every hour for a day, displaying top
- DThe dbzone's memory and CPU utilization every 10 seconds for a day, displaying peak usage
- EThe dbzone's physical memory usage every 10 seconds for a day. displaying peak usage each
How the community answered
(29 responses)- A62% (18)
- B10% (3)
- C7% (2)
- D17% (5)
- E3% (1)
Explanation
- man zonestat -q Quiet mode. Only print summary reports (requires the -R option). All interval reports are omitted. -r resource[,resource] Specify resource types on which to report. The available resources are: physical-memory, virtual- memory, locked- memory, processor-set, processes, lwps, shm-memory, shm-ids, sem-ids, msg-ids, lofi, and network. summary A summary of cpu, physical-memory, vir- tual memory, and network usage. The following command monitors silently at a 10 second interval for 24 hours, producing a total and high report every 1 hour: # zonestat -q -R total,high 10s 24h 1h
Topics
#zonestat#physical memory#zone resource monitoring#zone statistics
Community Discussion
No community discussion yet for this question.
