@yelreve do you include a facility to output lines like the shell script? I ask because I think it is important to be able to output plots of bandwidth and RTT to make sure all is working as it should.
I like this plot a lot (albeit optimisation is still needed to stop those larger RTT spikes, but I haven't had enough time to optimise):
but as the LTE connection between my B818-263 modem and cell tower gets optimized (max theoretically possible bandwidth on my connection given single channel and no channel aggregation is 80Mbit/s I believe) it can keep going higher from 20Mbit/s all the way up to around 50Mbit/s where it oscillates:
So you see an algorithm could get thrown by stopping the climb upon the initial false ceilings. Would the theory in your script handle this situation? Such a climb will not always occur because whereas this particular climb reflects a relatively unloaded cell tower, when the cell tower faces congestion the possible ascent will look different. And add to that variability associated with signal propagation issues (in my case not such a big factor, but in other LTE connections can be a big factor).
Factors like this make me wonder if not just keeping it all super simple is best, because trying to do clever stuff might break given underlying complexities. Complexity that works for connections: {A, B and C} may completely fail for connections: {D, E and F}.
Also what do we do with connections like @Knomax's:
Hi @Lynx, I've built in the ability to write the adjustments out to a json log file, can tweak this to give a CSV output instead if that would be more useful?
hey do you guys have any tips on how to reduce rollback in fighting games i mainly play brawlhalla and when i attack someone i hear the sound as if im hitting the person but im not and then get instantly punished
Sorry, but CAKE /w Adaptive Bandwidth is more geared towards helping individuals with relationship issues. Specifically it helps avoid dating websites lagging owing to concurrent downloads of self-help DVDs and the like.
root@OpenWrt:~# ping mysinglefriend.com
PING mysinglefriend.com (212.32.224.182) 56(84) bytes of data.
64 bytes from slb.i2.datinglab.net (212.32.224.182): icmp_seq=1 ttl=49 time=54.4 ms
64 bytes from slb.i2.datinglab.net (212.32.224.182): icmp_seq=2 ttl=49 time=54.9 ms
64 bytes from slb.i2.datinglab.net (212.32.224.182): icmp_seq=3 ttl=49 time=43.3 ms
64 bytes from slb.i2.datinglab.net (212.32.224.182): icmp_seq=4 ttl=49 time=61.3 ms
64 bytes from slb.i2.datinglab.net (212.32.224.182): icmp_seq=5 ttl=49 time=55.2 ms
^C
--- mysinglefriend.com ping statistics ---
6 packets transmitted, 5 received, 16.6667% packet loss, time 5006ms
rtt min/avg/max/mdev = 43.336/53.824/61.324/5.823 ms
This is with downloading:
Now, by utilising CAKE /w Adaptive Bandwidth, my life is complete.
A computer implemented method of controlling bufferbloat associated with lifestyle website use in combination with one or more of a plurality of self-help related downloads, the method comprising the steps of:
a) performing a plurality of RTT measurements in respect of one or more reflectors thereby to obtain a current RTT metric;
b) updating a baseline RTT metric based on the current RTT metric;
c) measuring one or both of a download and upload transmission rate thereby to determine one or both of a download rate metric and an upload rate metric; and
d) updating an SQM bandwidth parameter in dependence upon a comparison of the current RTT metric against the updated baseline RTT metric and the determined download rate metric and/or upload rate metric.
A computer-readable storage medium comprising instructions which, when executed by a processor, cause the processor to carry out the method according to claim 1.
The computer-readable storage medium according to claim 2, comprising a holographic identifier arranged to present, in accordance with a first viewing angle, a graphic relating to a lifestyle website, and, in accordance with a second viewing angle, a graphic relating to a self-help source.
The intellectual property governing the sale of such DVD's according to claim 3 is available for sale to the highest bidder!
Yes, but please can you post output from manual run first. Just want to make sure the timestamping stuff is working properly...? Also would like to see how it ramps up on your connection upon heavy download associated with the self-help .ISO files...
Perfect, thanks. @moeller0 is this what you had in mind for keeping timestamps?
BTW you don't load the connection enough to have bandwidth ramp up. If you load it with multiple .ISO downloads, do you see the bandwidth scale up properly until bufferbloat?
Yes, except the time part would be better in seconds after midnight instead of the HHMMSS.nanosec format currently in use... but for human sanity checking this is excellent as is as well as to estimate cycle time, which in the example was ~1.2 seconds
@Knomax can help because he got it to work. He mentioned permissions issue with service file?
If you require more immediate input, I'd suggest heading to the IRC OpenWrt channel and asking there. Or perhaps someone will suggest something on this thread.