From e06453f5c3e1bfe0957c2d071789b37606812280 Mon Sep 17 00:00:00 2001 From: Viktor Mihajlovic <52172650+Vmihajlovic@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:13:05 +0200 Subject: [PATCH 1/2] Update 200 Cloud IPs.md added some clarification and a fix in allocation logic --- .../docs/03 cloud/07 Cloud reference/200 Cloud IPs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md b/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md index 33fab64156..a82e11cb8e 100644 --- a/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md +++ b/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md @@ -59,12 +59,16 @@ The tier k6 chooses depends on the number of VUs allocated to a load zone. - Tier 2 when the load zone has 1000-4001 VUs - Tier 3 when the load zone has 4001-5000 VUs +Tier 1 instances can host up to 300 VUs +Tier 2 instances can host up up to 1200 VUs +Tier 3 instances can host up up to 5000 VUs + Regardless of the tier, the amount of resources (CPU, Memory, Network) per VU is the same. For example, if you start a test with 400VUs, k6 uses 1 Tier 1 server, meaning that the traffic generated from our service comes from 1 IP. If you start a test with 1000VUs in a single load zone, k6 uses 1x Tier 2 server. -If the same test is started in 2 load zones, k6 would allocate 500VUs per load zone and use 2x Tier 1 servers. +If the same test is started in 2 load zones, k6 would allocate 500 VUs per load zone and use 4x Tier 1 servers. ## Buy static IPs From 2e98bc48ea7073f5f0d7a33c0be7a2dff495b4fd Mon Sep 17 00:00:00 2001 From: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:55:54 -0300 Subject: [PATCH 2/2] delete doubled word --- .../docs/03 cloud/07 Cloud reference/200 Cloud IPs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md b/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md index a82e11cb8e..4584ed44f3 100644 --- a/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md +++ b/src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md @@ -60,8 +60,8 @@ The tier k6 chooses depends on the number of VUs allocated to a load zone. - Tier 3 when the load zone has 4001-5000 VUs Tier 1 instances can host up to 300 VUs -Tier 2 instances can host up up to 1200 VUs -Tier 3 instances can host up up to 5000 VUs +Tier 2 instances can host up to 1200 VUs +Tier 3 instances can host up to 5000 VUs Regardless of the tier, the amount of resources (CPU, Memory, Network) per VU is the same. For example, if you start a test with 400VUs, k6 uses 1 Tier 1 server,