Tuesday, July 17, 2018

Testing speed of network interface

I've run two separate commands to test the speed of my network card and each returned errors. First I ran

ethtool eth0 | grep Speed 

and it returns Speed: Unknown!

then I ran

cat /sys/class/net/eth0/speed 

and it returned -1. Am I doing something wrong or is there something else I can try?



No comments:

Post a Comment