View JVM Memory Information
get
/management/coherence/cluster/members/{memberIdentifier}/platform/memory
Use this endpoint view JVM memory statistics for a specific cluster member.
Request
Path Parameters
-
memberIdentifier(required): string
An identifier of the member, it can either be the name or the nodeId of the member.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns JVM memory information
Root Schema : jvmMemory
Type:
Show Source
object
-
domain:
string
Read Only:
true
Allowed Values:[ "java.lang" ]
The domain of the MBean -
heapMemoryUsage:
object heapMemoryUsage
Read Only:
true
-
location:
string
Read Only:
true
The location of the MBean server -
member:
string
Name of the cluster member
-
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
nonHeapMemoryUsage:
object nonHeapMemoryUsage
Read Only:
true
-
objectPendingFinalizationCount:
integer(int64)
Read Only:
true
-
subType:
string
Read Only:
true
Allowed Values:[ "Memory" ]
The sub-type of the MBean -
type:
string
Read Only:
true
Allowed Values:[ "Platform" ]
The type of the MBean