Skip to content

JVMTI Agent to contol and take action on target GC cycle

Notifications You must be signed in to change notification settings

prakaashkpk/JVMTI-GCAgent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample JVMTI Agent to trigger external client/script if the GC Pause time is more than the idle time.

##Future Plans:

  1. Add scripts to collect vmstat, top, tprof
  2. Validate system resources by understanding vmstat, top output
  3. Reduce overhead of agent(if possible by < 5%)

About

JVMTI Agent to contol and take action on target GC cycle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • Makefile 4.0%
  • Shell 0.3%