kpi-data
This command plots performance monitoring parameters on a KPI Layout graph.
Syntax
(config-system)# kpi (kpi)# graphs <Index>
(graphs-<Index>)# kpi-data <Index>
(kpi-data-<Index>/<Index>)
Command |
Description |
---|---|
Index |
Defines the table row index. |
kpi-data-color |
Defines the color (in Hex color code) of the plotted line on the graph for the performance monitoring parameter. |
kpi-data-title |
Defines the name of the plotted line for the performance monitoring parameter, which is displayed as a legend below the graph. |
kpi-data-url |
Defines the REST URL path to the performance monitoring parameter that you want to plot. |
Command Mode
Privileged User
Example
This example configures a graph for the performance monitoring parameter cpuUtilization:
(config-system)# kpi (kpi)# graphs 0
(graphs-0)# kpi-data 0
(kpi-data-0/0)# kpi-data-color #FF0000
(kpi-data-0/0)# kpi-data-title CPU
(kpi-data-0/0)# kpi-data-url /api/v1/kpi/current/system/cpuStats/cpu/0/cpuUtilization
(kpi-data-0/0)# activate