List of Agents off from APM
search cancel

List of Agents off from APM

book

Article ID: 274552

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Is there a way to export all monitored Agents  from CA APM?

Environment

Release : 10.7.0

Cause

Documentation

Resolution

APM Built-in Tool - Command Line Workstation

The CLW requires JVM 1.7 or later

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/application-performance-management/10-7/using/apm-command-line-workstation.html

Use the 'List Agents", the List Agents command lists one or more agents that are connected to the Enterprise Manager. You supply a regular expression that determines which agents are listed.

Syntax
list agents matching <REGULAR EXPRESSION>

Example
list agents matching (.*)

This command lists all agents that are connected to the Enterprise Manager.

Output
Each agent is listed, prefixed by its Host and Process. Virtual agents are included in the list. For example:
Example|Weblogic|WebLogicAgent
Custom Metric Host (Virtual)|Custom Metric Process (Virtual)|Custom Metric Agent (Virtual)

 


 Run CLW commands from <EM_Home>/lib directory.


java-Xmx128M -Duser=<user> -Dpassword=<password> -Dhost=<host>
 -Dport=5001 -jar CLWorkstation.jar list agents matching (.*)

You can direct command output to a file, as appropriate.