Browse Source

update readme

pull/1943/head
Anton Kaliaev 7 years ago
parent
commit
315dcd449b
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 14 additions and 5 deletions
  1. +14
    -5
      tm-monitor/README.md

+ 14
- 5
tm-monitor/README.md View File

@ -43,11 +43,20 @@ tm-monitor localhost:46657
## Usage
```
# monitor single instance
tm-monitor localhost:46657
# monitor a few instances by providing comma-separated list of RPC endpoints
tm-monitor host1:46657,host2:46657
tm-monitor [-v] [-no-ton] [-listen-addr="tcp://0.0.0.0:46670"] [endpoints]
Examples:
# monitor single instance
tm-monitor localhost:46657
# monitor a few instances by providing comma-separated list of RPC endpoints
tm-monitor host1:46657,host2:46657
Flags:
-listen-addr string
HTTP and Websocket server listen address (default "tcp://0.0.0.0:46670")
-no-ton
Do not show ton (table of nodes)
-v verbose logging
```
[![asciicast](https://asciinema.org/a/105449.png)](https://asciinema.org/a/105449)


Loading…
Cancel
Save