Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add buffer pools to System Performance tool #72

Open
AFaust opened this issue Apr 15, 2017 · 0 comments
Open

Add buffer pools to System Performance tool #72

AFaust opened this issue Apr 15, 2017 · 0 comments

Comments

@AFaust
Copy link
Contributor

AFaust commented Apr 15, 2017

FEATURE / ENHANCEMENT

Any custom / 3rd party feature added to Alfresco that is based on Java code may at any point make use of Java NIO features for direct memory allocation or mapped byte buffers, which will not be tracked via the current heap monitoring graph. I personally have developed a custom caching solution that supports off-heap storage of cache entries. Memory used by off-heap storage is currently not shown anywhere in the System Performance tool, and even standard monitoring tools may not show it by default (e.g. jvisualvm requires an additional plugin to show buffer pools). Since the information is available via a local MBean we should be able to easily access and display the metrics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant