get_guest_metrics
Retrieve CPU, memory, network, and disk I/O metrics for Proxmox VMs and containers over specified timeframes to monitor resource usage and performance.
Instructions
Get resource usage metrics (CPU, memory, network, disk I/O) for a VM or container.
Args: vmid: The numeric ID of the VM or container. timeframe: Time range for metrics. Options: 'hour', 'day', 'week', 'month', 'year'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| timeframe | No | hour |