I am using jasper server 6.2.0 and I am trying to test load on jasper server with jMeter with 100 to 1000 requests with production environment in mind, but I am getting very poor response with around 80 to 90% errors.
How should I configure jasper server for production environment?
What parameters should I take into consideration?
1 Answer:
Posted on July 8, 2016 at 8:46pm
Monitor your application server CPU and memory usage. Be sure they are sufficient.
Another thing to monitor is database performance. Be sure data fetch time is within acceptable limit.
We actually developed our own server instead of using JasperReports Server because we needed very high performance.