Official's Cisco TRex traffic generator for learning
50K+
https://trex-tgn.cisco.com https://github.com/cisco-system-traffic-generator/trex-core
This version is with low footprint (cpu=one thread/mem=200MB), internal veth0/veth1
tutorial located here:
for example:
$docker pull trexcisco/trex
$docker run --rm -it --privileged --cap-add=ALL trexcisco/trex:latest
$root@]./t-rex-64 -i
To expose the ports to GUI:
$docker pull trexcisco/trex
$docker run --rm -it --privileged --cap-add=ALL -p 4500:4500 -p 4501:4501 -p 4507:4507 trexcisco/trex:latest
$root@]./t-rex-64 -i
Content type
Image
Digest
Size
1.1 GB
Last updated
over 8 years ago
docker pull trexcisco/trex