Date: Fri, 04 Jun 2021 15:01:07 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 256375] iflib/if_em: unplugging network cable causes huge KTorrent slowdown Message-ID: <bug-256375-7501-zhOkBy4sJ0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256375-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-256375-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256375 --- 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 =3D=3D "ktorrent"/ {@a= =3Dcount()} tick-1s {printa(@a); trunc(@a,0);}' I'm wondering how many calls a ktorrent makes per second. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256375-7501-zhOkBy4sJ0>