Solaris Zones · JSON Structure

Solaris Zone Stats Cpu Cap Stats Structure

Type: object Properties: 7
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

value usage nwait below above maxusage zonename

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CpuCapStats",
  "type": "object",
  "properties": {
    "value": {
      "type": "integer"
    },
    "usage": {
      "type": "integer"
    },
    "nwait": {
      "type": "integer"
    },
    "below": {
      "type": "integer"
    },
    "above": {
      "type": "integer"
    },
    "maxusage": {
      "type": "integer"
    },
    "zonename": {
      "type": "string"
    }
  }
}