-1

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...
Dominique
  • 16,450
  • 15
  • 56
  • 112

1 Answers1

0

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

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102