Skip to content

a simple ansible play that installs and performs iperf and mtr tests using centos

License

Notifications You must be signed in to change notification settings

j05h/ansible-net-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ansible plays to install iperf3 and mtr on some number of servers and run the tests.

Usage:

Configure a hosts.ini with your IPs. See 'hosts.example.ini'. You need an even number of hosts so that iperf can pair servers and clients together.

Installation:

 $ ansible-playbook -i ./hosts.ini install.yml

Execution:

 $ ansible-playbook -i ./hosts.ini perf.yml

The results after the execution go into a results directory.

About

a simple ansible play that installs and performs iperf and mtr tests using centos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published