Skip to content

Commit

Permalink
pd-ctl: update the output of command health. (#642)
Browse files Browse the repository at this point in the history
* update the go version

* add topsize command; change the default value of the limit to 16

* update the output of command health
  • Loading branch information
liukun4515 authored and lilin90 committed Oct 8, 2018
1 parent 09b36a0 commit 5a9073d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tools/pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,18 @@ Usage:
```bash
>> health // Display the health information
{"health": "true"}
[
{
"name": "pd",
"member_id": 13195394291058371180,
"client_urls": [
"http://127.0.0.1:2379"
......
],
"health": true
}
......
]
```
### `hot [read | write | store]`
Expand Down

0 comments on commit 5a9073d

Please sign in to comment.