RESTful Microservice for generating CPU load. Utilizes the Wildfly Swarm JEE Microprofile container
10K+
This application exposes a simple REST endpoint to execute a CPU intensive test. This docker image can be used for generating arbitrary CPU load. Load is generated by multiplying a BigInteger N iterations. The application load generator is a simple microservice, exposed via a RESTful API. The microservice utilizes Wildfly Swarm and the JEE Microprofile.
By default, the Docker image will set the Wildfly Swarm port to 9999, and to run the image, execute the following command:
You can change the Wildfly Swarm (server) port at runtime with:
You can find the Java application source code including the Dockerfile used to build this image on Github @ https://github.com/jmb12686/microservice-loadtest
Content type
Image
Digest
Size
143.8 MB
Last updated
over 8 years ago
docker pull jmb12686/loadtest-microservice