Skip to content

Instantly share code, notes, and snippets.

@PatrickDehkordi
Last active September 9, 2016 06:56
Show Gist options
  • Save PatrickDehkordi/13b57d49157d15dfe7b6ae5662966a54 to your computer and use it in GitHub Desktop.
Save PatrickDehkordi/13b57d49157d15dfe7b6ae5662966a54 to your computer and use it in GitHub Desktop.
hping3 192.168.10.1 -i -V --udp -p 5001 -I p2p1 --flood --rand-source & \
> hping3 192.168.10.1 -i -V --udp -p 5002 -I p2p1 --flood --rand-source & \
> hping3 192.168.10.1 -i -V --udp -p 5003 -I p2p1 --flood --rand-source & \
> hping3 192.168.10.1 -i -V --udp -p 5004 -I p2p1 --flood --rand-source
taskset -c 21 iperf3 -p 5001 -f m -i 4 -V -c 192.168.10.1 -u -t 16 -b 0 & taskset -c 19 iperf3 -p 5002 -f m -i 4 -V -c 192.168.10.1 -u -t 16 -b 0 & taskset -c 17 iperf3 -p 5003 -f m -i 4 -V -c 192.168.10.1 -u -t 16 -b 0 & taskset -c 15 iperf3 -p 5004 -f m -i 4 -V -c 192.168.10.1 -u -t 16 -b 0
taskset -c 6 iperf3 -p 5001 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5002 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5003 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5004 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5005 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5006 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5007 -f m -B 192.168.10.1 -s & taskset -c 6 iperf3 -p 5008 -f m -B 192.168.10.1 -s
hping3 192.168.10.1 -i -V --udp -p 5005 -I p2p1 --flood --rand-source & hping3 192.168.10.1 -i -V --udp -p 5006 -I p2p1 --flood --rand-source & hping3 192.168.10.1 -i -V --udp -p 5007 -I p2p1 --flood --rand-source & hping3 192.168.10.1 -i -V --udp -p 5008 -I p2p1 --flood --rand-source
taskset -c 21 onload -p latency udpsend -a 5000000 -s 0 -p 60 192.168.10.1:49201
taskset -c 6 udpswallow -p 49201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment