How to see the memory usage of NIO buffers?

Posted by festerwim on Stack Overflow See other posts from Stack Overflow or by festerwim
Published on 2010-04-22T10:17:57Z Indexed on 2010/04/24 7:03 UTC
Read the original article Hit count: 307

Filed under:
|
|

Is there a way to see the memory usage of NIO buffers? There is the non-heap memory section in JConsole, but I do not think this includes the NIO buffers?

Operating system is Linux (Ubuntu or CentOS) if that would matter.

regards,

Wim

© Stack Overflow or respective owner

Related posts about java

Related posts about nio