View cloud server resource metrics
You can view cloud server resource metrics as graphs in the control panel.
Metric collection does not depend on the guest OS state. Metrics are collected even if the cloud server is booting, is under high load, or is not responding over the network. Metrics are only not collected when the cloud server is powered off.
Values for all metrics are collected every minute. If you have just created a server, the first values for network interface and volume metrics will appear in a few minutes.
View resource usage metrics
-
In the Control panel, on the top menu, click Products and select Cloud Servers.
-
Open the server page → Metrics tab.
-
Optional: filter the metrics:
3.1. Select a preset range or specify a period for which you need the metrics.
3.2. Select UTC time or Local time for the displayed metric time.
-
View the charts for the available cloud server metrics.
-
If any metrics are not being collected on a cloud server, add the Virtio kernel modules to autoload.
Cloud server metrics in the control panel
Add VirtIO kernel modules to autostart
To collect metrics, VirtIO drivers must be installed on the cloud server. In modern Linux distributions, VirtIO drivers are installed by default.
If some cloud server load metrics are not being collected, add the VirtIO kernel modules to autostart.
Debian-based OS
RedHat-based OS
-
Open the
/etc/modulesfile in thenano:nano /etc/modules -
Add the modules:
virtio_blkvirtio_scsivirtio_balloonvirtio_net -
Perform a soft reboot of the server. The modules will start automatically.