Add Ericsson Sy selector for sniffing (disect selector for tshark)
[anna.git] / example / diameter / launcher / deployments / st-client / program.sh
index 84c66e9..fb31cca 100755 (executable)
@@ -110,6 +110,9 @@ else
     rate_per_instance=$((desired_rate/$ADML_INSTANCES))
     [ $rate_per_instance -lt 1 ] && rate_per_instance=1
     ./operation.sh "test|ttps|$rate_per_instance"
+  else
+    echo "Remember that you could start traffic using:"
+    echo "   ./operation.sh \"test|ttps|<test cases per second rate>\""
   fi
 fi