On 05/12/09 14:04, Bart Smaalders wrote:
> Among other things, I run an http server on my home DSL line
> (6M/768kbit).  The content includes several large image
> galleries, and when certain crawlers hit our server w/
> multiple large image uploads, we end up with large
> ping time delays - sufficient to disrupt the kids'
> on-line gaming. Attempts to control this with robots.txt
> has not be very successful; Solaris IPQoS appears quite complex
> to set up and the modem's IPQoS features just crash
> the modem when configured.
>
> How can I use crossbow to limit the _outbound_ bandwidth
> utilization of port 80-sourced traffic?  Do I need to place
> the Apache server in a zone?

try flowadm add-flow -l <your interface name> -a 
transport=tcp,local_port=80 http_flow
then flowadm set-flowprop -p maxbw=3Mbps http_flow (to set the max 
bandwidth to 3 Mbps_)
and/or flowadm set-flowprop -p priority=low http_flow (to make all 
processing for traffic matching that
flow be at the lowest priority.

    Kais.

>
> Thanks -
>
> - Bart
>
>
>


Reply via email to