From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) (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 0C4673B29D for ; Wed, 13 Oct 2021 10:38:31 -0400 (EDT) Received: by mail-io1-xd35.google.com with SMTP id 188so2450696iou.12 for ; Wed, 13 Oct 2021 07:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=dooBy/YVEs48YE7K5SAP5mjiIIIyz9h5qRnSbNFqJdI=; b=dwrd19rJwW2pLPeCYdeI5XDY+GsGsXT5EwTAaOsv2S3PRiPTZs6Lub5MqPG/5NU6Vf +Icdhfz+yGWBJZlNKbrHVIOLGRU+jgz5zGOYRoPLCSaBY9tccKQkV2nHu4DNYH+J0xOA yejdA6HMJLfmyKP690Dgm4biKxxq5IJ+qR+Klmc2zh397+nhdv4VGCuCThn2qXVEYuG3 NQvQs3UOdkSx93GzaiAUfZUTCLFTXSVIfUgGlMpETDD9hSoNtsvm9cVUZmQ3itYIr/aB LWNkXcyCa1LnM/y7/hDuyOIoi17QReztZyf00dJZrhwHlD9lhuLkkwGBsGGXelCzrD7C X4zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=dooBy/YVEs48YE7K5SAP5mjiIIIyz9h5qRnSbNFqJdI=; b=M/GTpHtqOQApLTsf85GsvshhNAZHNcQcDasXPqRkpHxGP/pxFotCctBCrRJ4AP1/2L 1m6eDR7oMu8tgeTS5b7dOi/3/6TEEIX1HBmXSesqMVK9SGgGw+6VLVfH4G/ms3nM1X33 ybr5UkJMufdk7qVdc15k5+8U/x/t1QBcnwmc0OJ8ZqRfRa1xseokgXHeZ+Y8R2ZbnHWa O0u9TxQoevceJuSk7OqeFE37JzjipmgMZmey50oco8jkdfTeFrn18qjqhrxFcF4A5Nqs a0/Ua4lo8MLSQxwAIn69Zj3yVlFkjCNprzKpvasC4F4Fb7LMRtIAK94ZTZuv3hahFWhv vv6A== X-Gm-Message-State: AOAM5313om0I+NPiJ3plbUM96la/wFo1HR8O7jkWgFSuIKU3P8yGC/7/ 32i4ekIL08uU3CT1uZnktnOBsb/FvaCbMXTIgvQ= X-Google-Smtp-Source: ABdhPJzj8dG+xG3uyAIYfNn2fdueEPCCGxICM9TR3+2Zz25beLRY6Hra7Aky53GeKTEXa1JsoyXLLRZ8EVkX4Yo8NZM= X-Received: by 2002:a05:6638:34ac:: with SMTP id t44mr29064389jal.104.1634135910452; Wed, 13 Oct 2021 07:38:30 -0700 (PDT) MIME-Version: 1.0 References: <3C1D45D8-F100-4B5C-A1FC-674B42B0C7B4@gmail.com> In-Reply-To: <3C1D45D8-F100-4B5C-A1FC-674B42B0C7B4@gmail.com> From: Dave Taht Date: Wed, 13 Oct 2021 07:38:19 -0700 Message-ID: To: Rich Brown Cc: Randall Meyer , Rpm , Sam Crawford Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 14:38:31 -0000 On Wed, Oct 13, 2021 at 4:08 AM Rich Brown via Rpm wrote: > > 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: > > > > Hello! > > > > 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. > > > > The code is available at https://github.com/network-quality/server. > > > > We provide server-side configurations for Apache Traffic Server, Apache= httpd and nginx as well as reference implementations in Swift and Go. > > > > The client-side is located @ /usr/bin/networkQuality in macOS Monterey = and can be pointed to a custom server with the -C option. > > > > The tool implements the methodology specified in https://datatracker.ie= tf.org/doc/draft-cpaasch-ippm-responsiveness/ > > > > Contributions to the server-side are of course very welcome on the GitH= ub repository. > > > > -Randall > > _______________________________________________ > > Rpm mailing list > > Rpm@lists.bufferbloat.net > > https://lists.bufferbloat.net/listinfo/rpm I am planning on tackling an http/3 version. But i will be damned if I do it in c. I'm looking over two rust libraries, 1, quinn, that uses up rust's futures paradigm, the other, quiche, which is production quality, but uses a lot of C. I was weirdly pleased to see the venerable (and much beloved by me) C uthash lib used here: https://github.com/cloudflare/quiche/blob/master/examples/http3-server.c Torn, presently. > _______________________________________________ > Rpm mailing list > Rpm@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/rpm --=20 Fixing Starlink's Latencies: https://www.youtube.com/watch?v=3Dc9gLo6Xrwgw Dave T=C3=A4ht CEO, TekLibre, LLC