Hello,
I hope you can find your answer in the post
((how to check the real traffic rate in Ethernet port in SDH )) under the link
https://forum.huawei.com/enterprise/en/how-to-check-the-real-traffic-rate-in-ethernet-port-in-sdh/thread/662917-875
1. Using the RMON performance
For example in OSN7500 Board EGS2 using U2000 go from NE Explore > Performance > RMON performance
Then you will find in the right part of the screen a list to choose a complete port or even a VC-Trunk, then define the statistics you want to get.
For more information,please click the following link:
https://support.huawei.com/hedex/hdx.do?docid=EDOC1000177953&id=tt_rmon_1_fd01&lang=en
2. Using command line
Just login the NE using Navigator then write the command
:ethn-cfg-get-portcurrate:(Board slot),ip(port no.);
Here you can have the TX and RX values of the real traffic for the port
Example
:ethn-cfg-get-portcurrate:1,ip1;
Output Format
ETH PORT CURRENT RATE:
BOARD-ID PORT-ID SAMPLING-ID TX-RATE(KB/S) RX-RATE(KB/S)
Slot ID Port ID Sampling point ID Transmit rate Receive rate
I hope that will be useful to you.
Regards!