DX Application Performance Management

  • 1.  Turn off dynamic reading of directives

    Posted Apr 19, 2016 10:17 AM

    Is there a way to not reload the directives for any change to this line in the agent profile? Or with changes to the pbl?

    introscope.autoprobe.directivesFile=../wilyprobe/websphere-typical.pbl

     

    We want to be able to stage our change to the profile and not take affect until the maintenance window.



  • 2.  Re: Turn off dynamic reading of directives

    Broadcom Employee
    Posted Apr 19, 2016 01:20 PM

    You'll want to disable dynamic instrumentation, not change the directivesFile property.



  • 3.  Re: Turn off dynamic reading of directives
    Best Answer

    Posted Apr 19, 2016 01:42 PM

    stevethede

     

    You can turn of dynamic instrumentation here in the IntroscopeAgent.profile file

     

    #######################

    # Dynamic Instrumentation Settings

    # =================================

    # This feature enables changes to PBDs to take effect without restarting the application server or the agent process.

    # This is a very CPU intensive operation, and it is highly recommended to use configuration to minimize the classes that are

    # being redefined.PBD editing is all that is required to trigger this process.

     

     

    # Enable/disable the dynamic instrumentation feature.

    # You must restart the managed application before changes to this property take effect.

    introscope.autoprobe.dynamicinstrument.enabled=true

     

    There are more properties here but that would be upto you to review them and enable/disable them as you wilsh

     

    Hiko_Davis

    Please verify my feedback in case I am wrong.

     

    Thanks
    Manish



  • 4.  Re: Turn off dynamic reading of directives

    Broadcom Employee
    Posted Apr 19, 2016 01:42 PM

    That's correct