We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application
From the java perspective, you can use jconsole or write your own code to monitor the memory usage.