cli extract pcap
cli extract pcap
Extract PCAP from the network interfaces of the workload
Synopsis
This command uses the utilities provided by the model to capture the packets from the network interfaces of the
workload and stream it back to the local machine. The models should have been installed with the tcpdump utility, most
likely when testFramework
option was used. By default, most of the BubbleRAN provided models have
this option enabled. The capture command is tcpdump
and the extra arguments are passed as is
to the command.
cli extract pcap [flags]
Examples
cli extract pcap -n <namespace> <element> -- -i <interface> | wireshark -k -i -
Options
-h, --help help for pcap
Options inherited from parent commands
-c, --config string config file (default "config.json")
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output
SEE ALSO
- cli extract - Extract contents from the containers