Skip to content

Commit

Permalink
Stress application fix to remove the quiet flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
herve4m committed Oct 30, 2019
1 parent dfaa09a commit 6459e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6459e50

Please sign in to comment.