Re: [LARTC] Qdisc statistics project

2004-10-14 Thread Antonios Chalkiopoulos
As a necessety for my job is to real-time monitor the bytes, packets, packet dropped etc of all the qdiscs working inside the kernel i've tried varius methods: 1. Parse tc -s command output and update a round robin database and use rrdtool to graphically display tc statistics. I have

Re: [LARTC] Is this actually possible?

2004-10-14 Thread Zviad O. Giorgadze
Hello gypsy, Thank you for information. This patch solves all my problems. FOR EVERYONE = HTB borrowing has problems in kernels up to 2.4.27 (not sure about 2.6 series). Apply patch 21.6.2004. http://luxik.cdi.cz/~devik/qos/htb/ Best regards, Zviad === At 2004-10-14,

Re: [LARTC] Excess Bandwidth

2004-10-14 Thread Ronaldo Z. Afonso
Sorry for my insistence, but I have tried to use different prios based on the class rate and what happens is that the class that has more rate, and in this case more priority, will borrow almost all the excess bandwidth. Like I said, I have read that htb share its excess bandwidth

Re: [LARTC] Is this actually possible?

2004-10-14 Thread Jason Boxman
On Thursday 14 October 2004 06:37, Zviad O. Giorgadze wrote: Hello gypsy, Thank you for information. This patch solves all my problems. FOR EVERYONE = HTB borrowing has problems in kernels up to 2.4.27 (not sure about 2.6 series). Apply patch 21.6.2004. It's in 2.6.8.1 and

Re: [LARTC] Is this actually possible?

2004-10-14 Thread Stef Coene
On Thursday 14 October 2004 05:46, Ow Mun Heng wrote: I have TSL 2.1, kernel 2.4.27-3tr. I changed the PSCHED_CPU and disabled the HTB hysteresis, set SFQ queue length to 16 I'm not sure what are those. If anyone can explain that,it wold be nice - HTB hysteries is an undocumented option and

Re: [LARTC] Qdisc statistics project

2004-10-14 Thread Stef Coene
On Thursday 14 October 2004 10:39, Antonios Chalkiopoulos wrote: As a necessety for my job is to real-time monitor the bytes, packets, packet dropped etc of all the qdiscs working inside the kernel i've tried varius methods: 1. Parse tc -s command output and update a round robin

[LARTC] HTB

2004-10-14 Thread sistemas
Hi all I'm new in this list and i hope to lear and to help if possible. But firt i need help :-( I have this messege in my syslog when my classes and qdiscs goes down. Can any one know what does it mean? Thnx in advance. Yannick Arrimadas Bot Oct 14 16:09:27 pototogorri kernel: HTB init,

Re: [LARTC] Qdisc statistics project

2004-10-14 Thread Thomas Graf
The development of these scripts is stopped. I'm rebuilding my house, making a website, I'm a father for 6 months now, .. but if an interesting project is started, I want to help. In order to not run into duplicated projects: libnl General purpose netlink library for all netlink

Re: [LARTC] HTB

2004-10-14 Thread Jason Boxman
On Thursday 14 October 2004 14:23, sistemas wrote: Hi all I'm new in this list and i hope to lear and to help if possible. But firt i need help :-( I have this messege in my syslog when my classes and qdiscs goes down. Can any one know what does it mean? I used to have an Oops an awful

Re: [LARTC] Qdisc statistics project

2004-10-14 Thread Stephen Hemminger
Thomas Graf wrote: netlink errors Effort has gone into improving error codes/messages returned from netlink users in the kernel. The idea is currently on hold as all acceptable solutions would break APIs. Planned for 2.7 as of now. You probably need to come with another alternative since

Re: [LARTC] Qdisc statistics project

2004-10-14 Thread Thomas Graf
* Stephen Hemminger [EMAIL PROTECTED] 2004-10-14 13:17 netlink errors Effort has gone into improving error codes/messages returned from netlink users in the kernel. The idea is currently on hold as all acceptable solutions would break APIs. Planned for 2.7 as of now. You probably

[LARTC] Shaping on Ports, multiple IP Address's, and SFQ

2004-10-14 Thread Dave Scott
Hi, I have a 3Mbit (up,down) connection going through a Linux box (Debian 600mhz, 500mb ram) using NAT to approx 125 users. Presently I am shaping by marking packets by their port numbers. I'm prioritizing 22, 23, 25, 80, 81, 110, 443, 500, 3389, 1214, 6881:6889, etc, into their appropriate

Re: [LARTC] Shaping on Ports, multiple IP Address's, and SFQ

2004-10-14 Thread Andreas Klauer
Dave Scott wrote: Another question, I was also thinking of limiting everyone's bandwidth to like say 500K each, so no connection can get more then 500k, then it would take about 6 people using full connections to max the line. And then what? If the line is maxed, then it's maxed, wether that's

[LARTC] Emulate WAN

2004-10-14 Thread Jeffrey Schaper
Where can I find examples of configs to emulate WANs, I am looking for slow speeds and high latencies. Thanks