search for: overhead

Displaying 20 results from an estimated 6827 matches for "overhead".

2005 Nov 15
1
UDP transfer speed exceeding the ceil by about 4x
A bit more detail. I have the following htb classes set up... class htb 1:356 parent 1:4 leaf 356: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:357 parent 1:4 leaf 357: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:2 root rate 51200bit ceil 54400bit burst 64Kb/8 mpu 0b overhead 0b cburst 1667b/8 m...
2006 Feb 10
3
htb root don''t reach ceil rate?
...my adsl line. But the root class don''t reach the ceil value but some childs are get a huge backlog. My setup: (tc -d class show dev ppp0) [cleaned a bit] ******************************************************** class htb 1:1 root rate 576000bit ceil 576000bit burst 30Kb/8 cburst 1739b/8 overhead 14b level 7 class htb 1:10 parent 1:1 leaf 100: prio 0 quantum 7500 rate 58000bit ceil 115000bit burst 1480b/8 cburst 1508b/8 overhead 14b level 0 class htb 1:20 parent 1:1 leaf 200: prio 1 quantum 256 rate 282000bit ceil 576000bit burst 396b/2 cburst 543b/2 overhead 14b level 0 class htb 1:30 pa...
2005 Apr 12
8
HTB ATM MPU OVERHEAD (without any patching)
...e HTB root qdisc tc qdisc add dev eth0 root handle 1: htb default 22 # create classe tc class add dev eth0 parent 1: classid 1:1 htb \ rate 695kbit # create leaf classes # ACKs, ICMP, VOIP tc class add dev eth0 parent 1:1 classid 1:20 htb \ rate 50kbit \ ceil 695kbit \ prio 0 \ mpu 96 \ overhead 24 # GAMING tc class add dev eth0 parent 1:1 classid 1:21 htb \ rate 600kbit \ ceil 695kbit \ prio 1 \ mpu 96 \ overhead 24 # NORMAL tc class add dev eth0 parent 1:1 classid 1:22 htb \ rate 15kbit \ ceil 695kbit \ prio 2 \ mpu 96 \ overhead 24 # LOW PRIORITY (WWW SERVER, FTP SER...
2006 Mar 02
33
Patch to allow for the ATM "cell tax"
...nks capacity can be this padding. It is not difficult using tc as it stands to generate a rate table does a fairly good job of estimating the bandwidth used on your ADSL link by large packets, or by small packets of a consistent size. You can''t do both. You can play with the figures (overhead and base rate) and get all sorts of trade offs. If you are prepared to overestimate the links carrying capacity at some packet sizes, (a serious error for VOIP), then you can get the worst case error down to around 20%. If you don''t want at overestimate link capacity under any circums...
2008 Dec 29
7
Europa Universalis 2 crash (Ubuntu 8.04 Wine 1.1.10)
According to the AppDB EU2 1.09 has a platinum rating, but it's constantly crashing on me. I installed the game from the CD, updated to the latest version (1.09), and the game launches just fine. When it gets into the menu I notice that it's running a lot slower than it should be. I can start a single player game and it still runs slow, and then crashes. It doesn't matter what I do in
2011 Jul 19
1
Measuring and comparing .C and .Call overhead
...urther pursuing my curiosity to measure the efficiency of R/C++ interface, I conducted a simple matrix-vector multiplication test using .C and .Call functions in R. In each case, I measured the execution time in R, as well as inside the C++ function. Subtracting the two, I came up with a measure of overhead associated with each call. I assume that this overhead would be non-existent of the entire code was implemented in C++. [Please let me know if my approach is somehow faulty.] The results of this simple test have significant implications for my software development approach. I hope others find this...
2003 Nov 13
6
Overhead Paging
Does anyone have any recommendations for overhead paging systems for use with Asterisk? Thanks, Randy Johnson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031113/82ae09ec/attachment.htm
2005 Nov 07
9
has anyone tried adsl-optmizer kernel patches for dsl modems?
Hi I''m using wondershaper like script. But noticed imperfect scheduling. By googling, I found some patches that takes the aal5 atm overhead in the scheduling algorithms. http://www.adsl-optimizer.dk/ADSL-optimizer/ Before trying it, has anyone tried these patches? they apply on 2.4.29 kernel and 2.6.9 TC. I use centos4 with a 2.6 kernel, so I can''t try these easily. Thanks
2003 Sep 03
1
resend: * newbie: overhead paging and nbsd
I've rummaged through the archives and documentation and have yet to find references to nbsd or mention of how to implement overhead paging using chan_oss as mentioned in the list previously. I suspect that one would use a soundcard in the PBX system and feed the output to speakers and/or PA system. Would someone please point me to some procedures or documentation to acomplish overhead paging? Best regards, Erik -----Forwarded...
2013 Apr 26
4
[LLVMdev] [Polly] GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Hi all, I have updated my GSoS proposal: "FastPolly: Reducing LLVM-Polly Compiling overhead" (https://gist.github.com/tanstar/5441808). I think the pass ordering problem you discussed early can be also investigated in this project! Is there any comment or advice about my proposal? I appreciate all your help and advice. Thanks, Star Tan Proposal: https://gist.github.com/tanstar/54...
2013 May 02
0
[LLVMdev] [Polly] GSoC Proposal: Reducing LLVM-Polly Compiling overhead
On 04/26/2013 05:08 AM, tanmx_star wrote: > Hi all, Hi, thanks for the update and sorry for the delay in reviewing. I just had a look at your proposal. > I have updated my GSoS proposal: "FastPolly: Reducing LLVM-Polly Compiling overhead" (https://gist.github.com/tanstar/5441808). I think the pass ordering problem you discussed early can be also investigated in this project! Yes, figuring out the optimal path ordering sequence is very good. > Is there any comment or advice about my proposal? I appreciate all your help a...
2004 May 13
19
HTB MPU
Hi. I wrote in a reply to a mail on here recently that you can''t set mpu (minimum packet unit) on HTB as you can on CBQ. I''ve just noticed that there is a patch on devik''s site which does mpu and overhead. http://luxik.cdi.cz/~devik/qos/htb/ For dsl users mpu is, for practical purposes going to be 106 - overhead is still variable though, depending on packet size. Having these should let you push upstream bandwidth rates a bit closer to the limit. Andy. ________________________________________...
2007 Sep 16
1
Yet another shaping question
Hello list, I need to realize a complicated custom shaping setup, and given very little experience with shaping I just can''t wrap my head around it. I am not seeking a complete script, I just need an idea/a set of pointers on how to best subdivide traffic accordingly to my needs, and which shapers to place on every leaf. I am very experienced with netfilter and have minor experience with
2013 Mar 18
2
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
...polly optimization) Polly-optimize: clang -Xclang -load -Xclang LLVMPolly.so -mllvm -polly -O3 (use polly optimization) The preliminary experimental results are as follows: (benchmarks are collected from Po | | Clang (seconds) | Polly-basic (seconds) | Polly-optimize (seconds) | Polly-load overhead | Polly-optimize overhead | | 2mm.c | 0.786 | 0.802 | 1.944 | 2.0% | 147.3% | | correlation.c | 0.782 | 0.792 | 2.005 | 1.3% | 156.4% | | gesummv.c | 0.583 | 0.603 | 1.08 | 3.4% | 85.2% | | ludcmp.c | 0.787 | 0.806 | 2.475 | 2.4% | 214.5% | | 3mm.c | 0.786 | 0.811 | 2.617 | 3.2% | 233.0% | | covari...
2003 Dec 05
1
overhead ??
...mentation but reading ogg specs i didn't understand this lines: "We simply add the lacing values for the total size; the last lacing value for a packet is always the value that is less than 255. Note that this encoding both avoids imposing a maximum packet size as well as imposing minimum overhead on small packets (as opposed to, eg, simply using two bytes at the head of every packet and having a max packet size of 32k. Small packets (<255, the typical case) are penalized with twice the segmentation overhead). Using the lacing values as suggested, small packets see the minimum possible by...
2014 Sep 17
3
[LLVMdev] Measure execution time of each basic block
Jon, I need to create a database of basics blocks and their execution time. The only thing I'm concerned is if a block A is more expensive than a block B. Do you think that even with the overhead I would be able to get the A > B information? Like: overhead + time(A) > overhead + time(B) => A > B. If so, I'm not too much concerned about the accuracy. Not sure if I was clear, Thanks again Vanderson M. Rosario 2014-09-17 17:26 GMT-03:00 Jonathan Roelofs <jonathan at code...
2013 Oct 18
7
AM335x ARM Cortex-A8 performance drop opus 1.1
...----------------------------------------------------- Encoded: 1 minute and 30.82 seconds Runtime: 1 minute and 8 seconds (1.336x realtime) Wrote: 1106810 bytes, 4541 packets, 93 pages Bitrate: 96.7055kbit/s (without overhead) Instant rates: 76kbit/s to 165.6kbit/s (190 to 414 bytes per packet) Overhead: 0.81% (container+metadata) [root at studio-connect.de audio]# opusenc music_orig.wav music_orig.opus1.1 Encoding using libopus unknown (audio) ---------------------------------------------------...
2007 Aug 17
2
[LLVMdev] Extending AsmPrinter
...imply avoid the constructor issue by > declaring that no user shall write to an AsmStream in a static object > constructor. So we don't have worries about multiple constructor calls at > program startup. There is no ios_base::Init equivalent for AsmStream. This gives you the virtual overhead of streams without the buffering overhead of FILE*. Instead of the buffering overhead of stdio you have your own different but exactly equivalent buffering overhead. > The second concern is addressed as described earlier. I do the buffering > at the AsmStream level to minimize virtual ca...
2006 Feb 20
6
HTB, strange capacity distribution
Hello, after spending several hours reading archives, I decided to write new post. I successfully set up packet classification, made some basic HTB setup, made some simple graphical representation from HTB statistics data... BUT, I cannot figure out how to refine HTB to get this behaviour: I need that class "p2p" should be the last one to get some link capacity. If I set both RATE
2006 Sep 09
2
Re: htb traffic shaping problem (Charlie Meyer)
...ng, thanks. I was going for tc because was going to try to add additional shaping to non-apache traffic once I got it working correctly. Thanks, -Ryan Power tc -s -d class show dev eth0 class htb 1:99 parent 1:1 leaf 99: prio 0 quantum 3000 rate 900000Kbit ceil 1000Mbit burst 451350b/8 mpu 0b overhead 0b cburst 501375b/8 mpu 0b overhead 0b level 0 Sent 48695 bytes 398 pkt (dropped 0, overlimits 0 requeues 0) rate 2704bit 2pps backlog 0b 0p requeues 0 lended: 398 borrowed: 0 giants: 0 tokens: 4326 ctokens: 4325 class htb 1:1 root rate 1000Mbit ceil 1000Mbit burst 501375b/8 mpu 0b overh...