improvs
[anna.git] / example / diameter / launcher / deployments / st-client / run_all.sh
index 036a42a..7849166 100755 (executable)
@@ -20,18 +20,23 @@ do
 done
 echo
 wait $(jobs -p)
-echo "$(pgrep ADML- | wc -l) instances alive !"
-echo
-echo
-echo "To enable reports dump for failed tests, execute:"
-echo "   ./operation.sh \"test|report|failed\""
-echo
-echo "To stop the processes, you could execute:"
-echo "   pgrep ADML-[0-9] | xargs kill"
-echo
-echo "When running, use script './program.sh' to configure the test cases."
-echo "To configure another layout you should execute './configure.sh'."
-echo
-echo "Done!"
+
+cat << EOF
+     $(pgrep ADML- | wc -l) instances alive !
+     $(netstat -a | grep :diameter | grep ESTABLISHED | wc -l) connections established !
+
+     To stop the processes, you could execute: pgrep ADML-[0-9] | xargs kill
+     Anyway, executing './run.sh' again you will restart the ADML instances.
+
+     Now it's time to './program.sh' the started instances with the desired
+     scenary. There are two programming variants:
+
+          ./program.sh <test stuff directory>
+          ./program.sh dynamic
+
+
+     Done!
+EOF
+
 echo