Letâs start a thread about what new in the performance and load testing tool worldâŚwhatâs the newest stuff youâve heard about, using in your job or being asked to upgrade/update?
For instance, in my world there are new updates to JMeter (v3.1 + Plugins), Dynatrace v7 is coming and some other new updates to InfluxDB and Grafana that are quite exciting.
Hi Mark
Iâm pretty new to the performance testing game but Iâve had some good success finding bugs using Neoload. (within our application, our architecture and within Neoload itself too)
Without being very technical or know a lot about architecture, I learned a whole lot of new concepts by just toying around with the tool and talking about my experiences and plans to people that are technical.
Iâm pretty happy with the learning process and the results help me daily.
What Iâve noticed is that the tool focusses on âscenariosâ, where you simulate user paths.
Seems to me like thatâd be a very one-sided way to look at performance and the usage of the tool?
Wanted to share my exp with Jmeter 3.1 when it upgraded from Jmeter 2.13
While using Jmeter 3.1, had issues with file uploading scenarios.
Had the recording done on Jmeter 2.13, with Jmeter 2.13 scenario was working, but it was getting failed in Jmeter 3.1.
With few trials and googling found that the POST HTTP request implementation Type should be JAVA where as in older Jmeter 2.13 it was left blank.
Interested to know more of Open source Tools for performance Testing.
Iâve been trying out the latest updates for analysing scheduler latency with Linux perf. We monitor Linux scheduler wakeup latency pretty closely at work and the new âtimehistâ command in v4.10 is neat.