All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] "HTB delay" log messges
@ 2002-06-18 21:22 Anton Yurchenko
  2002-06-19  4:25 ` Alexey Talikov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anton Yurchenko @ 2002-06-18 21:22 UTC (permalink / raw)
  To: lartc

hello,

What are those messages that I get in in /var/log/messages?

HTB delay 4058 > 5 sec

they go on and on, so that syslog even suppresses them.

Thnx,

-- 

Anton Yurchenko<phila@dg.net.ua>
Digital Generation


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] "HTB delay" log messges
  2002-06-18 21:22 [LARTC] "HTB delay" log messges Anton Yurchenko
@ 2002-06-19  4:25 ` Alexey Talikov
  2002-06-19  6:30 ` Stef Coene
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Alexey Talikov @ 2002-06-19  4:25 UTC (permalink / raw)
  To: lartc

This only additional information, not error
If delay value not correct - delay<0 then delay=1 or delay>5*HZ
then delay=5*HZ where HZ\x100 for intel 
(I'm right Martin ???)

See source code of shc_htb.c:992 (htb-3.6) 

19.06.2002 2:22:16, Anton Yurchenko <phila@dg.net.ua> wrote:
>What are those messages that I get in in /var/log/messages?
>HTB delay 4058 > 5 sec
>they go on and on, so that syslog even suppresses them.
-----------------------------------
mailto:alexey_talikov@texlab.com.uz
BR
Alexey Talikov
FORTEK
-----------------------------------


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] "HTB delay" log messges
  2002-06-18 21:22 [LARTC] "HTB delay" log messges Anton Yurchenko
  2002-06-19  4:25 ` Alexey Talikov
@ 2002-06-19  6:30 ` Stef Coene
  2002-06-19  6:32 ` Anton Yurchenko
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Stef Coene @ 2002-06-19  6:30 UTC (permalink / raw)
  To: lartc

On Tuesday 18 June 2002 23:22, Anton Yurchenko wrote:
> hello,
>
> What are those messages that I get in in /var/log/messages?
>
> HTB delay 4058 > 5 sec
>
> they go on and on, so that syslog even suppresses them.
I think it's fixed in a more recent release of htb.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] "HTB delay" log messges
  2002-06-18 21:22 [LARTC] "HTB delay" log messges Anton Yurchenko
  2002-06-19  4:25 ` Alexey Talikov
  2002-06-19  6:30 ` Stef Coene
@ 2002-06-19  6:32 ` Anton Yurchenko
  2002-06-19  8:30 ` Martin Devera
  2002-06-19  8:31 ` Martin Devera
  4 siblings, 0 replies; 6+ messages in thread
From: Anton Yurchenko @ 2002-06-19  6:32 UTC (permalink / raw)
  To: lartc

Stef Coene wrote:

>On Tuesday 18 June 2002 23:22, Anton Yurchenko wrote:
>  
>
>>hello,
>>
>>What are those messages that I get in in /var/log/messages?
>>
>>HTB delay 4058 > 5 sec
>>
>>they go on and on, so that syslog even suppresses them.
>>    
>>
>I think it's fixed in a more recent release of htb.
>
>Stef
>
>  
>
after some digging it came out to be, that if you try to shape to a rate 
LOTS less then the rate going through the class, then delay 
_to_be_introduced_  would be very large, that is more then 5 sec. That 
is what those msgs are all bout. Fix me if I`m wrong.


-- 

Anton Yurchenko<phila@dg.net.ua>
Digital Generation



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] "HTB delay" log messges
  2002-06-18 21:22 [LARTC] "HTB delay" log messges Anton Yurchenko
                   ` (2 preceding siblings ...)
  2002-06-19  6:32 ` Anton Yurchenko
@ 2002-06-19  8:30 ` Martin Devera
  2002-06-19  8:31 ` Martin Devera
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Devera @ 2002-06-19  8:30 UTC (permalink / raw)
  To: lartc

Well but they should be treated as config error. Probably
there is class with ultralow rate or ceil

On Wed, 19 Jun 2002, Alexey Talikov wrote:

> This only additional information, not error
> If delay value not correct - delay<0 then delay=1 or delay>5*HZ
> then delay=5*HZ where HZ\x100 for intel
> (I'm right Martin ???)
>
> See source code of shc_htb.c:992 (htb-3.6)
>
> 19.06.2002 2:22:16, Anton Yurchenko <phila@dg.net.ua> wrote:
> >What are those messages that I get in in /var/log/messages?
> >HTB delay 4058 > 5 sec
> >they go on and on, so that syslog even suppresses them.
> -----------------------------------
> mailto:alexey_talikov@texlab.com.uz
> BR
> Alexey Talikov
> FORTEK
> -----------------------------------
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] "HTB delay" log messges
  2002-06-18 21:22 [LARTC] "HTB delay" log messges Anton Yurchenko
                   ` (3 preceding siblings ...)
  2002-06-19  8:30 ` Martin Devera
@ 2002-06-19  8:31 ` Martin Devera
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Devera @ 2002-06-19  8:31 UTC (permalink / raw)
  To: lartc

> >
> after some digging it came out to be, that if you try to shape to a rate
> LOTS less then the rate going through the class, then delay
> _to_be_introduced_  would be very large, that is more then 5 sec. That
> is what those msgs are all bout. Fix me if I`m wrong.

Good Stef :-))

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-06-19  8:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-18 21:22 [LARTC] "HTB delay" log messges Anton Yurchenko
2002-06-19  4:25 ` Alexey Talikov
2002-06-19  6:30 ` Stef Coene
2002-06-19  6:32 ` Anton Yurchenko
2002-06-19  8:30 ` Martin Devera
2002-06-19  8:31 ` Martin Devera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.