I have been using apache Jmeter for evaluating HTTP performance and scale testing, but there are two problems I can see here:
JMeter in GUI mode is too slow and I am unable to ramp up to more than 100 connections per client. I had to switch to CLI mode and increase heapspace for JVM to more than 95% of my RAM to scale up to 500 parallel connections. However, this is not significant and I am looking out better ways to improve this.
I am not finding appropriate JMeter listeners which can plot write throughput and read latencies (TTFB) for different variety of file sizes? Is there a better listener or Is there a better tool for me to use to improve on performance and measuring throughput and latencies?
Your valuable suggestions will be of great help!!
Thanks in advance!