Performance testing a Luminus application
masterYou can stress test your Luminus application using Apache Benchmark (ab) and monitor resource usage using standard Java profiling tools.
Stress Testing: Run the following command to send 1000 requests with a concurrency of 10:
ab -c 10 -n 1000 http://127.0.0.1:3000/Resource Monitoring:
Attach jconsole or jvisualvm to the running Luminus server process to inspect CPU and memory usage.