Re: [LARTC] Unknow log message

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Stef Coene wrote:

On Thursday 29 May 2003 08:53, Rohit Neupane wrote:


Hi,
   We have been using HTB for some time without any problem. But for last
2-3 days I'm getting some different type of  message in log file. I don't
know what this means. Can anybody please tell what is going on? and if it
is a problem what I have to do?

htb*c10066 m=2 t=-205 c=-205 pq=0 df=53 ql=0 pa=0 f:
htb*c10022 m=2 t=103 c=103 pq=0 df=902 ql=0 pa=0 f:
htb*c10010 m=2 t=103 c=103 pq=0 df=716 ql=0 pa=0 f:
htb*c10032 m=2 t=103 c=103 pq=0 df=247093 ql=0 pa=0 f:
htb*c10054 m=2 t=103 c=103 pq=0 df=3694545 ql=0 pa=0 f:
htb*c10256 m=2 t=198 c=198 pq=0 df=0 ql=0 pa=0 f:
htb*c10112 m=2 t=5 c=5 pq=0 df=16343626 ql=0 pa=0 f:
htb*c10020 m=2 t=100 c=100 pq=0 df=1147 ql=0 pa=0 f:
htb*c10064 m=2 t=105 c=105 pq=0 df=60000000 ql=0 pa=0
htb*c10120 m=2 t=5 c=5 pq=0 df=60000000 ql=0 pa=0 f:
htb*c10012 m=2 t=93 c=93 pq=0 df=743 ql=0 pa=0 f:
htb*c10030 m=2 t=99 c=99 pq=0 df=754 ql=0 pa=0 f:
htb*c10056 m=2 t=103 c=103 pq=0 df=674 ql=0 pa=0 f:
htb*c10004 m=2 t=8 c=6 pq=0 df=750 ql=0 pa=0 f:
htb*c10062 m=2 t=100 c=100 pq=0 df=16046 ql=0 pa=0 f:
htb*c10040 m=2 t=54 c=54 pq=0 df=759 ql=0 pa=0 f:
htb*c10026 m=2 t=103 c=103 pq=0 df=105644 ql=0 pa=0 f:
htb*c10005 m=2 t=8 c=6 pq=0 df=16 ql=0 pa=0 f:
htb*c10014 m=2 t=103 c=103 pq=0 df=17342 ql=0 pa=0 f:
htb*c10050 m=2 t=103 c=103 pq=0 df=2413 ql=0 pa=0 f:
htb*c10036 m=2 t=56 c=56 pq=0 df=784 ql=0 pa=0 f:
htb*c10060 m=2 t=101 c=101 pq=0 df=2100611 ql=0 pa=0 f:
htb*c10024 m=2 t=103 c=103 pq=0 df=14518 ql=0 pa=0 f:
htb*c10106 m=2 t=105 c=105 pq=0 df=60000000 ql=0 pa=0
htb*c10016 m=2 t=103 c=103 pq=0 df=677 ql=0 pa=0 f:


Can you post your htb commands? And I think there are more messages in your kernel log then the ones you posted.


Well, htb has been coplaining from time about r2q size being low. In fact I'm using default r2q (10).
Except that I've seen nothing in the log before.
Here are my rules.


tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 256
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 2: htb default 256

#### Client 1
tc class add dev eth0 parent 1: classid 1:8 htb rate 16kbit ceil 16kbit
tc class add dev eth1 parent 2: classid 2:8 htb rate 64kbit ceil 64kbit

iptables -t mangle -A FORWARD -s xxxx -d xxx -j MARK --set-mark 8

tc filter add dev eth0 protocol ip parent 1: prio 5 handle 8 fw classid 1:8
tc filter add dev eth1 protocol ip parent 2: prio 5 handle 8 fw classid 2:8
tc qdisc add dev eth0 parent 1:8 sfq perturb 10
tc qdisc add dev eth1 parent 2:8 sfq perturb 10
### End of Client 1

