search for: tchelper

Displaying 2 results from an estimated 2 matches for "tchelper".

Did you mean: cthelper
2004 Jun 22
0
Perl Script for pulling information from a mysql database
..."); Action("$tc qdisc add dev $dev parent 10:$classid sfq quantum 1514 perturb 15"); Action("$tc filter add dev $dev parent 10:0 protocol ip prio 25 u32 match ip dst $ip flowid 10:$classid"); } } if (@WARNING) { print"WARNING: TCHELPER produced errors! See below:\n @WARNING\n"; } # # Cool, everyone is now limited. # Exit Nice and clean. $dbh->disconnect; exit(0); _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc...
2004 Jul 02
24
TC Hashing Filters
Hey all, I had asked a question a little while ago about CPU usage being outrageous while using tc and a cbq qdisc. Ed was very kind and offered a few suggestions. One of these was to look at hashing. So after pounding away at it for about a week, I have a general understanding of how it works and have tried to implement it. Unfortunately, and quite obviously since I''m posting here, it