How to monitor the Java memory usage in matlab?

7 Ansichten (letzte 30 Tage)
denzil fernandes
denzil fernandes am 1 Apr. 2016
Kommentiert: Walter Roberson am 5 Apr. 2016
I have few java libraries which gets dynamically bounded to matlab at run time. Is it possible to know the memory usage of the Java libraries using matlab interface.

Antworten (1)

Dave Behera
Dave Behera am 4 Apr. 2016
  2 Kommentare
denzil fernandes
denzil fernandes am 5 Apr. 2016
Hi, I just wanted to know how the following commands would help.
rJavaObj = java.lang.Runtime.getRuntime;
rJavaObj.freeMemory
rJavaObj.totalMemory
rJavaObj.maxMemory
Will these commands help me in finding the memory used by my java instance at that particular time or please could you let me know what do these commands return exactly.
Walter Roberson
Walter Roberson am 5 Apr. 2016
If java has the memory allocated to it (totalMemory) but java is not currently using the memory for any object (freeMemory) then do you want to include it in the amount of memory that java is "using" for your purpose?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call Java from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by