Query System Statistics
query_system_statsRetrieve time-series data for system metrics including CPU, memory, disk, and network usage. Filter by time range and paginate results to monitor performance.
Instructions
Query time-series statistics for a specific system (CPU, memory, disk, network).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_id | Yes | The system ID to query statistics for | |
| start_time | No | Start time in ISO 8601 format (e.g. 2024-01-01T00:00:00Z) | |
| end_time | No | End time in ISO 8601 format | |
| page | No | Page number (default: 1) | |
| per_page | No | Number of results per page (default: 100) |