tcpdump is a command line utility for filtering and printing the contents of network packets. This image receives sFlow and feeds the sampled packet headers through tcpdump.
docker run -p 6343:6343/udp sflow/tcpdump
Configure sFlow agents to send data to UDP port 6343 on the container. Sampled packet headers will be printed to standard output.
docker run -p 6343:6343/udp sflow/tcpdump -h
Get help on command line arguments.
docker run -p 6343:6343/udp sflow/tcpdump host 10.0.0.160
Display packets for a selected host.
docker run -p 6343:6343/udp sflow/tcpdump tcp port 80
Display web traffic (TCP port 80).
Please read and accept the sFlow License before downloading this software.
Content type
Image
Digest
sha256:d4495d8ee…
Size
4.4 MB
Last updated
4 months ago
docker pull sflow/tcpdump