Spec-Zone.ru › Linux man pages

tc-choke(8) — Справочная страница Linux

TC(8)                             Linux                            TC(8)

НАЗВАНИЕ

       choke - choose and keep scheduler

СИНТАКСИС

       tc qdisc ... choke limit packets min packets max packets avpkt
       bytes burst packets [ ecn ] [ bandwidth rate ] probability chance

ОПИСАНИЕ

       CHOKe (CHOose and Keep for responsive flows, CHOose and Kill for
       unresponsive flows) is a classless qdisc designed to both
       identify and penalize flows that monopolize the queue. CHOKe is a
       variation of RED, and the configuration is similar to RED.

АЛГОРИТМ

       Once the queue hits a certain average length, a random packet is
       drawn from the queue. If both the to-be-queued and the drawn
       packet belong to the same flow, both packets are dropped.
       Otherwise, if the queue length is still below the maximum length,
       the new packet has a configurable chance of being marked (which
       may mean dropped).  If the queue length exceeds max, the new
       packet will always be marked (or dropped).  If the queue length
       exceeds limit, the new packet is always dropped.

       The marking probability computation is the same as used by the
       RED qdisc.

ПАРАМЕТРЫ

       The parameters are the same as for RED, except that RED uses
       bytes whereas choke counts packets. See tc-red(8) for a
       description.

ИСТОЧНИК

       o      R. Pan, B. Prabhakar, and K. Psounis, "CHOKe, A Stateless
              Active Queue Management Scheme for Approximating Fair
              Bandwidth Allocation", IEEE INFOCOM, 2000.

       o      A. Tang, J. Wang, S. Low, "Understanding CHOKe: Throughput
              and Spatial Characteristics", IEEE/ACM Transactions on
              Networking, 2004

СМОТРИТЕ ТАКЖЕ

       tc(8), tc-red(8)

АВТОР

       sched_choke was contributed by Stephen Hemminger.

КОЛОФОН

       This page is part of the iproute2 (utilities for controlling
       TCP/IP networking and traffic) project.  Information about the
       project can be found at 
       ⟨http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2⟩.
       If you have a bug report for this manual page, send it to
       netdev@vger.kernel.org, shemminger@osdl.org.  This page was
       obtained from the project's upstream Git repository
       ⟨https://git.kernel.org/pub/scm/network/iproute2/iproute2.git⟩ on
       2024-06-14.  (At that time, the date of the most recent commit
       that was found in the repository was 2024-06-11.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to man-pages@man7.org

iproute2                       August 2011                         TC(8)

Страницы, которые ссылаются на эту страницу: tc(8), tc-red(8)


...
https://man7.org/linux/man-pages/man8/choke.8.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API