Weird ISR accounting in 10-STABLE

John Baldwin jhb at freebsd.org
Thu Jul 10 19:37:41 UTC 2014


On Wednesday, July 09, 2014 5:43:25 pm Vlad Galu wrote:
> I hope I'm doing this the right way. Invoking DTrace as dtrace -n
> 'profile-1000 /curthread->td_name == "swi1: netisr 0"/ { @[func(arg0)] =
> count(); }' outputs:

Can you do 'netstat -I lo0 1' or some such to see if you are sending a lot of
traffic across lo0 when this is happening?

-- 
John Baldwin


More information about the freebsd-stable mailing list