cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I monitor a .NET Windows Service?

steven_francis
Participant

I have a Windows Service written in .NET running on a machine with the OneAgent installed. I can see the host and name of the service .EXE but cannot see any of the internals / processing or any of the external calls it makes.

What do I need to do to be able to see the purepaths within?

Cheers

Steve

1 REPLY 1

nj_njoku
Inactive

Hi Steven,

You will need to make sure that the service .EXE is deep instrumented and if no services are detected out of the box, you will have to create custom services by defining the entry point class/method for transactions into the windows service. See link on how to set this up.

Hope This Helps

NJ

Featured Posts