Re: [CentOS] Bandwith limiting

2010-02-26 Thread Bob Beers
On Fri, Feb 26, 2010 at 8:11 AM, Jason Pyeron  wrote:
>>  wrote:
>> > But I do not know how to persist this.
>>
>> perhaps in the rc.local file?
>>
>
> I am sure there is a proper file for this. Just like iptables, routing, etc.

I am not so sure.

You could make your own init script, like these guys' example[1], then
 use chkconfig and service to make it 'automatic'.

Or you could see of tcng[2] might meet your needs.

Disclaimer:  I am not associated with and have not used either of these.


[1] 
[2] 

-- 
HTH,

-Bob Beers
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bandwith limiting

2010-02-26 Thread Jason Pyeron

 

> -Original Message-
> From: Rajagopal Swaminathan
> Sent: Friday, February 26, 2010 4:12
> To: CentOS mailing list
> Subject: Re: [CentOS] Bandwith limiting
> 
> Greetings,
> 
> On Fri, Feb 26, 2010 at 2:13 PM, Jason Pyeron 
>  wrote:
> >
> > [r...@mirrors html]# tc qdisc add dev eth1 handle 1:0 root dsmark 
> > indices 1 default_index 0 [r...@mirrors html]# tc qdisc add 
> dev eth1 
> > handle 2:0 parent 1:0 tbf burst 2048 limit 2048 mtu 1514 
> rate 3200bps
> 
> Gee Thanks! :)
> 
> >
> >
> > But I do not know how to persist this.
> 
> perhaps in the rc.local file?
> 

I am sure there is a proper file for this. Just like iptables, routing, etc.

> regards,
> 
> Rajagopal
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bandwith limiting

2010-02-26 Thread Rajagopal Swaminathan
Greetings,

On Fri, Feb 26, 2010 at 2:13 PM, Jason Pyeron  wrote:
>
> [r...@mirrors html]# tc qdisc add dev eth1 handle 1:0 root dsmark indices 1
> default_index 0
> [r...@mirrors html]# tc qdisc add dev eth1 handle 2:0 parent 1:0 tbf burst 
> 2048
> limit 2048 mtu 1514 rate 3200bps

Gee Thanks! :)

>
>
> But I do not know how to persist this.

perhaps in the rc.local file?

regards,

Rajagopal
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Bandwith limiting

2010-02-26 Thread Jason Pyeron
I found out how to limit all traffic on a give nic:

[r...@mirrors html]# tc qdisc add dev eth1 handle 1:0 root dsmark indices 1
default_index 0
[r...@mirrors html]# tc qdisc add dev eth1 handle 2:0 parent 1:0 tbf burst 2048
limit 2048 mtu 1514 rate 3200bps


But I do not know how to persist this.

Trying to understand:
http://www.redhat.com/mirrors/LDP/HOWTO/Traffic-Control-tcng-HTB-HOWTO/examples.
html

And the following files:

/etc/iproute2
/etc/iproute2/ematch_map
/etc/iproute2/rt_dsfield
/etc/iproute2/rt_protos
/etc/iproute2/rt_realms
/etc/iproute2/rt_scopes
/etc/iproute2/rt_tables
/etc/sysconfig/cbq
/etc/sysconfig/cbq/avpkt
/etc/sysconfig/cbq/cbq-.example


I am lost. Any suggestions?



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Bandwith limiting

2008-06-26 Thread Jason Pyeron
Centos 4.x with out any non centos rpms, is it possible to limit the bandwith of
a virtual host in apache?

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and
notify the sender immediately.  Any other use of the email by you 
is prohibited.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos