Analyzing JMeter Application Performance Results(apmblog.dynatrace.com)
apmblog.dynatrace.com
Analyzing JMeter Application Performance Results
http://apmblog.dynatrace.com/2016/04/20/analyzing-jmeter-application-performance-results/
2 comments
Step one should have been - dump jmeter for gatling. End of post about visualization
It looks like JMeter itself has been updated recently which is nice.
It's always been one of those tools I hate using but can't live without because it's job so well.
It's always been one of those tools I hate using but can't live without because it's job so well.
I find JMeter's UX and documentation impenetrable. Every time I've sat down and tried to use it I've basically given up and just ended up writing some custom code to run load and soak tests.
Did you try to use it or did you go through a tutorial? I find going through a tutorial on it was necessary, you aren't going to learn via intuitiveness. Once you "get" it it's pretty good.
I'd love a version that worked better with source control though.
I'd love a version that worked better with source control though.
that worked better with source control though.
How so?
How so?
Merging is always hard in any machine generated file. I'd prefer to drive it with a proper script rather than the current ui generated xml file.
I agree with that. JMeter's specific XML structure is GROSS. sibling elements when it really represents a parent/child relationship, etc...
I had forgotten about all that grossness.
I had forgotten about all that grossness.