andrewdmcleod / magpie-layer

testing
Apache License 2.0
0 stars 12 forks source link

feature request: extra functionality #2

Open andrewdmcleod opened 7 years ago

andrewdmcleod commented 7 years ago

test mtu - udp and tcp (with ping params?)

javacruft commented 7 years ago

iperf does quite a good job at testing performance and reporting on mtu; each unit could setup an iperf -s -m and then all peers to contact each other to assess performance.

trick is letting them do it all at the same time might ddos things... so maybe and extra action to run this test.

andrewdmcleod commented 7 years ago

could potentially use juju leadership to ensure only one runs at a time, or build it into the interface