I would speculate that you’re seeing issues because your 2.4G channel is set to Auto and changing frequently. Try setting to a quiet channel (using Site Survey page).I've attached the System Log.
Thanks for your help.
I would speculate that you’re seeing issues because your 2.4G channel is set to Auto and changing frequently. Try setting to a quiet channel (using Site Survey page).I've attached the System Log.
Thanks for your help.
It almost doesnt matter alot the priorities.. if you have the max up/dl set correctly and your "gaming" devices arent needed more than the minimum reserved% then they are garenteed to have the same ping as anything else on the network that also isnt trying to use more than they're fair share of minimum reserved bandwidth.Having up to 3 Gamers in the house, plus Netflix, Work from Home, etc. potentially going on at the same time, what works for my household is, (especially when large game downloads are happening):
Gaming
W-from-H
Others
Web Surfing
Video/Audio Stream
L-from-H
File Transfer
If any 386.1 alpha 2 users with an AX router are also running FlexQoS (or even if you're using stock Adaptive QoS), please run this test for me to see if the above-mentioned tc filter issue is resolved on the 386 branch.
The counts from the first command to the last command should not be doubling each time you do this. That is the test. Doubling = bad.Bash:tc filter show dev br0 | grep -c flowid service restart_qos sleep 60 tc filter show dev br0 | grep -c flowid
If you're actually running FlexQoS, reinstate the custom rules afterward by runningflexqos check
Thanking you in advance.
tc filter show dev br0 | grep -c flowid
tc filter show dev br0 | grep -c flowid
This is a deficiency in the Asus/Trend Micro modules as best I can tell (I don’t experience this first-hand). Perhaps this is one reason they changed their approach in 386.Is this an affect from FlexQOS over time, or the V384.19 firmware for an RT-AX88U HND Router?
tc qdisc del root dev br0
tc qdisc del root dev eth0
service restart_qos
This is a deficiency in the Asus/Trend Micro modules as best I can tell (I don’t experience this first-hand). Perhaps this is one reason they changed their approach in 386.
If you run these commands it should reset things back to normal one time.
Bash:tc qdisc del root dev br0 tc qdisc del root dev eth0 service restart_qos
admin@BVAX88U:/tmp/home/root# tc filter show dev br0 | grep -c flowid
222
admin@BVAX88U:/tmp/home/root# tc qdisc del root dev br0
admin@BVAX88U:/tmp/home/root# tc qdisc del root dev eth0
admin@BVAX88U:/tmp/home/root# service restart_qos
Done.
admin@BVAX88U:/tmp/home/root# tc filter show dev br0 | grep -c flowid
263
Nov 29 10:48:34 kernel: Cpuidle Host Clock divider is disabled
Nov 29 10:48:36 kernel: The For ALL DEVICES flag of Prof 1 has been set to ENABLE
Nov 29 10:48:39 FlexQoS: /jffs/addons/flexqos/flexqos.sh (pid=22824) called with 1 args: -start
Nov 29 10:48:40 FlexQoS: Applying iptables static rules
Nov 29 10:48:40 FlexQoS: Applying iptables custom rules
Nov 29 10:48:40 FlexQoS: Flushing conntrack table
Nov 29 10:48:40 FlexQoS: No TC modifications necessary
No, I think from earlier feedback that this is fixed in 386.1. Just have to wait it out and maybe reboot when you know QoS has been restarted (Sig updates, rule changes, etc.).Unfortunately that did not work. Any other commands you want me to run Dave before I hard reboot my router?
@JohnSmith : I have been seeing the same issues with QoS since I changed to the RT-AX88U running 384.19. As @dave14035 mentioned, the best way to deal with it, is to reboot after any QoS-related changes.No, I think from earlier feedback that this is fixed in 386.1. Just have to wait it out and maybe reboot when you know QoS has been restarted (Sig updates, rule changes, etc.).
flexqos develop
flexqos stable
LGTM. I'm a big fan of writing loops to generate things so you may wish to use a function or otherwise to generate your data ( lineData datasets ) in a compact loop but if it works, optimisation can come laterFresh meat on the develop branch. Before I started working on the charts below, I was trying to cleanup the shell script code and add a lot of documentation, so some things have changed from the previous version.
If you're ready to party, run
- Separate FlexQoS iptables chain for rules instead of being in POSTROUTING table.
- Addition of upload/download graphs to replace the pie charts. I want to see how it works for other people before I lean on @Jack Yaz to help me cleanup the new code.
- Many internal code rewrites (e.g. convert all echo statements to printf).
flexqos develop
If this test version treats you badly, revert to v1.0.6 withflexqos stable
Feedback appreciated!
View attachment 28097
True. I couldn’t understand your code until I did it “longhand.”LGTM. I'm a big fan of writing loops to generate things so you may wish to use a function or otherwise to generate your data ( lineData datasets ) in a compact loop but if it works, optimisation can come later
truthfully I'm probably far far away from good practiseTrue. I couldn’t understand your code until I did it “longhand.”
You’re alright in my book. It’s a fine line between “good” practice and “common” practice. Hopefully we all elevate each others’ projects.truthfully I'm probably far far away from good practise
I had to DuckDuckGo what this meant. I thought you were suggesting https://lgtm.com/ which seems to be a code analysis site. I’m more accustomed to people telling me GFYS.LGTM.
thanks dave. i really like the new graphs.Fresh meat on the develop branch. Before I started working on the charts below, I was trying to cleanup the shell script code and add a lot of documentation, so some things have changed from the previous version.
If you're ready to party, run
- Separate FlexQoS iptables chain for rules instead of being in POSTROUTING table.
- Addition of upload/download graphs to replace the pie charts. I want to see how it works for other people before I lean on @Jack Yaz to help me cleanup the new code.
- Many internal code rewrites (e.g. convert all echo statements to printf).
flexqos develop
If this test version treats you badly, revert to v1.0.6 withflexqos stable
Feedback appreciated!
View attachment 28097
Had to DuckDuckGo this one....I’m more accustomed to people telling me GFYS.
Trying out the develop branch once again and I'm liking the graphs. Definitely sets itself apart. Liking the color and line plots as well. On a side note....anyone else remember when all he scripts used to be CLI and not pretty little graph and tables filled with data? You all have come a long way and I am enjoying the ride!Fresh meat on the develop branch. Before I started working on the charts below, I was trying to cleanup the shell script code and add a lot of documentation, so some things have changed from the previous version.
If you're ready to party, run
- Separate FlexQoS iptables chain for rules instead of being in POSTROUTING table.
- Addition of upload/download graphs to replace the pie charts. I want to see how it works for other people before I lean on @Jack Yaz to help me cleanup the new code.
- Many internal code rewrites (e.g. convert all echo statements to printf).
flexqos develop
If this test version treats you badly, revert to v1.0.6 withflexqos stable
Feedback appreciated!
View attachment 28097
It’s been a fun time for me since the Addon API was released by RMerlin in February. By February 13 I had created my first UI for Unbound, and once the pandemic shut things down, there was plenty of time to dig deeper. In early June I started playing with FreshJR_QOS. And here I am today.On a side note....anyone else remember when all he scripts used to be CLI and not pretty little graph and tables filled with data? You all have come a long way and I am enjoying the ride!
Had to DuckDuckGo this one....
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!