We are around 30 more such rules.

This is a part of kernel.log

May 28 18:49:06 gw-pck-sp kernel: htb*g j=2126434924
May 28 18:49:06 gw-pck-sp kernel: htb*r7 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r6 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r5 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r4 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r3 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r2 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r1 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r0 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*c10066 m=2 t=199 c=199 pq=0 df=230848 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10022 m=2 t=103 c=103 pq=0 df=580734 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10010 m=2 t=103 c=103 pq=0 df=22228 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10032 m=2 t=103 c=103 pq=0 df=68171 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10054 m=2 t=103 c=103 pq=0 df=312064 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10256 m=2 t=194 c=194 pq=0 df=699 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10112 m=2 t=5 c=5 pq=0 df=62185 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10020 m=2 t=102 c=102 pq=0 df=16477 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10064 m=2 t=105 c=105 pq=0 df=60000000 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10120 m=2 t=5 c=5 pq=0 df=1325506 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10012 m=2 t=103 c=103 pq=0 df=1025 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10030 m=2 t=83 c=83 pq=0 df=11 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10056 m=2 t=103 c=103 pq=0 df=16764 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10004 m=2 t=8 c=6 pq=0 df=15 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10062 m=2 t=99 c=99 pq=0 df=0 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10040 m=2 t=51 c=51 pq=0 df=349 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10026 m=2 t=100 c=100 pq=0 df=19327 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10005 m=2 t=8 c=6 pq=0 df=2 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10014 m=2 t=103 c=103 pq=0 df=519256 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10050 m=2 t=100 c=100 pq=0 df=1082035 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10036 m=2 t=102 c=102 pq=0 df=23 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10060 m=2 t=94 c=94 pq=0 df=696679 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10024 m=2 t=103 c=103 pq=0 df=54 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10106 m=2 t=105 c=105 pq=0 df=60000000 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10016 m=2 t=101 c=101 pq=0 df=207 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10034 m=2 t=103 c=103 pq=0 df=4194941 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10052 m=2 t=393 c=393 pq=0 df=266509 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10008 m=2 t=393 c=393 pq=0 df=38 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10108 m=2 t=103 c=103 pq=0 df=427107 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10018 m=2 t=46 c=46 pq=0 df=271 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10028 m=2 t=103 c=103 pq=0 df=1504436 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10038 m=2 t=103 c=103 pq=0 df=1503663 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10048 m=2 t=64 c=64 pq=0 df=120 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10058 m=2 t=54 c=54 pq=0 df=20291 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c10096 m=2 t=99 c=99 pq=0 df=42304 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*g j=2126434926
May 28 18:49:06 gw-pck-sp kernel: htb*r7 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r6 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r5 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r4 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r3 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r2 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r1 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r0 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*g j=2126434928
May 28 18:49:06 gw-pck-sp kernel: htb*r7 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r6 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r5 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r4 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r3 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r2 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r1 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r0 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*c20256 m=2 t=103 c=103 pq=0 df=21591 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c20004 m=2 t=8 c=6 pq=0 df=60000000 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c20005 m=2 t=8 c=6 pq=0 df=8719 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c20008 m=2 t=-188 c=-188 pq=0 df=70 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*g j=2126434930
May 28 18:49:06 gw-pck-sp kernel: htb*r7 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r6 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r5 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r4 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r3 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r2 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r1 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r0 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*g j=2126434933
May 28 18:49:06 gw-pck-sp kernel: htb*r7 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r6 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r5 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r4 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r3 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r2 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r1 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*r0 m=0
May 28 18:49:06 gw-pck-sp kernel: htb*c30066 m=2 t=16 c=16 pq=0 df=88958 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30022 m=2 t=103 c=103 pq=0 df=580330 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30010 m=2 t=98 c=98 pq=0 df=5522 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30032 m=2 t=103 c=103 pq=0 df=715394 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30054 m=2 t=102 c=102 pq=0 df=318342 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30256 m=2 t=196 c=196 pq=0 df=0 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30112 m=2 t=5 c=5 pq=0 df=61868 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30020 m=2 t=101 c=101 pq=0 df=16498 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30064 m=2 t=105 c=105 pq=0 df=60000000 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30120 m=2 t=5 c=5 pq=0 df=1323401 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30012 m=2 t=102 c=102 pq=0 df=1902 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30030 m=2 t=-154 c=-154 pq=0 df=82 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30056 m=2 t=103 c=103 pq=0 df=16785 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30004 m=2 t=8 c=6 pq=0 df=4405 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30062 m=2 t=95 c=95 pq=0 df=17 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30040 m=2 t=39 c=39 pq=0 df=1360 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30026 m=2 t=103 c=103 pq=0 df=18912 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30005 m=2 t=8 c=6 pq=0 df=24 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30014 m=2 t=102 c=102 pq=0 df=367444 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30050 m=2 t=69 c=69 pq=0 df=1078580 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30036 m=2 t=-187 c=-187 pq=0 df=12 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30060 m=2 t=103 c=103 pq=0 df=694841 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30024 m=2 t=-188 c=-188 pq=0 df=78 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30106 m=2 t=105 c=105 pq=0 df=60000000 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30016 m=2 t=42 c=42 pq=0 df=571211 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30034 m=2 t=102 c=102 pq=0 df=4194963 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30052 m=2 t=69 c=69 pq=0 df=266532 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30108 m=2 t=103 c=103 pq=0 df=427128 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30018 m=2 t=50 c=50 pq=0 df=295 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30028 m=2 t=102 c=102 pq=0 df=1504457 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30038 m=2 t=102 c=102 pq=0 df=1503684 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30048 m=2 t=20 c=20 pq=0 df=129 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30058 m=2 t=54 c=54 pq=0 df=20385 ql=0 pa=0 f:
May 28 18:49:06 gw-pck-sp kernel: htb*c30096 m=2 t=99 c=99 pq=0 df=41983 ql=0 pa=0 f:
May 28 18:49:07 gw-pck-sp kernel: htb*g j=2126434935
May 28 18:49:07 gw-pck-sp kernel: htb*r7 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r6 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r5 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r4 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r3 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r2 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r1 m=0
May 28 18:49:07 gw-pck-sp kernel: htb*r0 m=0
May 28 18:50:34 gw-pck-sp kernel: quantum of class 30032 is small. Consider r2q change.<4>HTB: q
uantum of class 10036 is small. Consider r2q change.<4>HTB: quantum of class 30036 is small. Con
sider r2q change.<4>HTB: quantum of class 10054 is small. Consider r2q change.<4>HTB: quantum of
class 30054 is small. Consider r2q change.<4>HTB: quantum of class 10256 is small. Consider r2q
change.<4>HTB: quantum of class 20256 is small. Consider r2q change.<4>HTB: quantum of class 30
256 is small. Consider r2q change.<7>htb*g j=2126480063
May 28 18:50:34 gw-pck-sp kernel: htb*r7 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r6 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r5 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r4 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r3 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r2 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r1 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r0 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*c10066 m=2 t=204 c=204 pq=0 df=44510 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10022 m=2 t=105 c=105 pq=0 df=44441 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10010 m=2 t=103 c=103 pq=0 df=682 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10032 m=2 t=105 c=105 pq=0 df=44404 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10054 m=2 t=105 c=105 pq=0 df=44362 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10256 m=2 t=204 c=204 pq=0 df=44341 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10112 m=2 t=5 c=5 pq=0 df=45038 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10020 m=2 t=86 c=86 pq=0 df=2533 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10064 m=2 t=105 c=105 pq=0 df=44760 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10120 m=2 t=5 c=5 pq=0 df=44990 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10012 m=2 t=99 c=99 pq=0 df=20524 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10030 m=2 t=102 c=102 pq=0 df=2536 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10056 m=2 t=103 c=103 pq=0 df=35133 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10004 m=2 t=8 c=6 pq=0 df=698 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10062 m=2 t=101 c=101 pq=0 df=0 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10040 m=2 t=54 c=54 pq=0 df=1205 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10026 m=2 t=105 c=105 pq=0 df=44420 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10005 m=2 t=8 c=6 pq=0 df=685 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10014 m=2 t=105 c=105 pq=0 df=44871 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10050 m=2 t=105 c=105 pq=0 df=44641 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10036 m=2 t=102 c=102 pq=0 df=634 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10060 m=2 t=105 c=105 pq=0 df=44800 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10024 m=2 t=102 c=102 pq=0 df=638 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10106 m=2 t=105 c=105 pq=0 df=45014 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10016 m=2 t=101 c=101 pq=0 df=3310 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10034 m=2 t=105 c=105 pq=0 df=44701 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10052 m=2 t=404 c=404 pq=0 df=44571 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10008 m=2 t=393 c=393 pq=0 df=105 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10108 m=2 t=98 c=98 pq=0 df=3756 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10018 m=2 t=51 c=51 pq=0 df=654 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10028 m=2 t=105 c=105 pq=0 df=44721 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10038 m=2 t=105 c=105 pq=0 df=44490 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10048 m=2 t=103 c=103 pq=0 df=34288 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10058 m=2 t=54 c=54 pq=0 df=12141 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c10096 m=2 t=99 c=99 pq=0 df=12447 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*g j=2126480065
May 28 18:50:34 gw-pck-sp kernel: htb*r7 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r6 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r5 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r4 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r3 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r2 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r1 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r0 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*g j=2126480067
May 28 18:50:34 gw-pck-sp kernel: htb*r7 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r6 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r5 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r4 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r3 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r2 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r1 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r0 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*c20256 m=2 t=103 c=103 pq=0 df=5116 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c20004 m=2 t=8 c=6 pq=0 df=45043 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c20005 m=2 t=8 c=6 pq=0 df=737 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*c20008 m=2 t=-9 c=-9 pq=0 df=0 ql=0 pa=0 f:
May 28 18:50:34 gw-pck-sp kernel: htb*g j=2126480070
May 28 18:50:34 gw-pck-sp kernel: htb*r7 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r6 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r5 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r4 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r3 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r2 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r1 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r0 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*g j=2126480073
May 28 18:50:34 gw-pck-sp kernel: htb*r7 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r6 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r5 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r4 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r3 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r2 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r1 m=0
May 28 18:50:34 gw-pck-sp kernel: htb*r0 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*c30066 m=2 t=204 c=204 pq=0 df=44516 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30022 m=2 t=105 c=105 pq=0 df=44447 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30010 m=2 t=69 c=69 pq=0 df=782 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30032 m=2 t=105 c=105 pq=0 df=44410 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30054 m=2 t=105 c=105 pq=0 df=44368 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30256 m=2 t=143 c=143 pq=0 df=0 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30112 m=2 t=5 c=5 pq=0 df=45044 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30020 m=2 t=90 c=90 pq=0 df=2557 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30064 m=2 t=105 c=105 pq=0 df=44766 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30120 m=2 t=5 c=5 pq=0 df=44996 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30012 m=2 t=102 c=102 pq=0 df=9963 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30030 m=2 t=103 c=103 pq=0 df=4663 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30056 m=2 t=103 c=103 pq=0 df=35161 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30004 m=2 t=8 c=6 pq=0 df=2039 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30062 m=2 t=97 c=97 pq=0 df=6 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30040 m=2 t=54 c=54 pq=0 df=640 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30026 m=2 t=105 c=105 pq=0 df=44426 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30005 m=2 t=8 c=6 pq=0 df=704 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30014 m=2 t=105 c=105 pq=0 df=44876 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30050 m=2 t=105 c=105 pq=0 df=44647 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30036 m=2 t=-186 c=-186 pq=0 df=466 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30060 m=2 t=105 c=105 pq=0 df=44806 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30024 m=2 t=-94 c=-94 pq=0 df=105 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30106 m=2 t=105 c=105 pq=0 df=45020 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30016 m=2 t=105 c=105 pq=0 df=44853 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30034 m=2 t=105 c=105 pq=0 df=44706 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30052 m=2 t=105 c=105 pq=0 df=44577 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30108 m=2 t=103 c=103 pq=0 df=1717 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30018 m=2 t=51 c=51 pq=0 df=639 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30028 m=2 t=105 c=105 pq=0 df=44727 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30038 m=2 t=105 c=105 pq=0 df=44495 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30048 m=2 t=102 c=102 pq=0 df=14776 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30058 m=2 t=40 c=40 pq=0 df=12225 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*c30096 m=2 t=99 c=99 pq=0 df=12111 ql=0 pa=0 f:
May 28 18:50:35 gw-pck-sp kernel: htb*g j=2126480075
May 28 18:50:35 gw-pck-sp kernel: htb*r7 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r6 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r5 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r4 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r3 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r2 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r1 m=0
May 28 18:50:35 gw-pck-sp kernel: htb*r0 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*g j=2130863902
May 28 21:13:16 gw-pck-sp kernel: htb*r7 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r6 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r5 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r4 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r3 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r2 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r1 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*r0 m=0
May 28 21:13:16 gw-pck-sp kernel: htb*c10066 m=2 t=204 c=204 pq=0 df=4383241 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10022 m=2 t=103 c=103 pq=0 df=459170 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10010 m=2 t=100 c=100 pq=0 df=6104 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10032 m=2 t=103 c=103 pq=0 df=462239 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10054 m=2 t=103 c=103 pq=0 df=3212330 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10256 m=2 t=199 c=199 pq=0 df=4452 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10112 m=2 t=5 c=5 pq=0 df=576596 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10020 m=2 t=100 c=100 pq=0 df=3072 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10064 m=2 t=105 c=105 pq=0 df=4383490 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10120 m=2 t=5 c=5 pq=0 df=411829 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10012 m=2 t=91 c=91 pq=0 df=960 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10030 m=2 t=102 c=102 pq=0 df=72 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10056 m=0 t=-133 c=-133 pq=2130863902 df=132 ql=2 pa=1 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10004 m=2 t=8 c=6 pq=0 df=692 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10062 m=2 t=-42 c=-42 pq=0 df=0 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10040 m=2 t=54 c=54 pq=0 df=30 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10026 m=2 t=103 c=103 pq=0 df=28872 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10005 m=2 t=8 c=6 pq=0 df=7 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10014 m=2 t=105 c=105 pq=0 df=4383600 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10050 m=2 t=105 c=105 pq=0 df=4383370 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10036 m=2 t=101 c=101 pq=0 df=4098 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10060 m=2 t=103 c=103 pq=0 df=299753 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10024 m=2 t=103 c=103 pq=0 df=125 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10106 m=2 t=105 c=105 pq=0 df=4383752 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10016 m=2 t=100 c=100 pq=0 df=586 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10034 m=2 t=105 c=105 pq=0 df=4383431 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10052 m=2 t=393 c=393 pq=0 df=375245 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10008 m=2 t=225 c=225 pq=0 df=447 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10108 m=2 t=103 c=103 pq=0 df=497744 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10018 m=2 t=54 c=54 pq=0 df=105 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10028 m=2 t=103 c=103 pq=0 df=533898 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10038 m=2 t=105 c=105 pq=0 df=4383220 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10048 m=2 t=-7 c=-7 pq=0 df=75 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10058 m=2 t=54 c=54 pq=0 df=449189 ql=0 pa=0 f:
May 28 21:13:16 gw-pck-sp kernel: htb*c10096 m=2 t=97 c=97 pq=0 df=190372 ql=0 pa=0 f:



regards, Rohit Neupane



Stef







[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux