|
| 1 | +# Results |
| 2 | + |
| 3 | +## Test environment |
| 4 | + |
| 5 | +NGINX Plus: true |
| 6 | + |
| 7 | +GKE Cluster: |
| 8 | + |
| 9 | +- Node count: 12 |
| 10 | +- k8s version: v1.29.4-gke.1043004 |
| 11 | +- vCPUs per node: 16 |
| 12 | +- RAM per node: 65855012Ki |
| 13 | +- Max pods per node: 110 |
| 14 | +- Zone: us-east1-b |
| 15 | +- Instance Type: n2d-standard-16 |
| 16 | + |
| 17 | +## Test1: Running latte path based routing |
| 18 | + |
| 19 | +```text |
| 20 | +Requests [total, rate, throughput] 30000, 1000.01, 999.98 |
| 21 | +Duration [total, attack, wait] 30.001s, 30s, 997.807µs |
| 22 | +Latencies [min, mean, 50, 90, 95, 99, max] 711.69µs, 957.047µs, 931.487µs, 1.041ms, 1.089ms, 1.247ms, 18.096ms |
| 23 | +Bytes In [total, mean] 4800000, 160.00 |
| 24 | +Bytes Out [total, mean] 0, 0.00 |
| 25 | +Success [ratio] 100.00% |
| 26 | +Status Codes [code:count] 200:30000 |
| 27 | +Error Set: |
| 28 | +``` |
| 29 | + |
| 30 | +## Test2: Running coffee header based routing |
| 31 | + |
| 32 | +```text |
| 33 | +Requests [total, rate, throughput] 30000, 1000.04, 1000.01 |
| 34 | +Duration [total, attack, wait] 30s, 29.999s, 899.626µs |
| 35 | +Latencies [min, mean, 50, 90, 95, 99, max] 726.964µs, 985.028µs, 967.197µs, 1.079ms, 1.118ms, 1.252ms, 19.94ms |
| 36 | +Bytes In [total, mean] 4830000, 161.00 |
| 37 | +Bytes Out [total, mean] 0, 0.00 |
| 38 | +Success [ratio] 100.00% |
| 39 | +Status Codes [code:count] 200:30000 |
| 40 | +Error Set: |
| 41 | +``` |
| 42 | + |
| 43 | +## Test3: Running coffee query based routing |
| 44 | + |
| 45 | +```text |
| 46 | +Requests [total, rate, throughput] 30000, 1000.04, 1000.01 |
| 47 | +Duration [total, attack, wait] 30s, 29.999s, 917.947µs |
| 48 | +Latencies [min, mean, 50, 90, 95, 99, max] 721.266µs, 993.472µs, 973.023µs, 1.101ms, 1.164ms, 1.321ms, 20.914ms |
| 49 | +Bytes In [total, mean] 5070000, 169.00 |
| 50 | +Bytes Out [total, mean] 0, 0.00 |
| 51 | +Success [ratio] 100.00% |
| 52 | +Status Codes [code:count] 200:30000 |
| 53 | +Error Set: |
| 54 | +``` |
| 55 | + |
| 56 | +## Test4: Running tea GET method based routing |
| 57 | + |
| 58 | +```text |
| 59 | +Requests [total, rate, throughput] 29999, 1000.00, 999.97 |
| 60 | +Duration [total, attack, wait] 30s, 29.999s, 1.08ms |
| 61 | +Latencies [min, mean, 50, 90, 95, 99, max] 708.277µs, 986.926µs, 970.493µs, 1.103ms, 1.15ms, 1.274ms, 19.021ms |
| 62 | +Bytes In [total, mean] 4739842, 158.00 |
| 63 | +Bytes Out [total, mean] 0, 0.00 |
| 64 | +Success [ratio] 100.00% |
| 65 | +Status Codes [code:count] 200:29999 |
| 66 | +Error Set: |
| 67 | +``` |
| 68 | + |
| 69 | +## Test5: Running tea POST method based routing |
| 70 | + |
| 71 | +```text |
| 72 | +Requests [total, rate, throughput] 30000, 1000.02, 999.98 |
| 73 | +Duration [total, attack, wait] 30s, 29.999s, 1.022ms |
| 74 | +Latencies [min, mean, 50, 90, 95, 99, max] 724.839µs, 981.279µs, 965.573µs, 1.107ms, 1.169ms, 1.299ms, 6.315ms |
| 75 | +Bytes In [total, mean] 4740000, 158.00 |
| 76 | +Bytes Out [total, mean] 0, 0.00 |
| 77 | +Success [ratio] 100.00% |
| 78 | +Status Codes [code:count] 200:30000 |
| 79 | +Error Set: |
| 80 | +``` |
0 commit comments