Skip to content

Commit

Permalink
[docs] Help text for stats
Browse files Browse the repository at this point in the history
  • Loading branch information
uppfinnarn committed Nov 2, 2016
1 parent 278f8f0 commit 38f5751
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ var commandStats = cli.Command{
Usage: "Prints stats for a running test",
ArgsUsage: "[name]",
Action: actionStats,
Description: `Stats will print metrics about a running test to stdout in YAML format.
The result is a dictionary of metrics. If a name is specified, only that one
metric is fetched, otherwise every metric is printed in no particular order.
Endpoint: /v1/metrics
/v1/metrics/:id`,
}

var commandScale = cli.Command{
Expand Down

0 comments on commit 38f5751

Please sign in to comment.