---
title: "View load balancer statistics"
sidebar_label: "View load balancer statistics"
description: "How to view statistics on the number of connections and the volume of received and sent traffic"
sidebar_position: 9
---

import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'
import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# View load balancer statistics

1. In the [control panel](https://my.selectel.ru/vpc/default/lbaas/load-balancers/), on the top menu, click **Products** and select **Cloud Servers**.
2. Go to the **Load Balancers** section → **Load Balancers** tab.
3. In the <MoreVerticalIcon /> menu of the balancer, select **Statistics**.
4. View the available balancer statistics.

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>`Active connections`</th><td>Current number of active connections between incoming requests and the balancer and between the balancer and the servers</td>
         </tr>

         <tr>
           <th>`Total connections`</th><td>Total number of connections established through the balancer since its creation, excluding connections via removed rules</td>
         </tr>

         <tr>
           <th>`Accepted`</th><td>Volume of traffic received by the balancer</td>
         </tr>

         <tr>
           <th>`Sent`</th><td>Volume of traffic transmitted by the balancer</td>
         </tr>

         <tr>
           <th>`HTTP request errors`</th>

           <td>
             Number of client-side errors when accessing servers behind the balancer. The following errors are included, for example:

             <ul>
               <li>the client terminated the session before sending a request to the server;</li><li>an error occurred while reading data from the client;</li><li>client-side timeout;</li><li>the client dropped the connection;</li><li>several malformed requests received from the client;</li><li>a Tarpit policy was applied to the request</li>
             </ul>
           </td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
