I want to measure CPU and Memory usage of my server during load test using Jmeter. For this i added "jp@gc - PerfMon Metrics Collector" listener with my scripts in jmeter GUI and configured jmeter perfmon plugin in my server. I got the graph in jmeter GUI correctly without any errors.
Now i want to run my same jmeter script via Maven and jenkins for continuous Integration (Without opening jmeter GUI).
My question is, How can i see the CPU and memory usage of the server in graph without opening jmeter GUI after test execution completes.
Is it possible to generate CPU and Memory graph once my test script completes execution in Jenkins? If so please guide me how to do this.