cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JVM Heap Used percentage

dambala_rosyla1
Participant

Hi Team,

We want to show a metric "JVM memory heap used percentage" in dashboard. I could see " JVM runtime free memory" and "JVM runtime total memory" metrics are already available in Dynatrace. Can you please suggest if we can use a simple formula to get JVM memory heap used percentage.

Regards,

Rosyland

3 REPLIES 3

ChadTurner
DynaMight Legend
DynaMight Legend

I dont see the ability to do that, I would recommend tossing in a RFE requesting that functionality and hopefully it will be built into a future release!

-Chad

The JVM Heap Used percentage can be achieved in Data Explorer.

https://www.dynatrace.com/support/help/shortlink/explorer-advanced-query-editor#expressions

T.Shirai IIM Corp. Osaka Japan

Hello @Shirai

I require your help in determining the percentage of memory pool utilized for the following:

 

((builtin:tech.jvm.memory.pool.committed:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),softwareTechnologies(~"IBM_INTEGRATION_BUS~")"))))):splitBy("dt.entity.process_group_instance"):max:sort(value(max,descending))) / (builtin:tech.jvm.memory.pool.used:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),softwareTechnologies(~"IBM_INTEGRATION_BUS~")"))))):splitBy("dt.entity.process_group_instance"):max:sort(value(max,descending)))) * (100)

 

Regards,

Babar

Featured Posts