You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/load-balancer/concepts.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,15 @@ See [balancing-methods](#balancing-methods).
144
144
145
145
[Load Balancers](/load-balancer/how-to/create-load-balancer/) are highly available and fully managed instances that allow you to distribute workload across multiple servers. They ensure the scaling of all your applications while securing their continuous availability, even in the event of heavy traffic. They are commonly used to improve the performance and reliability of websites, applications, databases and other services.
146
146
147
+
## Maximum connections
148
+
149
+
`Maximum connections` is a parameter that defines the maximum number of simultaneous requests (for HTTP) or simultaneous connections (for TCP) permitted for a single Load Balancer. The value depends on the Load Balancer type:
150
+
151
+
-**LB-S**: 20,000
152
+
-**LB-M**: 50,000
153
+
-**LB-L**: 160,000
154
+
-**LB-XL**: 3 million
155
+
147
156
## Private Load Balancer
148
157
149
158
A Load Balancer is defined as private when you choose the "private" [accessibility](#accessibility) option during Load Balancer creation. A Private Load Balancer has no public IP address, and only listens to requests or connections sent through the Private Network(s) to which it is attached. Read more about private Load Balancers and their characteristics and limitations in our [dedicated documentation](/load-balancer/reference-content/public-private-accessibility/#private-load-balancers).
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/monitor-lb-cockpit.mdx
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,12 @@ title: How to monitor your Load Balancer with Scaleway Cockpit
3
3
description: Learn how to efficiently monitor your Scaleway Load Balancer using the intuitive Cockpit dashboard. Enhance your network performance with this step-by-step guide.
@@ -51,28 +50,16 @@ From the Scaleway Cockpit dashboards homepage, click **Dashboards** in the side
51
50
52
51
<Lightboximage={image}alt="" />
53
52
54
-
### Choosing metric parameters
55
-
56
-
At the top of the dashboard, you can configure the following parameters, which control which metrics are displayed:
57
-
58
-
<Lightboximage={image2}alt="" />
59
-
60
-
-**A: Time period**: Click this drop-down to configure the time period you want the metrics displayed to cover. You can set an absolute time range, from one fixed date-time to another, or use a quick range such as `Last 15 minutes` or `Last 3 hours`.
61
-
-**B: Refresh rate**: Use the arrow icon to refresh the dashboard, and/or use the drop-down next to it to set the automatic refresh rate.
62
-
-**C: Load Balancer name**: Click this drop-down to select which of your Load Balancers you want to display metrics for.
63
-
-**D: Frontend name**: Click this drop-down to select which of your Load Balancer's frontends you want to display metrics for. You can select all attached frontends, or limit the display to only certain frontends.
64
-
-**E: Backend name**: Click this drop-down to select which of your Load Balancer's backends you want to display metrics for. You can select all attached backends, or limit the display to only certain backends.
65
-
66
53
### Load Balancer load
67
54
68
-
In this section, you can see various graphs which report on the Load Balancer's load and resource usage.
55
+
In this section, you can see various graphs which report on the Load Balancer's **current**load and resource usage.
69
56
70
57
<Lightboximage={image11}alt="Scaleway Cockpit shows graphs for CPU usage, memory usage, connection usage and bandiwdth in-out usage" />
71
58
72
-
-**CPU usage**: Shows the percentage of CPU resources utilized by the Load Balancer.
73
-
-**Memory usage**: Shows the percentage of RAM used by the Load Balancer.
74
-
-**Connection usage**: Shows the percentage of maximum concurrent connections currently in use by the Load Balancer.
75
-
-**Bandwidth usage**: Shows the percentage of allocated bandwidth capacity being used by the Load Balancer (inbound and outbound).
59
+
-**CPU usage**: Shows the percentage of available CPU resources currently utilized by the Load Balancer.
60
+
-**Memory usage**: Shows the percentage of available RAM currently used by the Load Balancer.
61
+
-**Connection usage**: Shows the percentage of [maximum concurrent connections](/load-balancer/concepts/#maximum-connections) currently used by the Load Balancer.
62
+
-**Bandwidth usage**: Shows the percentage of allocated bandwidth capacity currently being used by the Load Balancer (inbound and outbound).
Copy file name to clipboardExpand all lines: pages/load-balancer/reference-content/configuring-backends.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ A **Limit backend load** toggle displays in the Backend protection screen.
125
125
126
126
-**Max simultaneous**: Defines the maximum number of simultaneous requests (for HTTP) or simultaneous connections (for TCP) to any single backend server. A value of 20 means that each backend server will have a limit of 20 connections (even if, for example, there are only three servers in the backend). This setting is particularly relevant when using the [First available](#balancing-method) balancing method.
127
127
128
-
The minimum value for this field is 1, and the maximum value depends on the Load Balancer type. You should choose an appropriate value based on your backend server characteristics and traffic patterns.
128
+
The minimum value for this field is 1, and the maximum value [depends on the Load Balancer type](/load-balancer/concepts/#maximum-connections). You should choose an appropriate value based on your backend server characteristics and traffic patterns.
129
129
130
130
When the maximum number of simultaneous connections/requests is reached for a single backend server, the Load Balancer will either:
131
131
- Pass the request/connection to a different backend server that still has slots available, unless no backend server has available slots in which case the Load Balancer indicates to the client that the request cannot be handled (e.g. `503 service unavailable` for HTTP or connection closed for TCP), or
0 commit comments