Containerized version of the Nokia developed code of TWAMP for Accurate Latency measurement testing
980
This is the Containerized version of the Nokia TWAMP developed code that can be found in https://github.com/nokia/twampy.
The Reflector is running on UDP Port 20001. To execute an Instance of the Container Image in Reflector mode, run:
$ docker run -d --restart unless-stopped --name twamp-lat-testing-reflector -p 20001:20001/udp rpacombe/twamp
The Container Image can also be executed in Sender mode as follows:
$ docker run -d --name twamp-lat-testing-sender rpacombe/twamp sender {Reflector IP Address}
After a few seconds, the TWAMP Sender Container Instance will exit upon test completion. Verify the logs to gather the measurement result:
Content type
Image
Digest
Size
329.9 MB
Last updated
over 4 years ago
docker pull rpacombe/twamp