Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for VPC
    • Fixing errors at cloud network deletion
    • Errors in geographic attribution of Yandex Cloud resource IP addresses
    • Resolving issues with network connection speed when accessing cloud resources
    • Resolving errors when setting up TLS connections on VMs
    • Could not delete a security group
    • Resolving issues with sending emails via SMTP from external IP addresses
    • How to disable DDoS protection
    • Moving an external static IP address to another cloud
    • Monitoring incoming or outgoing VM traffic
    • How to determine the speed of communication channels
    • Checking for restrictions on traffic, connection speed, and bandwidth
    • How to change the network or subnet for an MDB cluster
    • How to read the "Connections quota utilization" chart
    • How to assign a fixed IP address to a NAT gateway
    • How to enable Egress NAT
    • How to route traffic between two cloud networks
    • Enabling advanced DDoS protection

In this article:

  • Scenario description
  • Solution
  1. VPC
  2. How to read the "Connections quota utilization" chart

How to read the "Connections quota utilization" chart

Written by
Yandex Cloud
Updated at November 27, 2023
  • Scenario description
  • Solution

Scenario descriptionScenario description

You need to figure out how to read the Connections quota utilization chart.

SolutionSolution

Connections quota utilization is a percentage of the limit (50,000) on the number of simultaneously established TCP/UDP connections on a VM instance. For each connection, we preserve a certain state, which is alive in the following scenarios:

  • As long as the network connection is active.
  • Until the session closes (FIN/RST).
  • Until three minutes have passed since the last packet.

Note

Certain software, for example, Docker Swarm overlay networks, generate lots of unclosed UDP connections. As a result, the limit may be quickly exhausted. To circumvent this restriction, you can enable the Superflow option, which allows you to increase the connection limit because large groups of connections are counted as one by the hypervisor.

When a VM's network subsystem is running, a certain part of its vCPU is utilized by default.

For example, several network connections in some cases can be combined by the hypervisor into one flow.
This approach differs from software-based network acceleration, another way to speed up I/O operations on a VM.

If a software-accelerated network was enabled for the VM at creation, incoming network packets will be processed on separate dedicated hypervisor cores. This way, you can reduce the vCPU consumption by your VM by making the services running on your VMs more stable at peak loads.

For more details, see here.

Was the article helpful?

Previous
How to change the network or subnet for an MDB cluster
Next
How to assign a fixed IP address to a NAT gateway
© 2025 Direct Cursus Technology L.L.C.