Skip to main content
View statistics on cloud server resource utilization

View statistics on cloud server resource utilization

You can view resource utilization statistics cloud server as a graph in the control panel.

If the cloud server off the metrics aren't coming together.

Values for all metrics are collected every 5 minutes. If you have just created a server, the first metric values for network interfaces and disks will appear after 10 minutes.

View resource utilization statistics

  1. В control panels from the top menu, press Products and select Cloud servers.

  2. Open the server page → tab Statistics.

  3. See what's available cloud server metrics.

  4. If no metrics are collected on the cloud server, add autoloading of VirtiO kernel modules.

Cloud server metrics in the control panel

CPUHow many percent of the cloud server vCPUs are utilized
MemoryOccupied RAM excluding cache and operating system buffers in gigabytes
DiskDisk load (read and write) in bytes or operations per second (IOPS)
NetworkInbound and outbound traffic in bits or packets per second

Add autoloading of VirtIO kernel modules

To collect statistics, 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 autoloading of VirtIO kernel modules.

  1. Connect to the server.

  2. Open the file /etc/modules word processing nano:

    nano /etc/module
  3. Add Modules:

    virtio_blk
    virtio_scsi
    virtio_balloon
    virtio_net
  4. Perform a programmatic reboot of the server. The modules will start automatically.