DX Application Performance Management

  • 1.  Can someone list the items which APM can monitor for an application?

    Posted Sep 08, 2017 03:53 AM

    Team,

     

    I am looking for the list of items or things which can be monitored by APM 

     

    Regards,

    Jithendar



  • 2.  Re: Can someone list the items which APM can monitor for an application?

    Broadcom Employee
    Posted Sep 08, 2017 03:54 AM

    The compatibility guide has those details.



  • 3.  Re: Can someone list the items which APM can monitor for an application?



  • 4.  Re: Can someone list the items which APM can monitor for an application?

    Broadcom Employee
    Posted Sep 08, 2017 05:08 AM

    Hello Jithendar

     

    It is basically two types of application it can monitor

    1: Java based application > by Java agent

    2: .net based application > by .net agent

    Addition to that   the is one more agent called epagent  which basically used for  customized application monitoring .

    For version and application  name you can refer  compatibility guide which my colleagues has already given

    Below is the link for APM latest version documentation

    CA Application Performance Management - CA Application Performance Management - 10.5 - CA Technologies Documentation 

     

    This will give you idea how to monitor them and what you will get as metrics 

    Hope this will help you .

     

    Thanks

    Olympia



  • 5.  Re: Can someone list the items which APM can monitor for an application?

    Posted Sep 08, 2017 06:08 AM

    Team,

     

    Thanks for the response. I was wrong. " My query is What are the attributes can be monitored by CA APM?"

    I know below attributes can be monitored

    Url availability

    Synthetic transactions

    JVM Utilization at application level

    Number of active users

    Database availibility

    Database performance

    CPU utilization

    Space Utilization

    network latency

    I want to know full list?

     

    Regards,

    Jithendar



  • 6.  Re: Can someone list the items which APM can monitor for an application?
    Best Answer

    Broadcom Employee
    Posted Sep 08, 2017 06:10 AM

    Hi Jithendar,

    I agree, the Compatibility guide includes all the applicaitons we monitor and support.

    However, if you are looking for more information about the metrics and type of information each solution/extension provides, you would you need to check the documentation, however this informaiton is might not be easy to find , below is a quick summary list of links,

    I hope this helps,

    Sergio

     

    ---------------

    Java
    the agent has been certified with only a set of specific appservers, however, as long as core environment (JVM version,OS) are supported and issue is not specific to monitored application or code compatibility, the agent should be able to monitor the app.

    https://docops.ca.com/ca-apm/10-5/en/implementing-agents/build-and-manage-agents/list-of-bundles

    ProbeBuilder Directives - CA Application Performance Management - 10.5 - CA Technologies Documentation 

     

    SOA:
    -TIBCO BW: https://docops.ca.com/ca-apm/10-5/en/extending/service-oriented-architecture-platform/monitor-tibco-businessworks
    -OSB: https://docops.ca.com/ca-apm/10-5/en/extending/service-oriented-architecture-platform/monitor-oracle-service-bus
    -TIBCO EM: https://docops.ca.com/ca-apm/10-5/en/extending/service-oriented-architecture-platform/monitor-tibco-enterprise-message-service
    -WebMethod Broker: https://docops.ca.com/ca-apm/10-5/en/extending/service-oriented-architecture-platform/monitor-webmethods-broker
    -WebMethod Integration Server: https://docops.ca.com/ca-apm/10-5/en/extending/service-oriented-architecture-platform/monitor-webmethods-integration-server

     

    .NET
    https://docops.ca.com/ca-apm/10-5/en/implementing-agents/net-agent

    Customize Default .NET Agent PBD Data Collection - CA Application Performance Management - 10.5 - CA Technologies Docume… 

     

    Sharepoint:
    https://docops.ca.com/ca-apm/10-5/en/extending/microsoft-sharepoint/sharepoint-metrics

     

    EPagent
    using bundled plugins
    https://docops.ca.com/ca-apm/10-5/en/implementing-agents/ep-agent/epagent-default-plug-in-metrics

     

    NodeJS
    https://docops.ca.com/ca-apm/10-5/en/implementing-agents/node-js-agent/monitor-node-js-applications

     

    PHP
    https://docops.ca.com/ca-apm/10-5/en/implementing-agents/php-agent/monitor-php-applications

     

    agentless Docker Monitor
    https://docops.ca.com/ca-apm/10-5/en/implementing-agents/ca-apm-agentless-docker-monitor-and-container-flow-map/container-metrics

     

    Browser: web page load performance metrics and events.
    https://docops.ca.com/ca-experience-collector/en/using/monitor-browser-performance-and-events

     

    MQ
    https://docops.ca.com/ca-apm/10-5/en/extending/ibm-websphere-mq/metrics-reference

     

    Oracle database
    https://docops.ca.com/ca-apm/10-5/en/extending/oracle-database-monitoring/apm-for-oracle-databases-metrics

     

    Webservers
    https://docops.ca.com/ca-apm/10-5/en/extending/web-server-monitoring/ca-apm-for-web-servers-metrics

     

    ChangeDetector
    https://docops.ca.com/ca-apm/10-5/en/extending/changedetector/apm-changedetector-metrics

     

    TIM/CEM
    Measures response time, throughput, and availability of any Web site.
    https://docops.ca.com/ca-apm/10-5/en/administrating/cem-configuration/reporting-with-cem

     

    APM Extensions / Fieldpacks:
    http://marketplace.ca.com/shop/ca/?cat=29

     

    Mainframe/SYSVIEW
    https://docops.ca.com/ca-cross-enterprise-application-performance-management/10-5/en/getting-started/about-ca-cross-enterprise-apm

     

    Siteminder/SSO
    https://docops.ca.com/ca-apm-for-sso/13-1/en/metrics



  • 7.  Re: Can someone list the items which APM can monitor for an application?

    Broadcom Employee
    Posted Sep 08, 2017 07:36 AM

    Java and .NET monitoring work based on detecting class/method execution with particular signature, so anything that is executing can be monitored, and some intelligence in the agents to monitor things that look interesting/useful to the application.

    Also there can be custom code deployed in the agent to interact with application API to get other data, that is a potential large area for extension.

    EPAgent can virtually report anything, it is a vessel to run script, Java plugins and can also receive data through HTTP/REST and network data (XML)

    There is also Node.JS and PHP monitoring productized.

     

    So the answer to the full list is, it is very full in possibility but what comes out of the box is different.

    It is better to tell us what sort of application/frameworks you intend to monitor, then we can tell you what should come out of the box, and what would need further customization.