show kpi interval
This command displays the measured values (statistics) of "historical" performance monitoring parameters for specific measured intervals (15-minute). These intervals are stored on the device - some up to four intervals and some up to 100 intervals. The interval is specified by its index number, which increments for each new interval.
Syntax
show kpi interval {<Interval Index>|all|last}
Command |
Description |
---|---|
Interval Index |
Displays the stored 15-minute interval of a specific interval index (start and end time). It can also be used to display the value of a specific 15-minute interval for a specific performance monitoring parameter. You can use the all option (see below) to view all available interval index numbers of a performance monitoring parameter. You can then calculate the index number that you want to view. For example, if you want to view the value of the second latest interval and the all option displayed interval indices 1 through 4, you would run the command with interval 3. |
all [gateway|media| network|sbc|system] |
Displays all the stored 15-minute intervals (interval index, and start and end time). It can also displays the values of all the stored 15-minute intervals for a specific performance monitoring parameter. |
last [gateway|media| network|sbc|system] |
Displays the last (latest) stored 15-minute interval (interval index, and start and end time). It can also display the value of the last stored 15-minute interval for a specific performance monitoring parameter. |
Command Mode
Basic and Privileged User
Note
■ | If a specific interval doesn't exist or the interval is invalid (for whatever reason), "Item not found" is displayed. |
■ | If there are no valid intervals (for whatever reason), no intervals are displayed when running the command show kpi interval all. |
Example
■ | These examples display information of the stored 15-minute intervals (index and start and end times): |
● | This example displays all the 15-minute intervals (interval indices, and start and end times): |
# show kpi interval all
Interval Start Time End Time Status
103 15/10/2020 15:15:00 15/10/2020 15:30:10 Valid 102 15/10/2020 15:00:09 15/10/2020 15:15:00 Valid 101 15/10/2020 14:45:10 15/10/2020 15:00:09 Valid 100 15/10/2020 14:30:10 15/10/2020 14:45:10 Valid 99 15/10/2020 14:15:10 15/10/2020 14:30:10 Valid 98 15/10/2020 14:00:10 15/10/2020 14:15:10 Valid 97 15/10/2020 13:45:00 15/10/2020 14:00:10 Valid ...
● | This example displays the last (most recently) stored 15-minute interval (interval index, and start and end time): |
# show kpi interval last
Interval Index 103
Start Time 15/10/2020 15:15:00
End Time 15/10/2020 15:30:10
Interval Status Valid
● | This example displays the specific 15-minute interval index #100 (start and end time): |
# show kpi interval 100
Interval Index 100
Start Time 15/10/2020 14:30:10
End Time 15/10/2020 14:45:10
Interval Status Valid
■ | This example displays the values of all the 15-minute intervals for the performance monitoring parameter, memoryutilizationmax: |
# show kpi interval all system systemstats global memoryutilizationmax
Name Interval Value
memoryUtilizationMax
16 68
15 68
14 62
13 60
12 60
....
■ | This example displays the value of the 15-minute interval index #11 for the performance monitoring parameter, memoryutilizationmax: |
# show kpi interval 11 system systemstats global memoryutilizationmax Name Value memoryUtilizationMax 68