DX Application Performance Management

 View Only
  • 1.  How to suppress jsession ids created on Introscope ?

    Posted Jun 10, 2015 09:51 AM

    I have entered the URL for one of the service under URL Groupings in Introscope.profile file. But due to that, hundreds of jsession ids are created on Introscope which can possibly be the cause of CPU going high.

     

    How shall I suppress the jsession ids created on Introscope ?



  • 2.  Re: How to suppress jsession ids created on Introscope ?

    Broadcom Employee
    Posted Jun 10, 2015 11:58 AM

    Please post you URL grouping here.



  • 3.  Re: How to suppress jsession ids created on Introscope ?

    Posted Jun 10, 2015 04:20 PM

    Introscope.agent.url.group=/view/annuity-doc-viewer/

     

    I dont remember the exact keywords before = but they are by default mentioned in the profile file so didnt change that.



  • 4.  Re: How to suppress jsession ids created on Introscope ?
    Best Answer

    Broadcom Employee
    Posted Jun 10, 2015 04:31 PM

    Hi,

     

    there should always be 2 lines for each entry:

    introscope.agent.urlgroup.keys=images,servlets,index,other,default

    introscope.agent.urlgroup.group.images.pathprefix=/PlantsByWebSphere/images

    introscope.agent.urlgroup.group.images.format=images

    introscope.agent.urlgroup.group.servlets.pathprefix=/PlantsByWebSphere/servlet

    introscope.agent.urlgroup.group.servlets.format={path_delimited:/:5:6}

    introscope.agent.urlgroup.group.index.pathprefix=/PlantsByWebSphere/index.html

    introscope.agent.urlgroup.group.index.format=index.html

    introscope.agent.urlgroup.group.other.pathprefix=/PlantsByWebSphere/*

    introscope.agent.urlgroup.group.other.format=other

    introscope.agent.urlgroup.group.default.pathprefix=*

    introscope.agent.urlgroup.group.default.format=Default

     

    pathprefix defines the pattern to match against the URL, format how the metric name is formatted. It probably defaults to the full URL (including the JSESSION query parameter) if not specified.

     

    See https://wiki.ca.com/display/APMDEVOPS97/Configure+URL+Groups

     

    Ciao,

    Guenter