Displaying 2 results from an estimated 2 matches for "yeosv".
Did you mean:
resv
2005 May 06
5
Ingress rate
Hello
I''m doing some qdisc programming and
I want to get/read the current ingress rate from a kernel module
I was wondering what is the most convenient of achieving this
My idea is to load the ingress qdisc and the police filter if necessary.
and modify the source to export a structure or function so I can read the
ingress rate.
How does this sound?
Is there a simpler way?
With
2005 May 05
1
TC breaking Virtual network connection
Good afternoon,
I am a newbie to lartc. I have read the HOWTO. I set up a CBQ traffic control using the following commands, and it caused my VNC connection to break frequently.
=======================================================================
**CBQ: cbq-1280.My_shaper
/sbin/tc qdisc del dev lo root
/sbin/tc qdisc add dev lo root handle 1 cbq bandwidth 20Mbps avpkt 1000 cell 8
/sbin/tc