cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9140
Views
5
Helpful
5
Replies

How to monitor throughput on fc switch ports

santoshsm
Level 1
Level 1

Hi,

We recently started using the cisco nexus 5000 switch.

Previosuly we were using brocade switch.

In order to monitor the throughput on the switch ports, we used the command >perfportshow

output:

  0    1    2    3    4    5    6    7    8    9   10   11   12   13   14   15 Total

===============================================================================

52m   0    0   79m  79m  52m   0    0    0    0    0    0    0    0    0    0  262m

It used to depict the throughput on each of its 16 ports.

Do we have a similar command on a cisco nexus 5000 swithc to monitor the throughput dynamically on the ports.

Any guidance appreciated.

Thanks.

5 Replies 5

User_4444_2
Level 1
Level 1

On 9509 switches I use " sh int counters brief module *" * for the number of each Module in this case 2 and I get the following output.

sh int counters brief module 2

-------------------------------------------------------------------------------
Interface          Input (rate is 5 min avg)      Output (rate is 5 min avg)
                   -----------------------------  -----------------------------
                   Rate     Total                 Rate     Total
                   MB/s     Frames                MB/s     Frames
-------------------------------------------------------------------------------
fc2/1                 0     1                        0     1
fc2/2                 0     1224699488               0     3429684064
fc2/3                 0     1                        0     1
fc2/4                 0     1214147374               0     1927673039
fc2/5                 0     1                        0     1
fc2/6                 0     1                        0     1
fc2/7                 0     1                        0     1
fc2/8                 1     11510254385             11     19770450459
fc2/9                18     58026366094             44     220233153527
fc2/10               19     17008767450             19     35833527274
fc2/11                0     39851510969              0     156730340768
fc2/12                0     1                        0     1
fc2/13                0     1                        0     1
fc2/14                0     3543781575               0     16305763606
fc2/15                0     1                        0     1
fc2/16                0     1                        0     1
fc2/17                0     1                        0     1
fc2/18                0     1                        0     1
fc2/19                0     1                        0     1
fc2/20                0     1                        0     1
fc2/21                0     1                        0     1
fc2/22                0     1                        0     1
fc2/23                0     1                        0     1
fc2/24                0     32036382020              0     97783387882
fc2/25                0     30948988897              0     103928942588
fc2/26                0     1                        0     1
fc2/27                0     9660166159               0     16594964293
fc2/28                0     1                        0     1
fc2/29                0     8288591099               0     12351752310
fc2/30                0     3817420276               1     18060412406
fc2/31                0     8693113679               2     15227020605
fc2/32                2     18464865368              1     26363448965
fc2/33                0     1                        0     1
fc2/34                0     1                        0     1
fc2/35                0     1                        0     1
fc2/36                0     1                        0     1
fc2/37                0     1                        0     1
fc2/38                0     1                        0     1
fc2/39                0     1                        0     1
fc2/40                0     1                        0     1
fc2/41                0     359100865497             0     64890519049
fc2/42                0     1                        0     1
fc2/43                0     310679253243             0     77398281413
fc2/44                0     1                        0     1
fc2/45                3     27809296255              0     42985060915
fc2/46                0     15946062800              0     32744671193
fc2/47                1     27140980991              0     71032538176
fc2/48                0     23496252397              0     48801426244

Thanks Roy.

But is that dynamic.. ?

What i mean is - in the portperfshow command, it systematically displays the throughput on the ports and that too in real time with a interval of 1 second.

You just fire the command and sit back and you will get per second throughput stats.

does the above has same capabilities?

Thanks.

I know that Brocade command from many years ago, no it doesn't do the automatic refresh. You can also use " sh int aggregate-counters brief" for all the modules usage but that doesn't refresh either. I think you could script something to re-run either command every 5 minutes thou.

Cheers

Hi,

You can try Device Mangaer summary tab.
It's #3 in this link.http://www.cisco.com/en/US/docs/switches/datacenter/mds9000/sw/5_2/configuration/guides/fund/DCNM-SAN-LAN_5_2/dm.html#wp254943

The poll interval might be 10 or 30 seconds. Select Util%.

Regards,

David

After the port type has been changed from Ethernet to FC, the FC port will not be enabled on the switch until FCOE feature is enabled:

N5K(config)#feature FCOE
C license checked out successfully
fc_plugin extracted successfully
FC plugin loaded successfully
FCoE manager enabled successfully
FC enabled on all modules successfully
Enabled FCoE QoS policies successfully