Once I get a JMX connection to my master weblogic server, how can I retrieve the current available free memory for each of my registered servers ?
I have requested the DomainRuntimeServiceMBean and listed all its attributes and operations, but I can not found anything related to memory.
(I'm using weblogic 9.x)