From owner-freebsd-current@FreeBSD.ORG Fri Oct 11 19:33:32 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F4158DA0 for ; Fri, 11 Oct 2013 19:33:31 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9258D2D7B for ; Fri, 11 Oct 2013 19:33:31 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id m15so1377452wgh.3 for ; Fri, 11 Oct 2013 12:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4HRNfk+AfvxHZrST2tnFbn7yF2dbCIkGVuDualeUDyY=; b=zZFWscYmeMlkzMbZpYBFq4bGC5vmNynXdzm5FzxqecW/AD82rqw2LSliQdfqf/cyof SsjbaQuiyF2MLyMOx9R18YTrai/2JpWL6McqHpvUFMLiUBOcwI+r9bYYzXe1wNBlJYIA zdy/rj5o4TAPU3loPHqswxnlmu4w51h8Jg62+nOupArQ4HQWVC8Gqp2UxMBrBg39ZR5q jSkWviOxRrAldekKQj3PIE55Qotgx82YiPSKhJQPQ9HUJGIjmn74WBFXBhMMiU3Lj9vZ DimRxo2Ww3nlokw9yiRWHm0KAahFULWecQs6bQuJZBJ6FKYh2tzz3QzmPMabIcVp5gWI mt0A== MIME-Version: 1.0 X-Received: by 10.180.189.49 with SMTP id gf17mr4477809wic.23.1381520009988; Fri, 11 Oct 2013 12:33:29 -0700 (PDT) Sender: maksim.yevmenkin@gmail.com Received: by 10.227.207.129 with HTTP; Fri, 11 Oct 2013 12:33:29 -0700 (PDT) In-Reply-To: <52585093.1090609@vangyzen.net> References: <52585093.1090609@vangyzen.net> Date: Fri, 11 Oct 2013 12:33:29 -0700 X-Google-Sender-Auth: o9mejv6Dcd9TWxizDgF6XBL0Dyo Message-ID: Subject: Re: [rfc] small bioq patch From: Maksim Yevmenkin To: Eric van Gyzen Content-Type: text/plain; charset=ISO-8859-1 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 19:33:32 -0000 On Fri, Oct 11, 2013 at 12:25 PM, Eric van Gyzen wrote: > Maksim, > > The graphs were not attached. Perhaps the list stripped them. Could you > post them on the web instead? err... sorry about it.. please try http://people.freebsd.org/~emax/c034.png http://people.freebsd.org/~emax/c044.png thanks max >> hello, >> >> i would like to submit the attached bioq patch for review and >> comments. this is proof of concept. it helps with smoothing disk read >> service times and arrear to eliminates outliers. please see attached >> pictures (about a week worth of data) >> >> - c034 "control" unmodified system >> - c044 patched system >> >> graphs show max/avg disk read service times for both systems across 36 >> spinning drives. both systems are relatively busy serving production >> traffic (about 10 Gbps at peak). grey shaded areas on the graphs >> represent time when systems are refreshing their content, i.e. disks >> are both reading and writing at the same time. >> >> thanks, >> max