Hello,
I have a Weblogic server with jvm.runtime configured as JVMRuntime (not JRockitRuntime) as the server is using Sun JVM (again, not JRockit).
However, JVM Total Memory metric is not showing in Weblogic plugin (see attached image).
Perhaps it may be related to having different metrics with the same alias in hq-plugin.xml included.
[...]
<metric name="JVM Total Memory"
alias="TotalMemory"
template="${JVMRuntime}:HeapSizeCurrent"
category="UTILIZATION"
units="B"
collectionType="dynamic"/>
[...]
<metric name="JVM Total Nursery Size"
alias="TotalMemory"
template="${JVMRuntime}:TotalNurserySize"
category="UTILIZATION"
units="B"/>
[...]
Please, is there a workaround to show this?
Thank you.
I have a Weblogic server with jvm.runtime configured as JVMRuntime (not JRockitRuntime) as the server is using Sun JVM (again, not JRockit).
However, JVM Total Memory metric is not showing in Weblogic plugin (see attached image).
Perhaps it may be related to having different metrics with the same alias in hq-plugin.xml included.
[...]
<metric name="JVM Total Memory"
alias="TotalMemory"
template="${JVMRuntime}:HeapSizeCurrent"
category="UTILIZATION"
units="B"
collectionType="dynamic"/>
[...]
<metric name="JVM Total Nursery Size"
alias="TotalMemory"
template="${JVMRuntime}:TotalNurserySize"
category="UTILIZATION"
units="B"/>
[...]
Please, is there a workaround to show this?
Thank you.