1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/network-observability-netobserv-cli-about.adoc

17 lines
962 B
Plaintext

//Module included in the following assemblies:
//
// observability/network_observability/network-observability-cli/netobserv-cli-overview.adoc
:_mod-docs-content-type: CONCEPT
[id="network-observability-netoberv-cli-about_{context}"]
= About the Network Observability CLI
[role="_abstract"]
Use the Network Observability CLI (`oc netobserv`) to quickly debug and troubleshoot networking issues. This tool provides instant, live insight into flows and packets without installing the Network Observability Operator.
The Network Observability CLI is a flow and packet visualization tool that relies on eBPF agents to stream collected data to an ephemeral collector pod. It requires no persistent storage during the capture. After the run, the output is transferred to your local machine.
[IMPORTANT]
====
CLI capture is meant to run only for short durations, such as 8-10 minutes. If it runs for too long, it can be difficult to delete the running process.
====