GET /
Hello DoraGET /id
The id of the instancePOST /session
Sets up the cookies for a sticky sessionPOST /stress_tester?cpu=1&io=1
Starts the stress tester with 1 cpu and 1 io processGET /stress_tester
Gets all the stress testers processesDELETE /stress_tester
Kill all the stress testers processesGET /find/:filename
Finds a file in your instanceGET /sigterm
Displays all possible sigtermsGET /delay/:seconds
Waits for n secondsGET /sigterm/:signal
Sends the specfied signalGET /logspew/:bytes
Spews out n bytes to the logsGET /echo/:destination/:output
Echos out the output to the destinationGET /env/:name
Prints out the env variable
- Get your sticky session by running:
curl -d '' dora.yourdomain.com/session -c instance_1
- Run with a different filename for each instance, and repeat the curl command until you get a new ID
curl -d '' dora.yourdomain.com/session -c instance_2
- Then you can target whatever instance you want for example:
curl dora.yourdomain.com/stress_tester -b instance_2