blob: f283ed08395b25d1d1f3207dac1381a504c075cc [file] [log] [blame]
Adam Israel32e2fa52016-12-14 22:50:51 -05001set-server:
2 description: "Set the target IP address and port"
3 params:
4 server-ip:
5 description: "IP on which the target service is listening."
6 type: string
7 default: ""
8 server-port:
9 description: "Port on which the target service is listening."
10 type: integer
11 default: 5555
12 required:
13 - server-ip
14set-rate:
15 description: "Set the rate of packet generation."
16 params:
17 rate:
18 description: "Packet rate."
19 type: integer
20 default: 5
21get-stats:
22 description: "Get the stats."
23get-state:
24 description: "Get the admin state of the target service."
25get-rate:
26 description: "Get the rate set on the target service."
27get-server:
28 description: "Get the target server and IP set"
29start-ping:
30 description: "Start the traffic generator."
31stop-ping:
32 description: "Stop the traffic generator."