Displaying 1 result from an estimated 1 matches for "yemp".
Did you mean:
temp
2001 Dec 28
1
need help in shaping traffic
...ropped 114, overlimits
0)
backlog 2p
qdisc pfifo 101: limit 2p
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
qdisc pfifo 100: limit 2p
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
qdisc htb 2:
Sent 1067296 bytes 993 pkts (dropped 114, overlimits
1414)
backlog 2p
[root@cab2 root]# cat yemp
#!/bin/sh
tc qdisc add dev eth0 root handle 1: htb default 100
tc class add dev eth0 parent 1: classid 1:1 htb rate
10mbit burst 5k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate
256kbit ceil 1mbit burst 2
tc class add dev eth0 parent 1:10 classid 1:100 htb
rate 2kbit burst 2
tc class add...