Solaris Zones · Schema

Oracle Solaris Zone Statistics

Represents resource utilization statistics for an Oracle Solaris Zone, including CPU, memory, swap, and process metrics collected via the kstat interface and libzonestat library.

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
zonename string Name of the zone
zone_id integer Numeric zone identifier
cpu_cap number CPU cap value as a percentage of a single CPU (100 = 1 full CPU)
cpu_usage number Current CPU usage as a percentage
cpu_nwait integer Number of times zone threads waited due to CPU cap
memory_cap integer Physical memory cap in bytes
memory_usage integer Current physical memory usage (RSS) in bytes
swap_cap integer Swap space cap in bytes
swap_usage integer Current swap space usage in bytes
nprocs integer Number of processes running in the zone
nlwps integer Number of lightweight processes (threads) in the zone
pr_size integer Total virtual size of all processes in bytes
pr_rss integer Total resident set size of all processes in bytes
View JSON Schema on GitHub