We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc5264 commit 486bfc3Copy full SHA for 486bfc3
content/en/docs/userguide/circuit_breaker.md
@@ -148,6 +148,22 @@ kubectl exec -it deploy/fortio -- \
148
fortio load -c 2 -qps 20 -t 30s http://test-service
149
```
150
151
+### Sample Test Results
152
+
153
+#### Without Circuit Breaker
154
+```
155
+IP addresses distribution: 10.96.230.153:80: 5
156
+Code 200 : 3000 (100.0 %)
157
158
159
+#### With Circuit Breaker
160
161
162
+Code 200 : 1914 (63.8%)
163
+Code 503 : 1086 (36.2%)
164
165
166
167
### Analyzing Results
168
169
#### 6.1 Fortio Results
@@ -210,4 +226,4 @@ kubectl describe destinationrule test-circuit-breaker
210
226
```bash
211
227
kubectl logs deploy/test-service
212
228
kubectl logs deploy/fortio
213
-```
229
0 commit comments