From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (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 930EA3CB35 for ; Thu, 3 Jan 2019 17:31:18 -0500 (EST) Received: by mail-qt1-x836.google.com with SMTP id t33so38600724qtt.4 for ; Thu, 03 Jan 2019 14:31:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=zTFI7YyQuHJCrjdYfqjAzcp/dpIs4ZpNiHoFUnlkaZw=; b=D0pGzaF2rHFxwLUWZMitRRREYz8cSNOh/cTF87Yo0EiNaC0XO8vM1ZB1utUPHdMOCF zleTQIJDMsb8RlUjT+dM+WV+JqfPmzcbtQ3fv6RkYaVa2m3tmm+j1Vy4ZrROgoSM/zbS IinhtPiR3luA70v/0ftfYdPg8kjGIRB6yPR+8YT8VT6GYpFvSfgIPwLWWqIDam0MKCzT 2nMhSUBCA1gqw/0eRJtbmjGKOWVen+5+LK2tSxI0WrGzCW72euqNz89C+AjmrAvp9//d FGMEZSqCmCalQB/xz3nHCAKQAGASv3F6z3kVjPOLTy+yGSvT6JTCs5KIrwjgr5CcCle4 Q3Jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=zTFI7YyQuHJCrjdYfqjAzcp/dpIs4ZpNiHoFUnlkaZw=; b=EhQoUiSliNwueXZI3eEjfh4Yds7Dgbc1oH/H+eVGSOJ+kgxKPfDTJq0ZuBAmk/Qcog 5/qg8qkc9W2FXaP0HP0MKuxj702Xzg3Kn22KhCz39cKvpl58/GgxE2rAh7zhE1mtI4bb sXryKCfBsna5FaXnKUCVmBP25PJ5rx851T5SiN/RoXLnRlNhb73XTvQE9FbargfSm372 NLoJbGMFuiOLnjNiFcnfbwzWXmmkNQBiIa+ZJOEVRjlaRhYPZfFMOcSDyKaqf+SiNbeE D8eB2tsmmljWKdiG93yUyYiJ+nNIi3jKp2Pn0W0+8OHnVAZi0eEIZ1QHFPmwKEnnRuJh 8LzA== X-Gm-Message-State: AA+aEWYWWQRzYtwOZMgVKuLybbrSAb28fAIz/acd28AjLCtPHQ1YXMcQ MF12UQUgEwciciy99+Y3zgGuzVBY/IPcI1tnwlO/sFGz X-Google-Smtp-Source: ALg8bN5y4+sf/ykeBSWnZGIDpIcTm+tu6TU9vkLm1jmyfxO02/SAxG7MuA5c9JhVFNSV4EBZURF7qzq9vws1turo3/c= X-Received: by 2002:ac8:5314:: with SMTP id t20mr47024989qtn.328.1546554678033; Thu, 03 Jan 2019 14:31:18 -0800 (PST) MIME-Version: 1.0 References: <9B37BCD5-9ADE-4E7D-8B5C-82830051831B@logicalwebhost.com> <56D49308-1E25-465B-8F90-9511964487AB@logicalwebhost.com> <9C2D9134-8EA7-4E0D-BA3B-5FFC0CB4DC19@heistp.net> In-Reply-To: <9C2D9134-8EA7-4E0D-BA3B-5FFC0CB4DC19@heistp.net> From: Dave Taht Date: Thu, 3 Jan 2019 14:31:04 -0800 Message-ID: To: Pete Heist Cc: Dev , bloat Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Bloat] reatime buffer monitoring? X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 22:31:18 -0000 https://github.com/ffainelli/bqlmon is the official repo. On Thu, Jan 3, 2019 at 1:51 PM Pete Heist wrote: > > Since it looks like you have bql, this should work for the hardware queue= s: https://github.com/dtaht/bqlmon > > It might be nice to have a realtime monitor for the qdisc stats, but thes= e can also change very quickly so looking at drops and marks, or other stat= s, can be useful as well. > > On Jan 3, 2019, at 10:23 PM, Dev wrote: > > Is there a command to watch what the buffer is doing real time once I run= traffic across it, or some way to know what it=E2=80=99s doing? > > I=E2=80=99m experimenting with something like: > > watch -n 1 tc -g -s class show dev eth0 > > But I gotta guess there=E2=80=99s a better way to do this? > > - Dev > > _______________________________________________ > Bloat mailing list > Bloat@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/bloat > > > _______________________________________________ > Bloat mailing list > Bloat@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/bloat --=20 Dave T=C3=A4ht CTO, TekLibre, LLC http://www.teklibre.com Tel: 1-831-205-9740