Solaris Zones · JSON Structure

Solaris Zone Monitoring Zone Cap Stats Structure

Type: object Properties: 8
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

ZoneCapStats is a JSON Structure definition published by Solaris Zones, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

zonename zone_id cpu_cap cpu_usage memory_cap memory_usage swap_cap swap_usage

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ZoneCapStats",
  "type": "object",
  "properties": {
    "zonename": {
      "type": "string"
    },
    "zone_id": {
      "type": "integer"
    },
    "cpu_cap": {
      "type": "number"
    },
    "cpu_usage": {
      "type": "number"
    },
    "memory_cap": {
      "type": "integer"
    },
    "memory_usage": {
      "type": "integer"
    },
    "swap_cap": {
      "type": "integer"
    },
    "swap_usage": {
      "type": "integer"
    }
  }
}