jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

option format for agent #262

Open computinglife opened 4 years ago

computinglife commented 4 years ago

Hi,

Nice tool. Ran perfectly fine.

I was however unable to pass options successfully.

Running this command -

java -agentpath:/root/liblagent.so=interval=7,logpath=output.hpl,start=0 -jar /root/tryme.jar

Produces the output below and the log file is auto generated. the start option too is ignored.

WARN: Unknown configuration option: logpath=output.hpl,start=0

What am i doing wrong?

Thanks Arun