Count metrics with JMH
Aleksey Shipilev
aleksey.shipilev at oracle.com
Thu Mar 27 07:45:16 UTC 2014
On 03/25/2014 09:18 PM, ALex wrote:
> I can see the number of requests for time, the average time of the test,
> but do not see the average amount of CPU usage and memory usage. This
> can be done by means of JMH?
There are profilers (see -prof), but their functionality is sub-par at
this point. Anyhow, reporting CPU/memory usage is OS-specific, and so
may be out of scope for JMH.
-Aleksey.
More information about the jmh-dev
mailing list