etsy / statsd-jvm-profiler

Simple JVM Profiler Using StatsD and Other Metrics Backends
MIT License
330 stars 93 forks source link

Add runtime metric for GC #9

Closed stieg closed 9 years ago

stieg commented 9 years ago

This adds the runtime metric for GC portion of the memory profiler. This is useful for longer running process to more see the runtimes of GC across samples as opposed to just the summation of the gc time.

Didn't see any relative docs to change and didn't see any tests that could use updating. Change is pretty trivial.

ajsquared commented 9 years ago

Looks great, thanks!