Apache SeaTunnel · JSON Structure

Apache Seatunnel System Info Structure

SeaTunnel system monitoring information

Type: object Properties: 6
Data IntegrationETLELTBatchStreamingApacheOpen Source

SystemInfo is a JSON Structure definition published by Apache SeaTunnel, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

processors physicalMemory freePhysicalMemory totalHeapMemory freeHeapMemory usedHeapMemory

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-seatunnel/refs/heads/main/json-structure/apache-seatunnel-system-info-structure.json",
  "description": "SeaTunnel system monitoring information",
  "type": "object",
  "properties": {
    "processors": {
      "type": "int32",
      "description": "Number of CPU processors"
    },
    "physicalMemory": {
      "type": "int64",
      "description": "Total physical memory in bytes"
    },
    "freePhysicalMemory": {
      "type": "int64",
      "description": "Free physical memory in bytes"
    },
    "totalHeapMemory": {
      "type": "int64"
    },
    "freeHeapMemory": {
      "type": "int64"
    },
    "usedHeapMemory": {
      "type": "int64"
    }
  },
  "name": "SystemInfo"
}