X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FDEPLOY.sh;h=ceb04b17ac60f063ae26244c04cb01c75c861e45;hb=9cf0513932fb41804095983e065e48aee078dfc7;hp=80c9f96c44a72bcb51e91cbc38c0514987d1e0dd;hpb=226eec72ef6510cad247f4c553daf6d1d93a149c;p=anna.git diff --git a/example/diameter/launcher/DEPLOY.sh b/example/diameter/launcher/DEPLOY.sh index 80c9f96..ceb04b1 100755 --- a/example/diameter/launcher/DEPLOY.sh +++ b/example/diameter/launcher/DEPLOY.sh @@ -55,10 +55,10 @@ EXE=$exe STARTED=\`pgrep \$EXE 2>/dev/null\` [ \$? -eq 0 ] && { echo "Already started!"; echo "\$STARTED" ; exit 1 ; } ./pre-start.sh -0> launcher.traces +0> launcher.trace rm -f counters/* # Execution line: -./\$EXE -cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)& +./\$EXE --cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)& echo \$! > .pid EOF @@ -118,7 +118,7 @@ then echo echo " (a)dvanced version: includes burst management script and templates for different scenarios. Automatic configuration during start." echo " (b)asic version: 4 types of launcher (client, server, balancer, dummy), lightly configured and managed through SIGURS2 method." - echo " (f)unction test client: special client with regexp scheduler script based on splitted traffic logs." + echo " (f)unction test client: special client with regexp scheduler script based on splitted traffic logs. Requires a server to perform the tests." echo echo "Input option [b]:" read option