Oracle GoldenGate · Schema

ProcessPerformance

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
processName string
cpuUsage number
memoryUsage integer
threadCount integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-process-performance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessPerformance",
  "type": "object",
  "properties": {
    "processName": {
      "type": "string"
    },
    "cpuUsage": {
      "type": "number"
    },
    "memoryUsage": {
      "type": "integer"
    },
    "threadCount": {
      "type": "integer"
    }
  }
}