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
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of jMemoryUse!