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

JSON Schema

solaris-zone-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://docs.oracle.com/schemas/solaris/zone-stats.json",
  "title": "Oracle Solaris Zone Statistics",
  "description": "Represents resource utilization statistics for an Oracle Solaris Zone, including CPU, memory, swap, and process metrics collected via the kstat interface and libzonestat library.",
  "type": "object",
  "properties": {
    "zonename": {
      "type": "string",
      "description": "Name of the zone"
    },
    "zone_id": {
      "type": "integer",
      "description": "Numeric zone identifier",
      "minimum": 0
    },
    "cpu_cap": {
      "type": "number",
      "description": "CPU cap value as a percentage of a single CPU (100 = 1 full CPU)",
      "minimum": 0
    },
    "cpu_usage": {
      "type": "number",
      "description": "Current CPU usage as a percentage",
      "minimum": 0
    },
    "cpu_nwait": {
      "type": "integer",
      "description": "Number of times zone threads waited due to CPU cap",
      "minimum": 0
    },
    "memory_cap": {
      "type": "integer",
      "description": "Physical memory cap in bytes",
      "minimum": 0
    },
    "memory_usage": {
      "type": "integer",
      "description": "Current physical memory usage (RSS) in bytes",
      "minimum": 0
    },
    "swap_cap": {
      "type": "integer",
      "description": "Swap space cap in bytes",
      "minimum": 0
    },
    "swap_usage": {
      "type": "integer",
      "description": "Current swap space usage in bytes",
      "minimum": 0
    },
    "nprocs": {
      "type": "integer",
      "description": "Number of processes running in the zone",
      "minimum": 0
    },
    "nlwps": {
      "type": "integer",
      "description": "Number of lightweight processes (threads) in the zone",
      "minimum": 0
    },
    "pr_size": {
      "type": "integer",
      "description": "Total virtual size of all processes in bytes",
      "minimum": 0
    },
    "pr_rss": {
      "type": "integer",
      "description": "Total resident set size of all processes in bytes",
      "minimum": 0
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/solaris-zone-stats"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.