RB750G switch mode, want to see live traffic in Winbox

I have an RB750G configured as a 5 ports switch with Port 1 being the Master port. I understand that the traffic is being transfered through the ports at wire speed (bypassing RouterOS) and this is probably why I can’t see the live traffic in Winbox Interface List - which would be very helpful as I need to see what is going through each Ethernet port. Is there a way to configure it to do so? I want to see total traffic on all Ethers. I am running RouterOS 4.13. I believe bridging each port would work, but would sacrifice performance. Thank you for your help.

\

NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH

0 R ;;; Main DS3 Connection
ether1-master 1500 00:0C:42:70:D7:AA enabled none switch1
1 RS ;;; AP Area 1
ether2-local-slave 1500 00:0C:42:70:D7:AB enabled ether1-master switch1
2 RS ;;; AP Area 2
ether3-local-slave 1500 00:0C:42:70:D7:AC enabled ether1-master switch1
3 RS ;;; AP Area 3
ether4-local-slave 1500 00:0C:42:70:D7:AD enabled ether1-master switch1
4 S ether5-local-slave 1500 00:0C:42:70:D7:AE enabled ether1-master switch1
[admin@DS3 Managed Switch] /interface ethernet>

You can access this data by using the terminal

/interface ethernet print stats interval=1s

Yes, I know, thank you. That give me historical statistical information. I want to see the traffic flow real time in Winbox’s Interface List view. Any other ideas? Can it be done in bridge mode and what is the performance hit? Thanks.