Skip to content

Commit

Permalink
add author
Browse files Browse the repository at this point in the history
  • Loading branch information
ikingye committed Sep 2, 2020
1 parent 5a18d7c commit e8c6c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Istio Service Mesh Advanced Practical - Master the Services in Post Kubernetes E
| ![](https://avatars2.githubusercontent.com/u/8142348?s=60&v=4) | [lyzhang1999](https://github.com/lyzhang1999) | 王炜 | ![](https://avatars3.githubusercontent.com/u/22499672?s=60&v=4) | [Liu-HongYe](https://github.com/Liu-HongYe) | 刘洪晔 |
| ![](https://avatars3.githubusercontent.com/u/15208260?s=60&v=4) | [ycliu912](https://github.com/ycliu912) | 刘艳超 | ![](https://avatars3.githubusercontent.com/u/22319610?s=60&v=4) | [mlycore](https://github.com/mlycore) | 苗立尧 |
| ![](https://avatars0.githubusercontent.com/u/61925099?s=60&v=4) | [mcsos](https://github.com/mcsos) | 郭栋 | ![](https://avatars1.githubusercontent.com/u/14137033?s=60&v=4) | [lianghao208](https://github.com/lianghao208) | 梁豪 |
| ![](https://avatars3.githubusercontent.com/u/10829448?s=60&v=4) | [ethanhanjiahao](https://github.com/ethanhanjiahao) | 韩佳浩 | | | |
| ![](https://avatars3.githubusercontent.com/u/10829448?s=60&v=4) | [ethanhanjiahao](https://github.com/ethanhanjiahao) | 韩佳浩 |![](https://avatars3.githubusercontent.com/u/29562589?s=60&v=4) | [ikingye](https://github.com/ikingye) | 叶王 |

**[认领章节](wg/process.md)并提交 PR,成功合并后即可成为作者,期待你的加入。**

Expand Down
4 changes: 2 additions & 2 deletions practice/circuit-breaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ $ kubectl exec -it $FORTIO_POD -c fortio -- /usr/bin/fortio load -c 30 -qps 0 -

结果类似下面这样,大概为 3% 的成功率:

```
root@yq01-sys-ote01.yq01.baidu.com:istio-1.6.5 kubectl exec -it $FORTIO_POD -c fortio -- /usr/bin/fortio load -c 30 -qps 0 -n 300 -loglevel Warning http://httpbin:8000/get
```shell
$ kubectl exec -it $FORTIO_POD -c fortio -- /usr/bin/fortio load -c 30 -qps 0 -n 300 -loglevel Warning http://httpbin:8000/get
14:50:39 I logger.go:114> Log level is now 3 Warning (was 2 Info)
Fortio 1.6.7 running at 0 queries per second, 56->56 procs, for 300 calls: http://httpbin:8000/get
Starting at max qps with 30 thread(s) [gomax 56] for exactly 300 calls (10 per thread + 0)
Expand Down

0 comments on commit e8c6c5e

Please sign in to comment.