Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report max storage limits for JIT Data/Code Cache via JMX #5261

Merged
merged 1 commit into from Mar 26, 2019

Commits on Mar 26, 2019

  1. Report max storage limits for JIT Data/Code Cache via JMX

    	- report max storage limits of JIT Data Cache and JIT Code Cache
    	via the max value of MemoryUsage(getUsage, getPeakUsage) of
    	java.lang.management.MemoryPoolMXBean (memoryType: non-heap).
    	- report max storage limits of JIT Data Cache and JIT Code Cache
    	via the max value of MemoryUsage(GcInfo) of
    	com.sun.management.GarbageCollectorMXBean
    (GarbageCollectionNotificationInfo, getLastGcInfo).
    
    Signed-off-by: Lin Hu <linhu@ca.ibm.com>
    LinHu2016 committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    e557aaf View commit details
    Browse the repository at this point in the history