graphs
This command configures graphs of KPI Layouts.
Syntax
(config-system)# kpi (kpi)# graphs <Index>
(graphs-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
kpi-data |
Defines the performance monitoring parameter to plot on the graph. For more information, see kpi-data. |
graphs-subtitle |
Defines the name of the performance monitoring parameter for which this alarm threshold rule applies. |
graphs-title |
Defines a label for the graph, which is displayed above the graph. |
graphs-tooltip-text {No} |
Defines text that is displayed in the tooltip with the plotted values. |
graphs-tooltip {Disable|Enable} |
Enables a tooltip that appears when you hover your mouse over a point on the plotted line of the graph. |
graphs-xtitle |
Defines a label for the graph's x axis, which is displayed horizontally below the x axis. |
graphs-ytitle |
Defines a label for the y axis, which is displayed vertically alongside the y axis. |
Command Mode
Privileged User
Example
This example configures a graph of a KPI layout and titles it "System Monitoring":
(config-system)# kpi (kpi)# graphs 0
(graphs-0)# graphs-title System Monitoring
(graphs-0)# graphs-xtitle TIME
(graphs-0)# graphs-ytitle %
(graphs-0)# activate