Skip to content

Commit 02cf952

Browse files
committed
Fixed aggregator README formatting issue
1 parent 07e5872 commit 02cf952

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go/aggregator/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,29 @@ Expect both API and implementation to change frequently.
1313
The server is implemented in GO, so first of all you need to make sure you have GO [installed and properly configured](https://golang.org/doc/install).
1414

1515
To install the server run the command:
16+
1617
# go get github.com/EricssonResearch/spindump/go/aggregator
1718

1819
This will pull the source code from github and install an executable named aggregator located in `$GOPATH/bin/`
1920

2021
## Running the server
2122

2223
Running the server without any arguments starts a server listening to a single spindump instance:
24+
2325
# ./aggregator
2426

2527
The server accepts the following command-line flags.
2628

2729
To bind to a different address/port pair than the default `0.0.0.0:5040`:
30+
2831
# ./aggrregator --bind address:port
2932

3033
To specify the number of reporting spindump instances (default 1):
34+
3135
# ./aggrregator --reporters n
3236

3337
To enable/disable smoothing of RTT samples (default true):
38+
3439
# ./aggrregator --rtt-smoothing true/false
3540

3641
## Reporting API

0 commit comments

Comments
 (0)