Hi.
You can use following command:
#show interfae eth1/1 <--- shows how many jumbo packets were forwarded through the interface (Please be aware that MTU in this output can be incorrect - cosmetic defect. Correct configured mtu on the interface can be viewed using next command)
#show queuing interface eth 1/1 <---- shows configured MTU on the interface
============================
#show interfae ethernet1/1
Ethernet1/1 is up
...
RX
0 unicast packets 1221713 multicast packets 2644 broadcast packets
1224357 input packets 91236171 bytes
---> 458 jumbo packets 0 storm suppression packets
0 giants 0 input error 0 short frame 0 overrun 0 underrun
0 watchdog 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
and
#show queuing interface eth 1/1
Ethernet1/1 queuing information:
TX Queuing
qos-group sched-type oper-bandwidth
0 WRR 50
1 WRR 50
RX Queuing
qos-group 0
q-size: 243200, HW MTU: 9280 (9216 configured)
drop-type: drop, xon: 0, xoff: 1520
...
Hope that helps.
Alex