From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id AA3CE3B29D for ; Wed, 13 Oct 2021 07:08:21 -0400 (EDT) Received: by mail-qt1-x82e.google.com with SMTP id t2so2092535qtx.8 for ; Wed, 13 Oct 2021 04:08:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=pBRrj5lU0UT2IafjGdcmDJioMH3oLps/695DUInqJoI=; b=GNCwdEL8Swg7jsldMoecMSLSayNx+eN2gof1VVtgmiA4Dh6I7wC6DTBOWD8sTknooY 753kuXPD0u2wxFIg7UOxHapKQMEWxO0Q28ITNKIK+GDXp+tgkjXz/HSLDIA1Ct2uTvyb 6obqdWewo7hphEhhlAGdjPaMxcNBE9PCDHVajWz2WIZMKVjQd+ASESnB/s2ev4Gix/pV 6GqXLk32qo1IjzJ4UXUKZX6u8TbwtdJ9tlHvKMDM1T6HcirkR3gCq+5nBYIrHjY7rcQk E3+m+l7C2qBa/5sWAS3O1x7sXItw1RxjTiCy3FFJSp/FJPkiKpydVaQy0scY0xrf2e2Q U5Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=pBRrj5lU0UT2IafjGdcmDJioMH3oLps/695DUInqJoI=; b=ZKmvST4jguWUFel9Gr3r96TnO++7sNvmGqRdwzeGDU1g4DCVCEp4g4Mz8Km7cPZIz8 G7kLz9JkLbOewKK20epu0URfBMERCpWv/uLiVZVeRv9OTWyfaMNUSsqTD1ZnK2aE24K9 lYqRNiIlEONRSb4lrxH1Mzu5nVw4hbqLC5b54h+A75d04pqPvHAxbjZ7X2lxsYhiIvSj 4Y2GjPazDsSf5wLABFy2lRKshbid3ReEbN4yqyJt0/DGZIqbR+7oOl8O68uVE7qdJedW 7Zt/7XM+HsG+cqs6Fj3VX4wouLMMXvlQ0r2zrVguzYFuK95TN4YqzgrgyS+8OkVA2sp5 uElw== X-Gm-Message-State: AOAM532koUOKbbA6J9RhGUkovwJZXPl7zAfySarTzttzv+bH0F7xmYUt q9zgUyAegBxCghIBfvZ3uG8J4DwwHpY= X-Google-Smtp-Source: ABdhPJzZXhQpBkSkTG4dh6XiZA8ApQeVy/6fVXQKbvcoazPtei+oaSUJqi4Y8CuhRVBqddlv/69MmQ== X-Received: by 2002:a05:622a:2c8:: with SMTP id a8mr29483948qtx.271.1634123301116; Wed, 13 Oct 2021 04:08:21 -0700 (PDT) Received: from richs-mbp-pro.lan ([198.55.239.186]) by smtp.gmail.com with ESMTPSA id c19sm6516165qtn.54.2021.10.13.04.08.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Oct 2021 04:08:20 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) From: Rich Brown In-Reply-To: Date: Wed, 13 Oct 2021 07:08:19 -0400 Cc: rpm@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: <3C1D45D8-F100-4B5C-A1FC-674B42B0C7B4@gmail.com> References: To: Randall Meyer X-Mailer: Apple Mail (2.3608.120.23.2.7) Subject: Re: [Rpm] Server side code/config samples open sourced for networkQuality tool X-BeenThere: rpm@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: revolutions per minute - a new metric for measuring responsiveness List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2021 11:08:21 -0000 I am delighted to see this message, because I missed yesterday's call. My question was going to be whether there are open-source = implementations of either the server or client, so more people could = horse around with the test. Thanks for moving things along. Rich > On Oct 12, 2021, at 1:07 PM, Randall Meyer via Rpm = wrote: >=20 > Hello! >=20 > I am happy to announce the publishing of the server-side counterpart = to the responsiveness measurement tool that will be available in the = upcoming macOS Monterey release. >=20 > The code is available at https://github.com/network-quality/server.=20 >=20 > We provide server-side configurations for Apache Traffic Server, = Apache httpd and nginx as well as reference implementations in Swift and = Go. >=20 > The client-side is located @ /usr/bin/networkQuality in macOS Monterey = and can be pointed to a custom server with the -C option. >=20 > The tool implements the methodology specified in = https://datatracker.ietf.org/doc/draft-cpaasch-ippm-responsiveness/ >=20 > Contributions to the server-side are of course very welcome on the = GitHub repository. >=20 > -Randall > _______________________________________________ > Rpm mailing list > Rpm@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/rpm