-
null
Top-N Reports
- Prerequisites for Top-N Reports
- Restrictions for Top-N Reports
- Information About Top-N Reports
- Default Settings for Top-N Reports
- How to Use Top-N Reports
Note ●
For complete syntax and usage information for the commands used in this chapter, see these publications:
http://www.cisco.com/en/US/products/ps11846/prod_command_reference_list.html
- Cisco IOS Release 15.4SY supports only Ethernet interfaces. Cisco IOS Release 15.4SY does not support any WAN features or commands.
http://www.cisco.com/en/US/products/hw/switches/ps708/tsd_products_support_series_home.html
Participate in the Technical Documentation Ideas forum
Prerequisites for Top-N Reports
Restrictions for Top-N Reports
Information About Top-N Reports
Top-N Reports Overview
Top-N reports allows you to collect and analyze data for each physical port on a switch. When Top-N reports start, they obtain statistics from the appropriate hardware counters and then go into sleep mode for a user-specified interval. When the interval ends, the reports obtain the current statistics from the same hardware counters, compare the current statistics from the earlier statistics, and store the difference. The statistics for each port are sorted by one of the statistic types that are listed in Table 58-1 .
|
|
|
|---|---|
Note
When calculating the port utilization, Top-N reports bundles the Tx and Rx lines into the same counter and also looks at the full-duplex bandwidth when calculating the percentage of utilization. For example, a Gigabit Ethernet port would be 2000-Mbps full duplex.
Top-N Reports Operation
When you enter the collect top command, processing begins and the system prompt reappears immediately. When processing completes, the reports are not displayed immediately on the screen; the reports are saved for later viewing. The Top-N reports notify you when the reports are complete by sending a syslog message to the screen.
To view the completed reports, enter the show top counters interface report command. Only completed reports are displayed. For reports that are not completed, there is a short description of the process information.
To terminate a Top-N reports process, enter the clear top counters interface report command. Pressing Ctrl-C does not terminate Top-N reports processes. The completed reports remain available for viewing until you remove them by entering the clear top counters interface report { all | report_num } command.
Default Settings for Top-N Reports
How to Use Top-N Reports
Enabling Top-N Reports Creation
To enable Top-N reports creation, perform this task:
|
|
|
|---|---|
Router# collect top [ number_of_ports ] counters interface { type | all | layer-2 | layer-3 } [ sort-by statistic_type ] [ interval seconds ] |
When enabling Top-N reports creation, note the following information:
- You can specify the number of busiest ports for which to create reports (the default is 20).
- You can specify the statistic type by which ports are determined to be the busiest (the default is utilization). The supported values for statistic_type are broadcast, bytes, errors, multicast, overflow, packets, and utilization.
- You can specify the interval over which statistics are collected (range: 0 through 999; the default is 30 seconds).
- Except for a utilization report (configured with the sort-by utilization keywords), you can specify an interval of zero to create a report that displays the current counter values instead of a report that displays the difference between the start-of-interval counter values and the end-of-interval counter values.
This example shows how to enable Top-N reports creation for an interval of 76 seconds for the four ports with the highest utilization:
Displaying Top-N Reports
To display Top-N reports, perform this task:
|
|
|
|---|---|
| Note To display information about all the reports, do not enter a report_num value. |
Top-N reports statistics are not displayed in these situations:
- If a port is not present during the first poll.
- If a port is not present during the second poll.
- If a port’s speed or duplex changes during the polling interval.
- If a port’s type changes from Layer 2 to Layer 3 during the polling interval.
- If a port’s type changes from Layer 3 to Layer 2 during the polling interval.
This example shows how to display information about all the Top-N reports:
Note
Reports for which statistics are still being obtained are shown with a status of pending.
This example shows how to display a specific Top-N report:
Clearing Top-N Reports
To clear Top-N reports, perform one of these tasks:
|
|
|
|---|---|
This example shows how to remove all reports that have a status of done:
This example shows how to remove a report number 4:
http://www.cisco.com/en/US/products/hw/switches/ps708/tsd_products_support_series_home.html
Participate in the Technical Documentation Ideas forum
Feedback