javamemoryusage

API Name

javamemoryusage

Description

Displays the Java memory usage data for the HTML, AIS, and RTE Servers.

REST Methods

GET

Precondition

Server Manager and Agent must be running.

Input Params

instanceName Note (Release 9.2.4.3): Add these additional parameters if there are duplicate instance names: agentHostName, jdeHome.

Sample Request

This is the sample request if you have multiple instance names: https://jdesmc.example.com:8998/manage/mgmtrestservice/ javamemoryusage?instanceName=tqa_923_lnx_jas_jdejas_ 21502&agentHostName=jdejas.example.com&jdeHome=/slot/oracle/jde_agent_jas/SCFHA

Return

HTTP status 200 is returned.

Sample Response

Standalone{ "javaMemoryUsage":[{" nodeName ":"singleton", "heapMemoryUsed":"146627000", "committedHeapMemory":911736832", "maximumAllowedMemory": "954728448" } ]}Cluster{ "javaMemoryUsage": [ { " nodeName ": "VC_MS1", "heapMemoryUsed":"106951784", "committedHeapMemory":"157810688", "maximumAllowedMemory": "239075328" }, { " nodeName ":"VC_MS2", "heapMemoryUsed": "107283504", "committedHeapMemory":"142606336", "maximumAllowedMemory":"239075328" } ]}

Exception

Throws an exception if the operation fails for any reason.