---
title: "View VDS server metrics"
sidebar_label: "View resource metrics"
sidebar_position: 5
description: "How to view load on VDS servers"
---

import {CustomTable} from '@selectel/docux/components'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# View VDS server metrics

You can [view server metrics](#view-server-metrics) as graphs in the control panel.

If the VDS server [is turned off](/vds-servers/manage/manage-server.mdx#turn-off-server), metrics are not collected.

Values for all metrics are collected every minute. If you have just created a server, the first network interface and disk metric values will appear after a few minutes.

## View resource usage metrics \{#view-server-metrics}

1. In the [control panel](https://my.selectel.ru/vpc/default/images/), on the top menu click **Products** and select **VDS servers**.

2. Open the server page → **Metrics** tab.

3. Optional: filter the metrics:

   3.1. Select a preset range or specify the period for which you need the metrics.

   3.2. Select **UTC time** or **Local time** for the displayed metric time.

4. View graphs of available [server metrics](#server-metrics).

### VDS server metrics in the control panel \{#server-metrics}

<CustomTable>
  <table data-sticky>
    <tbody>
      <tr>
        <th>CPU</th>

        <td>
          <ul>
            <li>vCPU load percentage for the VDS server;</li><li>load percentage for each vCPU of the VDS server</li>
          </ul>
        </td>
      </tr>

      <tr>
        <th>Memory</th>

        <td>
          <ul>
            <li>used RAM in bytes, excluding operating system cache and buffers;</li><li>RAM usage percentage, excluding operating system cache and buffers</li>
          </ul>
        </td>
      </tr>

      <tr>
        <th>Local disk</th>

        <td>
          <ul>
            <li>number of read and write operations in IOPS;</li><li>number of bytes per second read from or written to the disk</li>
          </ul>
        </td>
      </tr>

      <tr>
        <th>Network</th>

        <td>
          <ul>
            <li>incoming and outgoing traffic in bits per second;</li><li>incoming and outgoing traffic speed in packets per second</li>
          </ul>
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
