etsy / statsd-jvm-profiler

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

Statsd-jvm-proiler configuration #51

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi guys we are passing statsd-jvm-proiler as a Java agent. 3 profilers : memory metrics, CPU tracing & CPU load metrics are enabled out of which only the first 2 are working but the 3rd one is showing as '0' thats means no stats are being shown for that. The code is: 2.1.1. jar=server=localhost,port=8125,prefix=applicationname, profilers=MemoryProfiler:CPUTracingProfiler:CPULoadProfiler -jar......

The application which we are using is a Microservices application.

Java version is 8

Kindly help out with this. Thanks in Advance.