2

I want to monitor some Windows Services with either perfino or Zipkin. Does anyone know if that is possible?

Cheers.

Liso
  • 195
  • 5
  • 15

1 Answers1

2

As long as you have the ability to specify VM parameters, you can add the monitoring agent, regardless of the whether the JVM is started as a Windows service. For perfino, that VM parameter is

-javaagent:[path to perfino.jar]
Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102