How to get metric list using command line tools
search cancel

How to get metric list using command line tools

book

Article ID: 187852

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

Following warning was occurred. It seems metric clamp was exceeded.
Are there any ways to know the current metric list?
 
04/01/20 10:00:00.000 AM JST [WARN] [PO:WatchedAgentPO Mailman 1] [Manager.Agent] 
 The Agent ABC is exceeding the per-agent metric clamp (current=50300, max=50000). 
 New metrics will not be accepted
 

Environment

Release : 10.7

Resolution

SmartStorTools can export metric list to CSV file. 
 
Windows:
  SmartStorTools.bat dump <source directory> <destination directory>
 
UNIX:
  SmartStorTools.sh dump <source directory> <destination directory>
 
You can refer to SmartStor Tool Commands to check the details.