File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ $ oc netobserv flows [<feature_option>] [<command_options>]
9595.Example running flows capture on TCP protocol and port 49051 with PacketDrop and RTT features enabled:
9696[source,terminal]
9797----
98- $ oc netobserv flows --enable_pkt_drop --enable_rtt --enable_filter -- action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
98+ $ oc netobserv flows --enable_pkt_drop --enable_rtt --action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
9999----
100100[id="cli-reference-packet-capture-options_{context}"]
101101== Packets capture options
@@ -190,5 +190,5 @@ $ oc netobserv metrics [<option>]
190190.Example running metrics capture for TCP drops
191191[source,terminal]
192192----
193- $ oc netobserv metrics --enable_pkt_drop --enable_filter -- protocol=TCP
193+ $ oc netobserv metrics --enable_pkt_drop --protocol=TCP
194194----
Original file line number Diff line number Diff line change 7575.Example running flows capture on TCP protocol and port 49051 with PacketDrop and RTT features enabled:
7676[source,terminal]
7777----
78- $ oc netobserv flows --enable_pkt_drop --enable_rtt --enable_filter -- action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
78+ $ oc netobserv flows --enable_pkt_drop --enable_rtt --action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
7979----"
8080
8181# packets table
@@ -125,7 +125,7 @@ echo "
125125.Example running metrics capture for TCP drops
126126[source,terminal]
127127----
128- $ oc netobserv metrics --enable_pkt_drop --enable_filter -- protocol=TCP
128+ $ oc netobserv metrics --enable_pkt_drop --protocol=TCP
129129----"
130130} >> $ADOC
131131
You can’t perform that action at this time.
0 commit comments