PIE(8) Linux PIE(8) (NAME) tc-pie - (PIE) (SYNOPSIS) tc qdisc ... pie [ limit PACKETS ] [ target TIME ] [ tupdate TIME ] [ alpha int ] [ beta int ] [ ecn | noecn ] [ bytemode | nobytemode ] [ dq_rate_estimator | no_dq_rate_estimator ] (DESCRIPTION) PIE ( Proportional Integral controller-Enhanced ) (AQM) . . : o o o o (ALGORITHM) PIE . (dequeue rate) . . (drop probability) . ( ). PIE ( ) . . alpha beta . alpha . beta . ecn . RED . bytemode . . (PARAMETERS) limit . . . target . 15ms . tupdate . 15ms . alpha beta alpha beta . . ecn | noecn . ecn ecn noecn ecn . ecn . bytemode | nobytemode . bytemode nobytemode . bytemode . dq_rate_estimator | no_dq_rate_estimator (Little's law) . dq_rate_estimator no_dq_rate_estimator . dq_rate_estimator . (EXAMPLES) # tc qdisc add dev eth0 root pie # tc -s qdisc show qdisc pie 8036: dev eth0 root refcnt 2 limit 1000p target 15.0ms tupdate 16.0ms alpha 2 beta 20 Sent 31216108 bytes 20800 pkt (dropped 80, overlimits 0 requeues 0) backlog 16654b 11p requeues 0 prob 0.006161 delay 15666us pkts_in 20811 overlimit 0 dropped 80 maxq 50 ecn_mark 0 # tc qdisc add dev eth0 root pie dq_rate_estimator # tc -s qdisc show qdisc pie 8036: dev eth0 root refcnt 2 limit 1000p target 15.0ms tupdate 16.0ms alpha 2 beta 20 Sent 63947420 bytes 42414 pkt (dropped 41, overlimits 0 requeues 0) backlog 271006b 179p requeues 0 prob 0.000092 delay 22200us avg_dq_rate 12145996 pkts_in 41 overlimit 343 dropped 0 maxq 50 ecn_mark 0 # tc qdisc add dev eth0 root pie limit 100 target 20ms tupdate 30ms ecn # tc -s qdisc show qdisc pie 8036: dev eth0 root refcnt 2 limit 100p target 20.0ms tupdate 32.0ms alpha 2 beta 20 ecn Sent 6591724 bytes 4442 pkt (dropped 27, overlimits 0 requeues 0) backlog 18168b 12p requeues 0 prob 0.008845 delay 11348us pkts_in 4454 overlimit 0 dropped 27 maxq 65 ecn_mark 0 # tc qdisc add dev eth0 root pie limit 100 target 50ms tupdate 30ms bytemode # tc -s qdisc show qdisc pie 8036: dev eth0 root refcnt 2 limit 100p target 50.0ms tupdate 32.0ms alpha 2 beta 20 bytemode Sent 1616274 bytes 1137 pkt (dropped 0, overlimits 0 requeues 0) backlog 13626b 9p requeues 0 prob 0.000000 delay 0us pkts_in 1146 overlimit 0 dropped 0 maxq 23 ecn_mark 0 (SEE ALSO) tc(8), tc-codel(8), tc-red(8) (SOURCES) o RFC 8033: https://tools.ietf.org/html/rfc8033 (AUTHORS) PIE Vijay Subramanian Mythili Prabhu . . iproute2 16 January 2014 PIE(8)