I have a application that is deployed on tomcat container.
I’m running the jmeter load (x threads with HttpRequests).
then I’m looking on TPS, latencies, cpu, and memory (through jmx).
I’m looking for a automatic way to do all this, and may be better.
Any good references, blogs, articles, maybe some github sources is appresiated
You’d really need to be more specific about what you would like to automate, running the test, analyzing the results, monitoring your AUT or?
That said, you could try this: https://github.com/oliverlloyd/jmeter-ec2. This will automate test execution using remote hosts which can be useful to some people in some scenarios.