search for: 45pps

Displaying 3 results from an estimated 3 matches for "45pps".

Did you mean: 45fps
2006 Apr 15
13
htb overrate with 2.6.16
....16 kernel I get results like # tc -s -d class show dev eth0 class htb 1:2 root leaf 800b: prio 0 quantum 25000 rate 2000Kbit ceil 2000Kbit burst 2600b/8 mpu 0b overhead 0b cburst 2600b/8 mpu 0b overhead 0b level 0 Sent 189796883 bytes 20626 pkt (dropped 0, overlimits 0 requeues 0) rate 3484Kbit 45pps backlog 0b 0p requeues 0 lended: 20627 borrowed: 0 giants: 30926 tokens: -9768 ctokens: -9768 As you can see the correctly calculated rate is way above the ceiling and I''ve seen it go as fast as this certain type of traffic can go (something like 8-10Mbits), i.e. the class doesn'...
2013 May 31
1
Re: Fwd: Does Set Block IO tune take effect in the same session.
...dwidth/> element from 'virsh dumxpl $dom'? However, I might be hitting the same issue: # tc -s class show dev vnet0 class htb 1:1 root leaf 2: prio 0 rate 80000bit ceil 80000bit burst 1600b cburst 1600b Sent 5146972 bytes 3540 pkt (dropped 0, overlimits 0 requeues 0) rate 536752bit 45pps backlog 0b 4p requeues 0 lended: 359 borrowed: 0 giants: 0 tokens: -937499999 ctokens: -937499999 class sfq 2:36c parent 2: (dropped 0, overlimits 0 requeues 0) backlog 103018b 4p requeues 0 allot 1520 We can see both rate and ceil being 80kbit however the current rate being 536kbit. I...
2013 May 28
2
Re: Fwd: Does Set Block IO tune take effect in the same session.
On 27.05.2013 12:36, vikrant verma wrote: > Hello Michal, > > I am using the following code - > > virDomainSetInterfaceParameters(dom, "vnet0", networkParainfoPtr, > nparams,0); > > before calling this i am assigning the following Inbound values > > inbound.average = 10 (10 kbps) > inbound .peak = 10 > inbound.burst = 10 I suspect this way too