Example usage for Java java.lang.management BufferPoolMXBean fields, constructors, methods, implement or subclass
The text is from its open source code.
long | getCount() Returns an estimate of the number of buffers in the pool. |
long | getMemoryUsed() Returns an estimate of the memory that the Java virtual machine is using for this buffer pool. |
String | getName() Returns the name representing this buffer pool. |
long | getTotalCapacity() Returns an estimate of the total capacity of the buffers in this pool. |