Skip to content

Commit

Permalink
Add reload time distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Oct 24, 2023
1 parent 92a2179 commit a4c92e1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/reconfig/results/1.0.0/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@ NGF deployment:

### NGINX Reloads and Time to Ready

| Test number | NumResources | TimeToReadyTotal (s) | TimeToReadyAvgSingle (s) | NGINX reloads | NGINX reload avg time (ms)|
| ----------- | ------------ |----------------------|--------------------------|---------------|---------------------------|
| 1 | 30 | 1 | 1 | 2 | 191 |
| 1 | 150 | 2 | 2 | 2 | 440 |
| 2 | 30 | 50 | <1 | 93 | 162 |
| 2 | 150 | 208 | <1 | 396 | 281 |
| 3 | 30 | 1 | 1 | 93 | 129 |
| 3 | 150 | 1 | 1 | 453 | 130 |
| Test number | NumResources | TimeToReadyTotal (s) | TimeToReadyAvgSingle (s) | NGINX reloads | NGINX reload avg time (ms) | <= 500ms | <= 1000ms |
|-------------|--------------|----------------------|--------------------------|---------------|----------------------------|----------|-----------|
| 1 | 30 | 1 | 1 | 2 | 191 | 100% | 100% |
| 1 | 150 | 2 | 2 | 2 | 440 | 50% | 100% |
| 2 | 30 | 50 | <1 | 93 | 162 | 100% | 100% |
| 2 | 150 | 208 | <1 | 396 | 281 | 96.46% | 100% |
| 3 | 30 | 1 | 1 | 93 | 129 | 100% | 100% |
| 3 | 150 | 1 | 1 | 453 | 130 | 100% | 100% |


### Event Batch Processing

| Test number | NumResources | Event Batch Total | Event Batch Processing avg time (ms) | <=500ms | <= 1000ms |
|-------------|--------------|-------------------|--------------------------------------|---------|-----------|
| 1 | 30 | 69 | 6.232 | 100% | 100% |
| 1 | 150 | 309 | 3.638 | 99.68% | 100% |
| 2 | 30 | 465 | 38.759 | 100% | 100% |
| 2 | 150 | 1941 | 68.539 | 98.51% | 100% |
| 3 | 30 | 374 | 36.834 | 99.73% | 99.73% |
| 3 | 150 | 1812 | 40.411 | 99.94% | 99.94% |
| Test number | NumResources | Event Batch Total | Event Batch Processing avg time (ms) | <= 500ms | <= 1000ms |
|-------------|--------------|-------------------|--------------------------------------|----------|-----------|
| 1 | 30 | 69 | 6.232 | 100% | 100% |
| 1 | 150 | 309 | 3.638 | 99.68% | 100% |
| 2 | 30 | 465 | 38.759 | 100% | 100% |
| 2 | 150 | 1941 | 68.539 | 98.51% | 100% |
| 3 | 30 | 374 | 36.834 | 99.73% | 99.73% |
| 3 | 150 | 1812 | 40.411 | 99.94% | 99.94% |


## NumResources -> Total Resources
Expand All @@ -72,7 +72,7 @@ NGF deployment:

Issue filed: https://github.com/nginxinc/nginx-gateway-fabric/issues/1123

3. All NGINX reloads were in the <500ms bucket. A slight increase in the reload time based on number of configured resources
resulting in NGINX configuration changes was observed.
3. Majority of NGINX reloads were in the <= 500ms bucket, with all of them being in the <= 1000ms bucket. An increase
in the reload time based on number of configured resources resulting in NGINX configuration changes was observed.

4. No errors (NGF or NGINX) were observed in any test run.

0 comments on commit a4c92e1

Please sign in to comment.