Sign inSign up

rpacombe/twamp

By rpacombe

Updated over 4 years ago

Containerized version of the Nokia developed code of TWAMP for Accurate Latency measurement testing

Image
Networking
Monitoring & observability
0

980

rpacombe/twamp repository overview

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:

  • Check the Exited Sender container ID: $ docker ps -a |grep twamp-lat-testing-sender
  • Check log output: $ docker logs {Container ID}
  • To remove the successfully Exited Container Instance: $ docker container rm {Container ID}

Tag summary

Content type

Image

Digest

Size

329.9 MB

Last updated

over 4 years ago

docker pull rpacombe/twamp