Solaris Zones · JSON Structure

Solaris Zone Monitoring Cpu Info Structure

Type: object Properties: 9
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

brand chip_id clock_MHz core_id cpu_type implementation ncore_per_chip state vendor_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CpuInfo",
  "type": "object",
  "properties": {
    "brand": {
      "type": "string"
    },
    "chip_id": {
      "type": "integer"
    },
    "clock_MHz": {
      "type": "integer"
    },
    "core_id": {
      "type": "integer"
    },
    "cpu_type": {
      "type": "string"
    },
    "implementation": {
      "type": "string"
    },
    "ncore_per_chip": {
      "type": "integer"
    },
    "state": {
      "type": "string"
    },
    "vendor_id": {
      "type": "string"
    }
  }
}