View cloud server resource metrics
You can view cloud server resource metrics as graphs in the control panel.
If the cloud server is turned off, metrics are not collected.
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 graphs of available cloud server metrics.
-
If any metrics are not being collected on a cloud server, add the VirtiO kernel modules to autostart.
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 thenanotext editor:nano /etc/modules -
Add the modules:
virtio_blkvirtio_scsivirtio_balloonvirtio_net -
Perform a soft reboot of the server. The modules will start automatically.