We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0284ea3 commit dfaa09aCopy full SHA for dfaa09a
php-scale/index.php
@@ -0,0 +1,3 @@
1
+<?php
2
+ print "I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
3
+?>
stress/Dockerfile
+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
0 commit comments