VMware Cloud Community
jbourke
Contributor
Contributor

Checking ESXi vmnic RSS queue activity

Hi

On Linux I can check the NIC recieve queues

ethtool -S eth1 | grep Rx Queue\|ucast bytes rx

     Rx Queue#: 0

       ucast bytes rx: 60

     Rx Queue#: 1

       ucast bytes rx: 0

How do I do this on ESXi ?

Thanks

john

 

0 Kudos
2 Replies
mannharry
Hot Shot
Hot Shot

hello 

Check this one https://kb.vmware.com/s/article/50106444?lang=en_US

 

Regards

Harry

0 Kudos
Sachchidanand
Expert
Expert

Check this command below:

esxcli network nic stats get -n vmnic0

change interface for which you want stats 

0 Kudos