问题
I need to profile jetty server on linux system, for it I've started jetty using next command line JAVA_OPTIONS='-Xrunjprofiler' sh jetty.sh start
and received error Could not find agent library on the library path or in the local directory: jprofiler, How can I added library path on linux?
Thanks.
回答1:
try adding the Jprofiler to the PATH. I hope it works.
来源:https://stackoverflow.com/questions/4541857/using-jprofiler-on-linux