@@ -31,26 +31,26 @@ NGF deployment:
31
31
32
32
### NGINX Reloads and Time to Ready
33
33
34
- | Test number | NumResources | TimeToReadyTotal (s) | TimeToReadyAvgSingle (s) | NGINX reloads | NGINX reload avg time (ms)|
35
- | ----------- | ------------ | ----------------------| --------------------------| ---------------| ---------------------------|
36
- | 1 | 30 | 1 | 1 | 2 | 191 |
37
- | 1 | 150 | 2 | 2 | 2 | 440 |
38
- | 2 | 30 | 50 | <1 | 93 | 162 |
39
- | 2 | 150 | 208 | <1 | 396 | 281 |
40
- | 3 | 30 | 1 | 1 | 93 | 129 |
41
- | 3 | 150 | 1 | 1 | 453 | 130 |
34
+ | Test number | NumResources | TimeToReadyTotal (s) | TimeToReadyAvgSingle (s) | NGINX reloads | NGINX reload avg time (ms) | <= 500ms | <= 1000ms |
35
+ | ------------- | -------------- | ----------------------| --------------------------| ---------------| ---------------------------- | ---------- | -----------|
36
+ | 1 | 30 | 1 | 1 | 2 | 191 | 100% | 100% |
37
+ | 1 | 150 | 2 | 2 | 2 | 440 | 50% | 100% |
38
+ | 2 | 30 | 50 | <1 | 93 | 162 | 100% | 100% |
39
+ | 2 | 150 | 208 | <1 | 396 | 281 | 96.46% | 100% |
40
+ | 3 | 30 | 1 | 1 | 93 | 129 | 100% | 100% |
41
+ | 3 | 150 | 1 | 1 | 453 | 130 | 100% | 100% |
42
42
43
43
44
44
### Event Batch Processing
45
45
46
- | Test number | NumResources | Event Batch Total | Event Batch Processing avg time (ms) | <=500ms | <= 1000ms |
47
- | -------------| --------------| -------------------| --------------------------------------| ---------| -----------|
48
- | 1 | 30 | 69 | 6.232 | 100% | 100% |
49
- | 1 | 150 | 309 | 3.638 | 99.68% | 100% |
50
- | 2 | 30 | 465 | 38.759 | 100% | 100% |
51
- | 2 | 150 | 1941 | 68.539 | 98.51% | 100% |
52
- | 3 | 30 | 374 | 36.834 | 99.73% | 99.73% |
53
- | 3 | 150 | 1812 | 40.411 | 99.94% | 99.94% |
46
+ | Test number | NumResources | Event Batch Total | Event Batch Processing avg time (ms) | <= 500ms | <= 1000ms |
47
+ | -------------| --------------| -------------------| --------------------------------------| ---------- | -----------|
48
+ | 1 | 30 | 69 | 6.232 | 100% | 100% |
49
+ | 1 | 150 | 309 | 3.638 | 99.68% | 100% |
50
+ | 2 | 30 | 465 | 38.759 | 100% | 100% |
51
+ | 2 | 150 | 1941 | 68.539 | 98.51% | 100% |
52
+ | 3 | 30 | 374 | 36.834 | 99.73% | 99.73% |
53
+ | 3 | 150 | 1812 | 40.411 | 99.94% | 99.94% |
54
54
55
55
56
56
## NumResources -> Total Resources
@@ -72,7 +72,7 @@ NGF deployment:
72
72
73
73
Issue filed: https://github.com/nginxinc/nginx-gateway-fabric/issues/1123
74
74
75
- 3 . All NGINX reloads were in the <500ms bucket. A slight increase in the reload time based on number of configured resources
76
- resulting in NGINX configuration changes was observed.
75
+ 3 . Majority of NGINX reloads were in the <= 500ms bucket, with all of them being in the <= 1000ms bucket. An increase
76
+ in the reload time based on number of configured resources resulting in NGINX configuration changes was observed.
77
77
78
78
4 . No errors (NGF or NGINX) were observed in any test run.
0 commit comments