From owner-freebsd-xen@freebsd.org Fri Feb 10 17:05:19 2017 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68E14CD9C05 for ; Fri, 10 Feb 2017 17:05:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58B7810DD for ; Fri, 10 Feb 2017 17:05:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v1AH5IoR058761 for ; Fri, 10 Feb 2017 17:05:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-xen@FreeBSD.org Subject: [Bug 212681] I/O is slow for FreeBSD DOMu on XenServer Date: Fri, 10 Feb 2017 17:05:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: performance X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: royger@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-xen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 17:05:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212681 --- Comment #39 from Roger Pau Monn=C3=83=C2=A9 --- (In reply to rainer from comment #36) There's clearly something wrong there, you are not receiving as many interr= upts as you should be, this is what I usually see when running dc3dd: irq808: xen_et0:c0 17545 93 irq809: xen_et0:c1 73460 391 irq810: xen_et0:c2 65527 349 irq811: xen_et0:c3 73980 394 irq814: xbd1 314436 1674 (note that xbd1 is the disk against which the dc3dd is run) In your case this is: irq768: xen_et0:c0 4061306 20 irq769: xen_et0:c1 1951430 10 irq773: xbd0 1652038 8 irq774: xbd1 29 0 irq775: xbd2 159503 1 Note the difference in the rate of interrupts (from 1674 in my case). Can you also post the results of running `sysctl -a | grep xbd` inside the FreeBSD guest? Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.=