Gathering Telemetry data for dSeries (WA DE)
search cancel

Gathering Telemetry data for dSeries (WA DE)

book

Article ID: 273046

calendar_today

Updated On:

Products

ESP dSeries Workload Automation ESP dSeries Workload Automation - Business Agents (dSeries) ESP dSeries Workload Automation - Scheduler (dSeries) ESP dSeries Workload Automation - System Agent (dSeries)

Issue/Introduction

How to gather telemetry data for ESP dSeries or WA DE?

Environment

Workload Automation DE 12.3 and above

Resolution

dSeries makes telemetry data available via CLI command.  The command can be executed by in the CLI perspective in ESP dSeries Desktop Client.  The command may also be executed via standalone CLI utility or cli.bat/.sh in dSeries server install.

gettelemetrymonthlyusage [from("YYYYMM")] [to("YYYYMM")]
For example;. See data from Jan 2020 to Jan 2024
gettelemetrymonthlyusage from("202001") to("202401")
The output is saved in file on the server side:  
<deserver_install_dir>\usage\telemetry_monthly_usage_<datetime>.txt

 

Additional Information

See Techdoc link for more details.