This simple project provides a way to efficiently calculate the actual memory use of any Java object. The class makes use of the JVMs own instrumentation support to calculate the object memory use in a portable way.
Features
- Uses the JVM instrumentation to correctly and portably obtain memory use of Java objects
- Support "deep" memory use, i.e. the size of a whole object graph
- Internally built for optimum performance caching class related information
- Internal caches do not prevent class unloading and are automatically cleared as classes are unloaded
Categories
LibrariesLicense
Apache License V2.0Follow jMemoryUse
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of jMemoryUse!