|
6 | 6 | | **stream-info** | | Display stream/flow information. | |
7 | 7 | | | | | |
8 | 8 | | | | **Arguments:** | |
9 | | -| | | ``flow-id`` | |
| 9 | +| | | ``flow-id`` Mandatory | |
| 10 | +| | | ``debug`` | |
10 | 11 | +-----------------------------------+------------------------------------------------------------------------+ |
11 | 12 | | **stream-summary** | | Display stream/flow summary information. | |
12 | 13 | | | | | |
13 | 14 | | | | **Arguments:** | |
| 15 | +| | | ``flow-id`` | |
| 16 | +| | | ``flow-id-min`` flow range | |
| 17 | +| | | ``flow-id-max`` | |
| 18 | +| | | ``flows`` list of flows (e.g. ``[1,2,3]``) | |
| 19 | +| | | ``session-id`` | |
14 | 20 | | | | ``session-group-id`` | |
15 | 21 | | | | ``name`` stream name | |
16 | 22 | | | | ``interface`` TX interface name | |
17 | 23 | | | | ``direction`` [both(default), upstream, downstream] | |
| 24 | +| | | ``verified-only`` streams verified | |
| 25 | +| | | ``bidirectional-verified-only`` streams verified in both directions | |
| 26 | +| | | ``pending-only`` streams not verified | |
18 | 27 | +-----------------------------------+------------------------------------------------------------------------+ |
19 | 28 | | **stream-reset** | | Reset all traffic streams. | |
20 | 29 | +-----------------------------------+------------------------------------------------------------------------+ |
|
29 | 38 | | | | | |
30 | 39 | | | | **Arguments:** | |
31 | 40 | | | | ``flow-id`` | |
| 41 | +| | | ``flow-id-min`` flow range | |
| 42 | +| | | ``flow-id-max`` | |
| 43 | +| | | ``flows`` list of flows (e.g. ``[1,2,3]``) | |
32 | 44 | | | | ``session-id`` | |
33 | | -| | | ``session-group-id`` (ignored if session-id is present) | |
| 45 | +| | | ``session-group-id`` | |
34 | 46 | | | | ``name`` stream name | |
35 | 47 | | | | ``interface`` TX interface name | |
36 | 48 | | | | ``direction`` [both(default), upstream, downstream] | |
| 49 | +| | | ``verified-only`` streams verified | |
| 50 | +| | | ``bidirectional-verified-only`` streams verified in both directions | |
| 51 | +| | | ``pending-only`` streams not verified | |
37 | 52 | +-----------------------------------+------------------------------------------------------------------------+ |
38 | 53 | | **streams-pending** | | List flow-id of all pending (not verified) traffic streams. | |
39 | 54 | +-----------------------------------+------------------------------------------------------------------------+ |
40 | 55 | | **stream-update** | | Update stream/flow configuration. | |
41 | 56 | | | | | |
42 | 57 | | | | **Arguments:** | |
43 | 58 | | | | ``flow-id`` | |
| 59 | +| | | ``flow-id-min`` flow range | |
| 60 | +| | | ``flow-id-max`` | |
| 61 | +| | | ``flows`` list of flows (e.g. ``[1,2,3]``) | |
| 62 | +| | | ``session-id`` | |
| 63 | +| | | ``session-group-id`` | |
| 64 | +| | | ``name`` stream name | |
| 65 | +| | | ``interface`` TX interface name | |
| 66 | +| | | ``direction`` [both(default), upstream, downstream] | |
| 67 | +| | | ``verified-only`` streams verified | |
| 68 | +| | | ``bidirectional-verified-only`` streams verified in both directions | |
| 69 | +| | | ``pending-only`` streams not verified | |
44 | 70 | | | | ``tcp-flags`` [ack, fin, fin-ack, syn, syn-ack, rst, push, push-ack] | |
45 | 71 | | | | ``pps`` | |
46 | 72 | +-----------------------------------+------------------------------------------------------------------------+ |
0 commit comments