Perfino agent failed to start on linux machine

53 Views Asked by At

I tried to start perfino agent on linux machine using various ways. I also followed recommended instruction from perfino more times. It still failing. Please help me. Please see below error.

[root@localhost ~]# -javaagent:perfino.jar=server=192.168.9.30,name=TestLinux,group=MAIN
bash: -javaagent:perfino.jar=server=192.168.9.30,name=TestLinux,group=MAIN: command not found...
1

There are 1 best solutions below

3
Ingo Kegel On

The "-javaagent..." string you are trying to execute directly is a VM parameter that you have to add to your java invocation.