Browse Source

update the document about ss-manager

pull/2218/head
Pang Linbin 6 years ago
parent
commit
3ed53a750a
1 changed files with 4 additions and 2 deletions
  1. 6
      doc/ss-manager.asciidoc

6
doc/ss-manager.asciidoc

@ -141,12 +141,14 @@ To add a port: ::::
To remove a port: :::: To remove a port: ::::
remove: {"server_port": 8001} remove: {"server_port": 8001}
To receive a pong: ::::
To receive the traffic statistics: ::::
ping ping
Then `ss-manager`(1) will send back the traffic statistics: ::::
The format of the traffic statistics: ::::
stat: {"8001":11370} stat: {"8001":11370}
There is no way to reset the traffic statistics, unless you remove the port and add it again
EXAMPLE EXAMPLE
------- -------
To use `ss-manager`(1), First start it and specify necessary information. To use `ss-manager`(1), First start it and specify necessary information.

Loading…
Cancel
Save