Instance Lifecycle & Performance Metrics
Monitoring vCPU load, memory consumption, block storage IOPS, and network throughput charts.
Lifecycle Control Operations
From the instance details dashboard (/console/vms/<vm-id>/detail), you can perform standard management tasks:
- Reboot: sends a graceful ACPI reboot signal to the guest OS.
- Stop: performs a clean ACPI shutdown.
- Start: boots a previously stopped instance.
- Delete: permanently deprovisions the VM instance.
Realtime Performance Metrics
For active instances, the console provides real-time telemetry charts:
- vCPU Load (%): percentage of allocated processor core capacity currently in use.
- Memory Utilization (MB): real-time RAM usage in the guest OS.
- Network Throughput (Kbps): ingress (Rx) and egress (Tx) bandwidth processed through eBPF Outbound NAT.
- Disk IOPS / Bandwidth: read/write operations per second and total byte throughput on NVMe block storage.
[!NOTE] Performance metrics are polled out-of-band directly by the hypervisor layer, requiring zero guest agent installation.