question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QoS over Nftables : Realtime Rate

See original GitHub issue

Hello, I have experienced the Realtime Rate of QoS over Nftables not actually showing the Rate and instead accumulating change over time.

image image

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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
NotANewNickcommented, Dec 17, 2021

So far so good. Thank you.

1reaction
wulfy23commented, Dec 16, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found