Maintenance Manual
show perf list classes [options]
This command lists perfmon classes.
show perf list counters class-name [options]
This command lists perfmon counters in a particular perfmon class.
show perf list instances class-name [options]
This command lists perfmon instances of a particular perfmon class.
PARAMETER class-name is the name of the perfmon class.
OPTIONS:
[cat category] shows perfmon classes for a particular category
[detail] shows detailed information
show perf query
These four commands show various perfmon queries.
COMMANDS:
show perf query class class-name
This command queries the perfmon class to show all instances and counter values of each
instance.
Most Unified IC counters display with this command. For example show perf query class
SchedulerInfo shows the the SchedulerIntervalLength, SchedulerJobsCompletedCount,
SchedulerJobsFailedCount, SchedulerJobsRunningCount, and SchedulerState.
show perf query counter class-name<counter-name, counter-name...>
This command queries a counter to show the counter value of all instances.
show perf query instance <class-name> <instance-name, instance-name...>
This command queries an instance to show its all counter values.
show perf query path path-spec, path-spec
class-name is the name of the perfmon class. Accepts a comma-delimited list of up to five
class-names. If class-name contains white space, enclose it in double quotes.
counter-name is the counter name to view. You can query a maximum of five comma-delimited
counter-names. If the name contains white space, enclose it in double quotes.
Administration Console User Guide for Cisco Unified Intelligence Center Release 8.0(3)
124
Command Line Interface
Show Commands