QoS over Nftables : Realtime Rate
See original GitHub issueHello, I have experienced the Realtime Rate of QoS over Nftables not actually showing the Rate and instead accumulating change over time.
nft-qos config:
config default 'default'
option limit_mac_enable '0'
option priority_enable '0'
option limit_enable '0'
Is anyone able to suggest a fix or perhaps point me to where I might be able to fix it my self?
Output of nft-qos-monitor table after I cleared it and re-populated it:
table inet nft-qos-monitor {
chain upload {
type filter hook postrouting priority filter; policy accept;
ip saddr 192.168.2.130 counter packets 5770 bytes 1662725
ip saddr 192.168.2.133 counter packets 3077 bytes 423946
ip saddr 192.168.2.128 counter packets 41 bytes 5097
ip saddr 192.168.2.111 counter packets 9755 bytes 820329
ip saddr 192.168.2.133 counter packets 2526 bytes 325679
ip saddr 192.168.2.100 counter packets 2265 bytes 586656
}
chain download {
type filter hook prerouting priority filter; policy accept;
ip daddr 192.168.2.130 counter packets 6887 bytes 3718503
ip daddr 192.168.2.133 counter packets 10082 bytes 13001735
ip daddr 192.168.2.128 counter packets 41 bytes 13285
ip daddr 192.168.2.111 counter packets 16924 bytes 23939737
ip daddr 192.168.2.133 counter packets 8995 bytes 11823975
ip daddr 192.168.2.100 counter packets 11880 bytes 14101632
}
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
QoS and nftables ... some findings to share - OpenWrt Forum
I've been doing custom QoS for several years now and have figured out some stuff I thought I'd share, and we can discuss...
Read more >rosywrt/nft-qos: QoS over Nftables (This packages is ... - GitHub
About. nft-qos and luci-app-nft-qos is a qos implementation over nftables project on OpenWrt and LuCI. NOTE!!! This packages is merged upstream, please visit ......
Read more >Quick reference-nftables in 10 minutes
The argument -n shows the addresses and other information that uses names in numeric format. The -a argument is used to display the...
Read more >OpenWRT - SQM QoS Setup on LuCI - YouTube
In this video, we are talking about Traffic Shaping on OpenWRT, especially SQM and QoS. According to OpenWRT wiki, the OpenWrt SQM- QoS...
Read more >nft-qos 是RosyWrt 团队为OpenWrt 和LuCI 项目研发的流量限速 ...
QoS over Nftables · About · Reference · Contact · License · Realtime Rate · Dynamic QoS · Static QoS · Traffic priority...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So far so good. Thank you.
yeah… there are duplicate values… that’s related to the core package not luci
easy fix pr’s for the packages repo are another story… there’s a thread on the forum if you’d like a fix for that to check if it helps with your values… (this luci related issue)
nevermind pushed to other pr get it here: https://github.com/openwrt/packages/pull/17295/commits/71ea373ec8cbd45812ebade453cf40f487b129dc