This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new aff0665e Update rpc_press.md
aff0665e is described below
commit aff0665e490de1cc21885d122a357268ea4e4f9b
Author: Weibing Wang <[email protected]>
AuthorDate: Fri Feb 10 15:48:18 2023 +0800
Update rpc_press.md
---
docs/cn/rpc_press.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cn/rpc_press.md b/docs/cn/rpc_press.md
index 764b20da..32572846 100644
--- a/docs/cn/rpc_press.md
+++ b/docs/cn/rpc_press.md
@@ -61,7 +61,7 @@ json也可以写在文件中,假如./input.json包含了上述两个请求,-
rpc_press启动后会默认在8888端口启动一个dummy server,用于观察rpc_press本身的运行情况:
```
-./rpc_press -proto=echo.proto -service=example.EchoService -method=Echo
-server=0.0.0.0:8002 -input=./input.json -duration=0 -qps=100
+./rpc_press -proto=echo.proto -method=example.EchoService.Echo
-server=0.0.0.0:8002 -input=./input.json -duration=0 -qps=100
TRACE: 01-30 16:10:04: * 0 src/brpc/server.cpp:733] Server[dummy_servers] is
serving on port=8888.
TRACE: 01-30 16:10:04: * 0 src/brpc/server.cpp:742] Check out
http://xxx.com:8888 in your web browser.</code>
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]