Sybase · Schema
PerformanceMetrics
Comprehensive performance metrics for a SAP ASE server including CPU, memory, disk, and network statistics.
DatabaseEnterpriseSAPSQL
Properties
| Name | Type | Description |
|---|---|---|
| serverId | string | Unique identifier of the server. |
| timestamp | string | Timestamp when metrics were captured. |
| cpuUtilization | number | Overall CPU utilization percentage. |
| ioReadsPerSec | number | Disk read operations per second. |
| ioWritesPerSec | number | Disk write operations per second. |
| networkBytesSentPerSec | number | Network bytes sent per second. |
| networkBytesReceivedPerSec | number | Network bytes received per second. |
| transactionsPerSec | number | Committed transactions per second. |
| activeProcesses | integer | Number of currently active server processes. |
| blockedProcesses | integer | Number of processes currently waiting on locks. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PerformanceMetrics",
"title": "PerformanceMetrics",
"type": "object",
"description": "Comprehensive performance metrics for a SAP ASE server including CPU, memory, disk, and network statistics.",
"properties": {
"serverId": {
"type": "string",
"description": "Unique identifier of the server."
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Timestamp when metrics were captured."
},
"cpuUtilization": {
"type": "number",
"format": "double",
"description": "Overall CPU utilization percentage."
},
"ioReadsPerSec": {
"type": "number",
"format": "double",
"description": "Disk read operations per second."
},
"ioWritesPerSec": {
"type": "number",
"format": "double",
"description": "Disk write operations per second."
},
"networkBytesSentPerSec": {
"type": "number",
"format": "double",
"description": "Network bytes sent per second."
},
"networkBytesReceivedPerSec": {
"type": "number",
"format": "double",
"description": "Network bytes received per second."
},
"transactionsPerSec": {
"type": "number",
"format": "double",
"description": "Committed transactions per second."
},
"activeProcesses": {
"type": "integer",
"description": "Number of currently active server processes."
},
"blockedProcesses": {
"type": "integer",
"description": "Number of processes currently waiting on locks."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sybase-performancemetrics"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.