cisco-perfmon-cli
Installation
SKILL.md
cisco-perfmon CLI
CLI for collecting Cisco CUCM real-time performance counters via the PerfMon SOAP API. Supports one-shot collection, session-based polling, continuous monitoring with live sparkline visualization, and multiple output formats.
Setup
Configure a cluster (one-time, interactive prompt for password — never pass credentials on the command line):
cisco-perfmon config add <name> --host <host> --username <user> --insecure
# You will be prompted securely for the password
cisco-perfmon config test
For Secret Server integration:
cisco-perfmon config add <name> --host '<ss:ID:host>' --username '<ss:ID:username>' --password '<ss:ID:password>' --insecure