Test Scenarios
Click any test to run it against the live app. Results appear in the dashboards within seconds.
CPU Burn
Maxes out CPU for ~15 seconds to simulate heavy computational load.
jvm_cpu_recent_utilization_ratioMemory Allocation
Allocates 2M+ array elements to trigger memory pressure and garbage collection.
jvm_memory_used_bytesThread Stress
Spawns 200 sleeping threads plus 1 CPU-intensive thread.
jvm_thread_countTraffic Burst
Generates 100 concurrent requests to simulate a traffic spike.
http_server_request_duration_seconds_countSlow Request
Executes a request that takes 5 seconds to complete.
http_server_request_duration_secondsGenerate Error
Throws an exception to test error tracking and log aggregation.
http_response_status_code=500Log Generation
Generates INFO, WARN, and ERROR logs to demonstrate log aggregation.
INFO, WARN, ERROR