etsy / statsd-jvm-profiler

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

Disabling CPU Profiling at Runtime #4

Closed ajsquared closed 9 years ago

ajsquared commented 9 years ago

It would be useful to be able to turn this on and off on the fly.

ajsquared commented 9 years ago

The 0.7.3 release supports this feature using an embedded HTTP server. See the README for documentation; the /disable/:profiler endpoint is the one that actually performs this operation.