-consolidate sipp

-add clean_hosts
This commit is contained in:
Pi
2019-03-18 16:18:59 -04:00
parent 49fd61019b
commit c58e4852c0
7 changed files with 41 additions and 2 deletions

View 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