DX Application Performance Management

  • 1.  Moniter .exe files

    Posted May 21, 2013 02:04 AM
    Hi.. Everybody.

    I want to monitor multiple .exe files of an application. How can I achieve that? Please share with me.

    Thanks in advance.


  • 2.  RE: Moniter .exe files
    Best Answer

    Posted May 21, 2013 03:04 PM
    Hi Vikas,
    This is possible using the APM .NET agent
    The property to configure would be

    introscope.agent.dotnet.monitorApplications=w3wp.exe,aspnet_wp.exe, ......

    Regards
    Vijay


  • 3.  RE: Moniter .exe files

    Posted May 22, 2013 01:08 AM
    Thanks venvi for your reply.

    I will try it and update my progress soon.


  • 4.  RE: Moniter .exe files

    Broadcom Employee
    Posted May 22, 2013 12:24 PM
    This only works for IIS worker processes.

    If you want to instrument other .NET EXEs, look at the sample manifest file (SAMPLE.EXE.CONFIG) that comes with the .NET agent.

    -Hiko