Platform REST Endpoints
Platform
The Platform resource provides a set of endpoints for managing the JVMs and operating systems on which Coherence cluster members run. Use this resource to access operational information. JVM Memory data can be aggregated across all cluster members or it can be viewed for each cluster member. When querying GarbageCollectorMXBean or MemoryPoolMXBean, use the appropriate attribute names in the path for the GC used by the JVM. As examples, we documented Parallel GC (PS) and G1 GC (G1).
- View Aggregated Platform Memory
- Method: getPath:
/management/coherence/cluster/platform/memory
- View Compressed Class Space Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/compressedClassSpace
- View G1 Codecache Manager Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1CodeCacheManager
- View G1 Eden Space Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1EdenSpace
- View G1 Metaspace Manager Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1MetaSpaceManager
- View G1 Non-profiled Methods Code Heap Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1CodeHeapNonNMethods
- View G1 Old Gen Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1OldGen
- View G1 Old Generation Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1OldGeneration
- View G1 Profiled Methods Code Heap Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1CodeHeapProfiledNMethods
- View G1 Survivor Space Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1SurvivorSpace
- View G1 Young Generation Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/g1YoungGeneration
- View JVM Memory Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/memory
- View Metaspace Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/metaSpace
- View OS Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/operatingSystem
- View PS Code Cache Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/codeCache
- View PS Eden Space Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/psEdenSpace
- View PS Mark Sweep Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/psMarkSweep
- View PS Old Gen Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/psOldGen
- View PS Scavenge Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/psScavenge
- View PS Survivor Space Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/psSurvivorSpace
- View Runtime Information
- Method: getPath:
/management/coherence/cluster/members/{memberIdentifier}/platform/runtime