-consolidate sipp
-add clean_hosts
This commit is contained in:
8
roles/sipp/files/startclient.sh
Executable file
8
roles/sipp/files/startclient.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
if pgrep sipp >/dev/null
|
||||
then
|
||||
echo "sipp is running"
|
||||
else
|
||||
cd /home/pi/sipp
|
||||
./sipp -sn uac_pcap 192.168.198.2 -bg -l 10
|
||||
fi
|
||||
9
roles/sipp/files/startserver.sh
Executable file
9
roles/sipp/files/startserver.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if pgrep sipp >/dev/null
|
||||
then
|
||||
echo "sipp is running"
|
||||
else
|
||||
cd /home/pi/sipp
|
||||
./sipp -sn uas -bg
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user