java - How to measure CPU and memory during load test -


we using jmeter in heterogeneous environment , measure cpu , memory while producing heavy load on server our service or web application running. recommend use? there software solution (open source or commercial) available records cpu , memory usage in file or database?

thank you!

from java perspective, can use jconsole or write own code monitor memory usage.

  1. measure cpu , memory consumption of java application
  2. javasysmon on github
  3. dstat linux , perfmon windows. read more

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -