Debugging em(4) driver

Ryan Stone rysto32 at gmail.com
Sat Nov 13 22:27:32 UTC 2010


It looks to me that you're getting a ton of input drops.  That's
presumably the cause of your issue.  You can get the em driver to
print debug information to the console by running:

# sysctl dev.em.3.stats=1
# sysctl.dev.em.3.debug=1

The output should be available in dmesg and /var/log/messages

Hopefully that can shed some light on the nature of the drops.


More information about the freebsd-net mailing list