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

Remote control does not work #259

Closed mrubin closed 5 years ago

mrubin commented 5 years ago

I have manually built the agent .so on linux from the latest code on the repo. Using the "remote control" functionality has never worked for me. I run echo status | nc 127.0.0.1 10001 and get no output. How can I debug this? Thank you.