Преглед на файлове

adjust sleep time based on app responsiveness

Grega Bremec преди 7 месеца
родител
ревизия
3a2371546e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      labs/monitoring/apps/traffic-simulator.sh

+ 1 - 1
labs/monitoring/apps/traffic-simulator.sh

@@ -4,5 +4,5 @@ while true;
 do
     siege -c20 -r1000 http://frontend-monitoring-apps.apps.ocp4.example.com/ > /dev/null &
     siege -c20 -r20 http://exoplanets-monitor.apps.ocp4.example.com/ > /dev/null &
-    sleep 30
+    sleep 10
 done