You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: go/aggregator/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,29 @@ Expect both API and implementation to change frequently.
13
13
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).
14
14
15
15
To install the server run the command:
16
+
16
17
# go get github.com/EricssonResearch/spindump/go/aggregator
17
18
18
19
This will pull the source code from github and install an executable named aggregator located in `$GOPATH/bin/`
19
20
20
21
## Running the server
21
22
22
23
Running the server without any arguments starts a server listening to a single spindump instance:
24
+
23
25
# ./aggregator
24
26
25
27
The server accepts the following command-line flags.
26
28
27
29
To bind to a different address/port pair than the default `0.0.0.0:5040`:
30
+
28
31
# ./aggrregator --bind address:port
29
32
30
33
To specify the number of reporting spindump instances (default 1):
34
+
31
35
# ./aggrregator --reporters n
32
36
33
37
To enable/disable smoothing of RTT samples (default true):
0 commit comments