Skip to content

Instantly share code, notes, and snippets.

@poppen
Last active December 15, 2015 02:09
Show Gist options
  • Select an option

  • Save poppen/5185141 to your computer and use it in GitHub Desktop.

Select an option

Save poppen/5185141 to your computer and use it in GitHub Desktop.
iperf_on_server.sh
#!/bin/sh
rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
yum -y install iperf
iperf -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment