From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::230]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id D632421F24E for ; Thu, 27 Mar 2014 11:38:57 -0700 (PDT) Received: by mail-qg0-f48.google.com with SMTP id j107so3254836qga.7 for ; Thu, 27 Mar 2014 11:38:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=J7x7AMIdXuPlcgkbDSfBFhQ8IFv4SecIkVzGCN/j6Ao=; b=WEcEHDdI4ax7QdIzcyeWtzVQ8heHVVwcfvfESMww3J6ztEG9kM2zDjEwYs7HvzEoCP MMfSp2F7K9R0CczMaaSj5utnyTBIPD1e3wN/rpf2CBf0i/+5SBnj3jTSfZtVLHZdHLl7 ifuhvo1RGY+iDdGjBYR0C+U8gHoaTlzUK+qktk1eM1RfU2mrbmjAS2AcZ6eA3mRE6/ih 6fqEsz3NmJBwWFmVhgXvOEkfYzQwqk/qmUdUhoXPsBtfk+l6L6qp1n7sKbyw0e3kcCA1 i7Oya2sC2kG9HoMBBCx9vnLa9B/qkse7YAdVJBgHtU8zM9THC1xj1Xf3k7UfAi7ej1u2 4zAQ== X-Received: by 10.140.34.46 with SMTP id k43mr3900748qgk.63.1395945536214; Thu, 27 Mar 2014 11:38:56 -0700 (PDT) Received: from richs-mbp-4119.home.lan ([72.92.159.197]) by mx.google.com with ESMTPSA id x9sm5258837qas.35.2014.03.27.11.38.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Mar 2014 11:38:55 -0700 (PDT) From: Rich Brown Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <3091C9A5-D88D-47C0-83F0-58E2C1D9AB05@gmail.com> Date: Thu, 27 Mar 2014 14:38:53 -0400 To: cerowrt-devel Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Subject: [Cerowrt-devel] More on netperf.richb-hanover.com X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 18:38:58 -0000 Folks, In the betterspeedtest.sh note, I mentioned that I stood up a netperf = server at netperf.richb-hanover.com for the world to use. It seems to be = handling the load, but I still want to keep an eye on it. I also wanted to learn about Node.js and some of the associated modules = and libraries. So I put together a simple web app that displays the = recent history of netserver activations. You can see it at: http://netperf.richb-hanover.com Each netserver session creates a file named 'netserver.debug#####" in = /tmp. A RRUL session creates eight files - four up and four down. The = site's algorithm is to look through /tmp for those log files and then = check the creation date to see the distribution of activity. If you're = terminally curious, look at the About page for details on the code. = (It's remarkably easy...) My advice on this server: USE IT! It's loafing right now, and we'll see = how much load it gets. I also plan to have more fun with Node.js and add = in load average, longer-term storage of the historical data, etc. just = because I (think I) can. Enjoy! Rich=