tc qdisc add dev eth0 root sfq perturb 10 I want to set perturb to 8 then i used this tc qdisc add dev eth0 root sfq perturb 8 system give me the following message RTNETLINK file exists I delete the rule by this :"tc qdisc del dev eth0 root sfq perturb 10" please tell me how can i delete the rule by another way and where is "RTNETLINK file" _________________________________________________________ Do You Yahoo!? 摊开你的掌心 让我看看你 http://sweepstakes.yahoo.com/2002cnuser
On Wednesday 08 May 2002 04:33, hanhbnetfilter wrote:> tc qdisc add dev eth0 root sfq perturb 10 > I want to set perturb to 8 > then i used this > tc qdisc add dev eth0 root sfq perturb 8 > system give me the following message > RTNETLINK file exists > I delete the rule by this :"tc qdisc del dev eth0 root > sfq perturb 10" > please tell me how can i delete the rule by another > wayThere is no other way.> and where is "RTNETLINK file"That means the qdsc/class already exist. tc is very cryptic in the way to describe the error. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net
If i want to see the qdisc class usage and borrowing at certain interval in cbq or htb, what should i do ? Best regards,>--<Kristiadi Himawan>--<
On Wednesday 08 May 2002 10:23, Kristiadi Himawan wrote:> If i want to see the qdisc class usage and borrowing at certain interval > in cbq or htb, > what should i do ?http://home.docum.org/stef.coene/qos/gui/rrd.html Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net
is that really gui ? don''t you have the console version ? can it show the ip address and each bandwith usage ? On Wed, 8 May 2002, Stef Coene wrote: |On Wednesday 08 May 2002 10:23, Kristiadi Himawan wrote: |> If i want to see the qdisc class usage and borrowing at certain interval |> in cbq or htb, |> what should i do ? |http://home.docum.org/stef.coene/qos/gui/rrd.html | |Stef | |-- Best regards,>--<Kristiadi Himawan>--<
On Wednesday 08 May 2002 13:48, Kristiadi Himawan wrote:> is that really gui ? don''t you have the console version ? > can it show the ip address and each bandwith usage ?There is no GUI. I want to write one, but it''s not so easy to do so. So I started witht the easy part and wrote some scripts to process the output of the tc command. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net