Skip to content

Instantly share code, notes, and snippets.

@rvprasad
Last active February 5, 2019 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvprasad/c9e402ce38ad38da47ad563760beeeef to your computer and use it in GitHub Desktop.
Save rvprasad/c9e402ce38ad38da47ad563760beeeef to your computer and use it in GitHub Desktop.
Measure network throughput in worst case scenario -- many-to-one
- hosts: worker_raspi
remote_user: life
tasks:
- name: iperf
shell: iperf -t 20 -c 192.168.2.10
worker_raspi:
hosts:
192.168.2.[11:15]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment