From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.toke.dk X-Spam-Level: X-Spam-Status: No, score=-102.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.4 Received: from mail.toke.dk by mail.toke.dk with LMTP id mWC3E4Nq6167rREAOr1fkg (envelope-from ) for ; Thu, 18 Jun 2020 15:22:11 +0200 Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 36B64753C6D for ; Thu, 18 Jun 2020 15:22:11 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=KkDAbN6g Received: from [::1] (port=36818 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.93) (envelope-from ) id 1jluUc-008dDE-MZ; Thu, 18 Jun 2020 16:22:10 +0300 Received: from out-28.smtp.github.com ([192.30.252.211]:55889) by web6.sd.eurovps.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jluUV-008d3r-Ir for flent-users@flent.org; Thu, 18 Jun 2020 16:22:08 +0300 Received: from github-lowworker-fa7043e.ash1-iad.github.net (github-lowworker-fa7043e.ash1-iad.github.net [10.56.109.45]) by smtp.github.com (Postfix) with ESMTP id 68C338C1222 for ; Thu, 18 Jun 2020 06:21:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1592486482; bh=0Q2ZiSzM4NMrjM8/GeUvzheD15Zujp0T5gsT6lXfA5w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KkDAbN6gZhZBmuirtBJbOt1HiRLuqIbC124FDfpU49d08CTT+4U5kXGdD8YKnVXh2 yLBaW0WKn55hTRNj0VbgMblkixQPm69FjfYPVMBqPTek32X3ruz1CsYBZVkxtqy11X dTvu6LDqK4+PTR2cWovS4hrUqGcmGDU/upq+AcOk= Date: Thu, 18 Jun 2020 06:21:22 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Cc: Subscribed Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: Re: [Flent-users] [tohojo/flent] Meaning of fields (#210) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.33 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Content-Type: multipart/mixed; boundary="===============8153711434756195536==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============8153711434756195536== Content-Type: multipart/alternative; boundary="--==_mimepart_5eeb6a5259bb6_54ee3f8fb64cd968316445"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5eeb6a5259bb6_54ee3f8fb64cd968316445 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit sebelk writes: > Hi, > > What is the meaning of fields BE, BK, CS5 and FF that it ouputs in the graphs? > I've searched a bit, but I didn't found anything. > Thanks in advance! Those are diffserv markings: BE: Best Effort (marking 0x0) BK: Background (AKA CS1, marking 0x20) CS5: Class Selector 5 (marking 0xa0) EF: Expedited Forwarding (marking 0xb8) The particular markings were chosen so that the four flows should be put into the four different hardware queues on Linux WiFi devices. Some ISPs also treat diffserv-marked traffic differently, while others just clear all markings. The RRUL test can also be used as a way to discover this... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/210#issuecomment-646012916 ----==_mimepart_5eeb6a5259bb6_54ee3f8fb64cd968316445 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

sebelk <notifications@github.com> writes:

> Hi,
>
> What is the meaning of fields BE, BK, CS5 and FF that it ouputs in the graphs?
> I've searched a bit, but I didn't found anything.
> Thanks in advance!

Those are diffserv markings:
BE: Best Effort (marking 0x0)
BK: Background (AKA CS1, marking 0x20)
CS5: Class Selector 5 (marking 0xa0)
EF: Expedited Forwarding (marking 0xb8)

The particular markings were chosen so that the four flows should be put
into the four different hardware queues on Linux WiFi devices. Some ISPs
also treat diffserv-marked traffic differently, while others just clear
all markings. The RRUL test can also be used as a way to discover this...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_5eeb6a5259bb6_54ee3f8fb64cd968316445-- --===============8153711434756195536== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============8153711434756195536==--