forked from nginxinc/nginx-gateway-fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
longevity test results for oss and plus
- Loading branch information
1 parent
16705c4
commit 43a44a4
Showing
13 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Results | ||
|
||
## Test environment | ||
|
||
NGINX Plus: false | ||
|
||
NGINX Gateway Fabric: | ||
|
||
- Commit: 36f245bcba55935064324ff5803d66110117f7da | ||
- Date: 2024-11-08T19:20:48Z | ||
- Dirty: false | ||
|
||
GKE Cluster: | ||
|
||
- Node count: 2 | ||
- k8s version: v1.30.5-gke.1443001 | ||
- vCPUs per node: 2 | ||
- RAM per node: 4018120Ki | ||
- Max pods per node: 110 | ||
- Zone: us-west2-a | ||
- Instance Type: e2-medium | ||
|
||
## Traffic | ||
|
||
HTTP: | ||
|
||
```text | ||
Running 5760m test @ http://cafe.example.com/coffee | ||
2 threads and 100 connections | ||
Thread Stats Avg Stdev Max +/- Stdev | ||
Latency 236.88ms 177.22ms 2.00s 72.93% | ||
Req/Sec 232.09 156.40 1.90k 66.16% | ||
156451087 requests in 5760.00m, 53.52GB read | ||
Socket errors: connect 0, read 350645, write 0, timeout 75472 | ||
Requests/sec: 452.69 | ||
Transfer/sec: 162.39KB | ||
KB | ||
``` | ||
|
||
HTTPS: | ||
|
||
```text | ||
Running 5760m test @ https://cafe.example.com/tea | ||
2 threads and 100 connections | ||
Thread Stats Avg Stdev Max +/- Stdev | ||
Latency 223.09ms 138.95ms 2.00s 63.95% | ||
Req/Sec 230.23 155.14 1.80k 66.18% | ||
155166081 requests in 5760.00m, 52.20GB read | ||
Socket errors: connect 0, read 345712, write 0, timeout 176 | ||
Requests/sec: 448.98 | ||
Transfer/sec: 158.37KB | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Results | ||
|
||
## Test environment | ||
|
||
NGINX Plus: true | ||
|
||
NGINX Gateway Fabric: | ||
|
||
- Commit: 36f245bcba55935064324ff5803d66110117f7da | ||
- Date: 2024-11-08T19:20:48Z | ||
- Dirty: false | ||
|
||
GKE Cluster: | ||
|
||
- Node count: 2 | ||
- k8s version: v1.30.5-gke.1443001 | ||
- vCPUs per node: 2 | ||
- RAM per node: 4018120Ki | ||
- Max pods per node: 110 | ||
- Zone: us-west2-a | ||
- Instance Type: e2-medium | ||
|
||
## Traffic | ||
|
||
HTTP: | ||
|
||
```text | ||
Running 5760m test @ http://cafe.example.com/coffee | ||
2 threads and 100 connections | ||
Thread Stats Avg Stdev Max +/- Stdev | ||
Latency 228.08ms 136.20ms 1.92s 63.92% | ||
Req/Sec 232.02 153.44 1.71k 66.90% | ||
156457702 requests in 5760.00m, 53.53GB read | ||
Non-2xx or 3xx responses: 5 | ||
Requests/sec: 452.71 | ||
Transfer/sec: 162.41KB | ||
``` | ||
|
||
HTTPS: | ||
|
||
```text | ||
Running 5760m test @ https://cafe.example.com/tea | ||
2 threads and 100 connections | ||
Thread Stats Avg Stdev Max +/- Stdev | ||
Latency 229.75ms 136.23ms 1.92s 63.81% | ||
Req/Sec 229.91 151.31 1.63k 66.59% | ||
155060805 requests in 5760.00m, 52.19GB read | ||
Non-2xx or 3xx responses: 3 | ||
Requests/sec: 448.67 | ||
Transfer/sec: 158.33KB | ||
``` |