BBjRuntime::getMemStatString

Description

In BBj 9.0 and higher, this method returns a string containing information about the current memory usage of the JVM.

Syntax

Return Value

Method

string

getMemStatString()

Parameters

None.

Return Value

Returns a string containing information about the current memory usage of the JVM.

Remarks

When a program is stopped at the console, entering the dot command .memstat is equivalent to entering the command print BBjAPI().getRuntime().getMemStatString().

Example

print BBjAPI().getRuntime().getMemStatString()
Example Type: BBj

See Also

BBjAPI

BBjRuntime

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.