JDK-6606598 : (bf) Support monitoring of direct and mapped buffer usage
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-09-19
  • Updated: 2017-05-16
  • Resolved: 2008-03-31
Related Reports
Duplicate :  
Relates :  
Description
Resources associated with direct and mapped buffers are difficult to monitor. It would be highly desirable to augment the monitoring & management support in the platform to include support for monitoring direct and mapped buffers.

Comments
EVALUATION We have define java.nio.BufferPoolMXBean for exactly this purpose. This allows jconsole or any JMX tool to monitor the usage of both direct and mapped buffers.
19-09-2007