Is it possible to monitor other values somehow during a JMeter test? For example I may want to graph load average over time in conjunction with the test that is being run. Is it possible to do this all in a single interface (JMeter) through some listener or is it only possible if done through a separate utility? Alternatively if I can access the value I want through JMX, is there a way of accessing that value and graphing it or recording it along with the thread requests?
Basically, it would be nice if it is possible to have this be turn-key in the sense that we can do one test and have one place to record and monitor all the data and then break it apart ourselves if necessary. Thanks! -- Joshua Abts

