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
You can use the Network Observability CLI (`oc netobserv`) to pass command-line arguments to capture flows data, packets data, and metrics for further analysis and enable features supported by the Network Observability Operator.
7
+
You can use the Network Observability CLI (`oc netobserv`) to pass commandline arguments to capture flows data, packets data, and metrics for further analysis and enable features supported by the Network Observability Operator.
|--enable_udn_mapping| enable User Defined Network mapping | false
169
-
|--get-subnets| get subnets information | false
170
-
|--sampling| value that defines the ratio of packets being sampled | 1
171
-
|--action| filter action | Accept
172
-
|--cidr| filter CIDR | 0.0.0.0/0
173
-
|--direction| filter direction | –
174
-
|--dport| filter destination port | –
175
-
|--dport_range| filter destination port range | –
176
-
|--dports| filter on either of two destination ports | –
177
-
|--drops| filter flows with only dropped packets | false
178
-
|--icmp_code| filter ICMP code | –
179
-
|--icmp_type| filter ICMP type | –
180
-
|--node-selector| capture on specific nodes | –
181
-
|--peer_ip| filter peer IP | –
182
-
|--peer_cidr| filter peer CIDR | –
183
-
|--port_range| filter port range | –
184
-
|--port| filter port | –
185
-
|--ports| filter on either of two ports | –
186
-
|--protocol| filter protocol | –
187
-
|--query| filter flows by using a custom query | –
188
-
|--sport_range| filter source port range | –
189
-
|--sport| filter source port | –
190
-
|--sports| filter on either of two source ports | –
191
-
|--tcp_flags| filter TCP flags | –
192
-
|--include_list| list of metric names to generate, comma separated | namespace_flows_total,node_ingress_bytes_total,node_egress_bytes_total,workload_ingress_bytes_total
193
-
|--interfaces| list of interfaces to monitor, comma separated | –
194
-
|--exclude_interfaces| list of interfaces to exclude, comma separated | lo
|--enable_udn_mapping| enable User Defined Network mapping | false
170
+
|--get-subnets| get subnets information | false
171
+
|--privileged| force eBPF agent privileged mode | auto
172
+
|--sampling| packets sampling interval | 1
173
+
|--background| run in background | false
174
+
|--log-level| components logs | info
175
+
|--max-time| maximum capture time | 1h
176
+
|--action| filter action | Accept
177
+
|--cidr| filter CIDR | 0.0.0.0/0
178
+
|--direction| filter direction | -
179
+
|--dport| filter destination port | -
180
+
|--dport_range| filter destination port range | -
181
+
|--dports| filter on either of two destination ports | -
182
+
|--drops| filter flows with only dropped packets | false
183
+
|--icmp_code| filter ICMP code | -
184
+
|--icmp_type| filter ICMP type | -
185
+
|--node-selector| capture on specific nodes | -
186
+
|--peer_ip| filter peer IP | -
187
+
|--peer_cidr| filter peer CIDR | -
188
+
|--port_range| filter port range | -
189
+
|--port| filter port | -
190
+
|--ports| filter on either of two ports | -
191
+
|--protocol| filter protocol | -
192
+
|--query| filter flows using a custom query | -
193
+
|--sport_range| filter source port range | -
194
+
|--sport| filter source port | -
195
+
|--sports| filter on either of two source ports | -
196
+
|--tcp_flags| filter TCP flags | -
197
+
|--include_list| list of metric names to generate, comma separated | namespace_flows_total,node_ingress_bytes_total,node_egress_bytes_total,workload_ingress_bytes_total
198
+
|--interfaces| list of interfaces to monitor, comma separated | -
199
+
|--exclude_interfaces| list of interfaces to exclude, comma separated | lo
0 commit comments