소스 검색

adjust sleep time based on app responsiveness

Grega Bremec 10 달 전
부모
커밋
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