|
| 1 | +# Results |
| 2 | + |
| 3 | +## Test environment |
| 4 | + |
| 5 | +NGINX Plus: false |
| 6 | + |
| 7 | +NGINX Gateway Fabric: |
| 8 | + |
| 9 | +- Commit: 89aee48bf6e660a828ffd32ca35fc7f52e358e00 |
| 10 | +- Date: 2025-12-12T20:04:38Z |
| 11 | +- Dirty: false |
| 12 | + |
| 13 | +GKE Cluster: |
| 14 | + |
| 15 | +- Node count: 3 |
| 16 | +- k8s version: v1.33.5-gke.1308000 |
| 17 | +- vCPUs per node: 2 |
| 18 | +- RAM per node: 4015672Ki |
| 19 | +- Max pods per node: 110 |
| 20 | +- Zone: us-west2-a |
| 21 | +- Instance Type: e2-medium |
| 22 | + |
| 23 | +## Summary: |
| 24 | + |
| 25 | +- Still a lot of non-2xx or 3xx responses, many more than last time. Socket errors are all mostly read errors, with no write errors and fewer timeout errors. |
| 26 | +- We observe a continual increase in NGINX memory usage over time which could indicate a memory leak. Will bring this up with the Agent team. |
| 27 | +- CPU usage remained consistent with past results. |
| 28 | +- Error contacting TokenReview API, but may be a one-off. |
| 29 | + |
| 30 | +## Traffic |
| 31 | + |
| 32 | +HTTP: |
| 33 | + |
| 34 | +```text |
| 35 | +Running 5760m test @ http://cafe.example.com/coffee |
| 36 | + 2 threads and 100 connections |
| 37 | + Thread Stats Avg Stdev Max +/- Stdev |
| 38 | + Latency 190.35ms 141.74ms 2.00s 83.52% |
| 39 | + Req/Sec 289.84 187.59 3.52k 63.68% |
| 40 | + 195509968 requests in 5760.00m, 66.75GB read |
| 41 | + Socket errors: connect 0, read 315485, write 0, timeout 6584 |
| 42 | + Non-2xx or 3xx responses: 1763516 |
| 43 | +Requests/sec: 565.71 |
| 44 | +Transfer/sec: 202.53KB |
| 45 | +``` |
| 46 | + |
| 47 | +HTTPS: |
| 48 | + |
| 49 | +```text |
| 50 | +Running 5760m test @ https://cafe.example.com/tea |
| 51 | + 2 threads and 100 connections |
| 52 | + Thread Stats Avg Stdev Max +/- Stdev |
| 53 | + Latency 180.03ms 106.92ms 1.94s 67.25% |
| 54 | + Req/Sec 287.34 184.95 1.73k 63.36% |
| 55 | + 193842103 requests in 5760.00m, 65.22GB read |
| 56 | + Socket errors: connect 0, read 309621, write 0, timeout 1 |
| 57 | +Requests/sec: 560.89 |
| 58 | +Transfer/sec: 197.88KB |
| 59 | +``` |
| 60 | +## Key Metrics |
| 61 | + |
| 62 | +### Containers memory |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +### Containers CPU |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +## Error Logs |
| 71 | + |
| 72 | +### nginx-gateway |
| 73 | + |
| 74 | +error=rpc error: code = Internal desc = error creating TokenReview: context canceled;level=error;logger=agentGRPCServer;msg=error validating connection;stacktrace=github.com/nginx/nginx-gateway-fabric/v2/internal/controller/nginx/agent/grpc/interceptor.(*ContextSetter).Stream.ContextSetter.Stream.func1 |
| 75 | + /opt/actions-runner/_work/nginx-gateway-fabric/nginx-gateway-fabric/internal/controller/nginx/agent/grpc/interceptor/interceptor.go:62 |
| 76 | +google.golang.org/grpc.(*Server).processStreamingRPC |
| 77 | + /opt/actions-runner/ _work/nginx-gateway-fabric/nginx-gateway-fabric/.gocache/google.golang.org/ [email protected]/server.go:1721 |
| 78 | +google.golang.org/grpc.(*Server).handleStream |
| 79 | + /opt/actions-runner/ _work/nginx-gateway-fabric/nginx-gateway-fabric/.gocache/google.golang.org/ [email protected]/server.go:1836 |
| 80 | +google.golang.org/grpc.(*Server).serveStreams.func2.1 |
| 81 | + /opt/actions-runner/ _work/nginx-gateway-fabric/nginx-gateway-fabric/.gocache/google.golang.org/ [email protected]/server.go:1063;ts=2025-12-16T17:35:17Z |
| 82 | + |
| 83 | +### nginx |
0 commit comments