Herve Quatremain
2019-10-30 6459e5007e2cdd86315c6cab6b42e6f6499a6ec0
Stress application fix to remove the quiet flag.
1 files modified
2 ■■■ changed files
stress/Dockerfile 2 ●●● patch | view | raw | blame | history
stress/Dockerfile
@@ -1,3 +1,3 @@
FROM registry.access.redhat.com/rhscl/httpd-24-rhel7
CMD ab -dSqrk -c 20 -n 50000000 http://${SCALE_SERVICE_HOST}:${SCALE_SERVICE_PORT}/index.php
CMD ab -dSrk -c 20 -n 50000000 http://${SCALE_SERVICE_HOST}:${SCALE_SERVICE_PORT}/index.php