[Bug 256375] iflib/if_em: unplugging network cable causes huge KTorrent slowdown
Date: Fri, 04 Jun 2021 15:01:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256375
--- Comment #12 from Aleksandr Fedorov <afedorov@FreeBSD.org> ---
Yes, the result is similar.
May you run the following DTrace script with plugged and unplugged cable?
dtrace -qn 'fbt::iflib_media_status:entry /execname == "ktorrent"/ {@a=count()}
tick-1s {printa(@a); trunc(@a,0);}'
I'm wondering how many calls a ktorrent makes per second.
--
You are receiving this mail because:
You are the assignee for the bug.