Browsed by
Category: Linux

Ubuntu 14.04 iperf3 Upstart Script

Ubuntu 14.04 iperf3 Upstart Script

I had a requirement for running an iperf3 server in daemon mode. This needed to survive server reboots, and therefore start automatically at boot. This example might help network engineers that have limited linux skills (like myself). I took this example from DigitalOcean, but for the stopping of the service to work properly I had to add expect fork to the code. You’ll first need to install iperf3 on the machine. Once iperf3 is installed place the following code in…

Read More Read More