Symantec Access Management

 View Only

Collect performance metrics from Siteminder Access Gateway without APM

  • 1.  Collect performance metrics from Siteminder Access Gateway without APM

    Posted Apr 07, 2023 02:59 AM
      |   view attached

    Hi,
    for debugging I needed to get the performance metrics from the Siteminder Access Gateway.

    Unfortunately customer has not using APM.
    Checking the configuration I found that the metrics collection is managed by a java class, so I created a new java class, exporting the performance metrics in csv files.

    …\secure-proxy\tomcat\lib


    <metric-reporter name="AGReporter">

    class="com.ca.services.AGReporter"

    enabled="yes"

    agentFileName="<path>/secure-proxy/proxy-engine/logs/AgentData.csv"

    spsFileName="<path>/secure-proxy/proxy-engine/logs/SPSData.csv"

    backendFileName="<path>/secure-proxy/proxy-engine/logs/BackendData.csv"

    </metric-reporter>


    one for Siteminder agent metrics, SPS metrics and backendv metrics.

    Attachment(s)

    zip
    AGReporter.zip   8 KB 1 version