Re: [LARTC] wonder shaper

2004-10-27 Thread Andreas Klauer
Am Wednesday 27 October 2004 01:58 schrieb Vicky: what's difference between wonder shaper and htb/tc? tc is a general traffic control configuration utility. htb is one of the many schedulers (qdiscs). wondershaper is a shell script that executes tc commands to set up traffic shaping with cbq

[LARTC] Limiting Bandwidth of an ppp interfaces

2004-10-27 Thread Florian Taeger
Hi everyone. I'm working on a problem since some days. I have a linux router with about 100 ppp interfaces. Each interface should bei limited to an individual bandwidth of 1024kbit, 2048kbit or 3096kbit. Up AND downstream. (let's say for example 1024kbit upstream and 1024kbit downstream) The

Re: [LARTC] graphics HTB

2004-10-27 Thread emo terziev
Ok i will try it ... graphics look excactly what i need. Regards Emil On Tue, 26 Oct 2004 17:55:27 +0200, Andreas Klauer [EMAIL PROTECTED] wrote: Am Tuesday 26 October 2004 16:16 schrieb emo terziev: Hi is it any tool like show.pl by Stef Coene to generate graph with classes but for

Re: [LARTC] Traffic Control Diagnostic Graphing Utility

2004-10-27 Thread vicente
Hi Jason, I'm trying your script with munin. But I can't make it work. Here you have the error I get: munin-run polltc_eth0 Use of uninitialized value in hash element at /etc/munin/plugins/polltc_eth0 line 126. Use of uninitialized value in string eq at /etc/munin/plugins/polltc_eth0

Re: [LARTC] graphics HTB

2004-10-27 Thread emo terziev
hi Andreas, how can i generate grafics from output file? script dump one big one list ... this is only part of list 3:a390 - a390: [style=bold,color=green]; 3:a391 - a391: [style=bold,color=green]; 3:a392 - a392: [style=bold,color=green]; 3:a393 - a393: [style=bold,color=green];

Re: [LARTC] graphics HTB

2004-10-27 Thread Andreas Klauer
Am Wednesday 27 October 2004 15:43 schrieb emo terziev: how can i generate grafics from output file? The graphics itself are generated by GraphViz. In Gentoo, install it with 'emerge graphviz'. If you have another distro, check if it provides a GraphViz package and install that. Otherwise you

Re: [LARTC] Traffic Control Diagnostic Graphing Utility

2004-10-27 Thread magin
hi Jason, and thx for your perl script. but i can't do it work. I can't use perl, so i feel myself an idiot :( the script answer this error: Use of uninitialized value in hash element at polltc_eth1 line 126. Use of uninitialized value in string eq at polltc_eth1 line 159. Use of uninitialized

Re: [LARTC] Traffic Control Diagnostic Graphing Utility

2004-10-27 Thread magin
hi jason, this is the output: tc -s class show dev eth1 class htb 1:11 parent 1:1 prio 1 rate 40Kbit ceil 110Kbit burst 1650b cburst 1739b Sent 1116054 bytes 6654 pkts (dropped 0, overlimits 0) lended: 6654 borrowed: 0 giants: 0 tokens: 256479 ctokens: 98443 class htb 1:1 root rate 110Kbit

[LARTC] throttle lan client only

2004-10-27 Thread Karl J Rink
I have the below example working on tagging a source and throttling all the clients for traffic control. However, I need to throttle a specific client on the lan side only. The solution could be with or with out the use of iptables, it doesn't matter. this works: eth0=wan eth1=lan