BBjRuntime::getClientMemoryString
Description
In BBj 17.0 and higher, this method returns a string containing information about the current memory usage of the client JVM.
Syntax
Return Value |
Method |
---|---|
string |
getClientMemoryString() |
Parameters
None.
Return Value
Returns a string containing information about the current memory usage of the client JVM.
Remarks
When a program is stopped at the console, entering the dot command .clientmem is equivalent to entering the command print bbjapi().getRuntime().getClientMemoryString() .
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.