Skip to content

Tracks object creation in JVM in realtime and enables analytics through Elasticsearch

Notifications You must be signed in to change notification settings

JigarJoshi/jvm-objects-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JVM Object Inspector

This is an experimental project, it reports realtime user object creation in JVM and indexes it into Elasticsearch, Purpose of the project is to identify memory leak and study object life cycle for any app

Note:

  • It is based on heapTracker example from JDK
  • do NOT use it in production

Setup

Client

  • build the native agent
  • compile boot class
  • start JVM with agentlib and add extra class to bootclasspath

Server

  • configure & start the server

About

Tracks object creation in JVM in realtime and enables analytics through Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published