Limit speed does not work Monitoring seed speed is not accurate #8164

Closed
opened 2026-02-21 19:23:50 -05:00 by deekerman · 7 comments
Owner

Originally created by @Qifcn on GitHub (Dec 11, 2018).

Please provide the following information

qBittorrent version and Operating System

centos7
Linux 127.0.0.1 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Linux version 3.10.0-957.1.3.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 29 14:49:43 UTC 2018
CentOS Linux release 7.6.1810 (Core)

If on linux, libtorrent and Qt version

qBittorrent v4.2.0alpha

What is the problem

This is a screenshot
1
2
3
4
5

What is the expected behavior

(type here)

Steps to reproduce

This is the traffic speed I see through the external program monitoring network card traffic, very beautiful picture monitoring is to monitor the traffic map on the switch.
The black character interface is the NIC traffic monitored by the nload program.
As for how to install qBittorrent v4.2.0alpha, you can watch this script
I am installing the latest git version via this script
https://github.com/Qifcn/pt/blob/master/qbittorrent-centos7.sh

Extra info(if any)

(type here)

Originally created by @Qifcn on GitHub (Dec 11, 2018). **Please provide the following information** ### qBittorrent version and Operating System centos7 Linux 127.0.0.1 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Linux version 3.10.0-957.1.3.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 29 14:49:43 UTC 2018 CentOS Linux release 7.6.1810 (Core) ### If on linux, libtorrent and Qt version qBittorrent v4.2.0alpha ### What is the problem This is a screenshot ![1][1] ![2][2] ![3][3] ![4][4] ![5][5] [1]: https://ws3.sinaimg.cn/large/007fbMWcgy1fy341qjegej31hc0r0jxk.jpg [2]: https://ws3.sinaimg.cn/large/007fbMWcgy1fy342ex5jbj31hc0r2447.jpg [3]: https://ws3.sinaimg.cn/large/007fbMWcgy1fy344niewlj31hc0r579t.jpg [4]:https://ws3.sinaimg.cn/large/007fbMWcgy1fy344tg5zyj30n50dd775.jpg [5]:https://ws3.sinaimg.cn/large/007fbMWcgy1fy344oumxgj30mr0dgada.jpg ### What is the expected behavior (type here) ### Steps to reproduce This is the traffic speed I see through the external program monitoring network card traffic, very beautiful picture monitoring is to monitor the traffic map on the switch. The black character interface is the NIC traffic monitored by the nload program. As for how to install qBittorrent v4.2.0alpha, you can watch this script I am installing the latest git version via this script https://github.com/Qifcn/pt/blob/master/qbittorrent-centos7.sh ### Extra info(if any) (type here)
deekerman 2026-02-21 19:23:50 -05:00
  • closed this issue
  • added the
    Duplicate
    label
Author
Owner

@Seeker2 commented on GitHub (Dec 11, 2018):

In qBT's settings...
Is uTP enabled and allowed to exceed limits?
Is LAN traffic allowed to exceed limits?

@Seeker2 commented on GitHub (Dec 11, 2018): In qBT's settings... Is uTP enabled and allowed to exceed limits? Is LAN traffic allowed to exceed limits?
Author
Owner

@binkobapkins commented on GitHub (Dec 12, 2018):

Also have this issue on my end.
OS: Windows 10 1809
QBT Ver. 1.4.1

Problem:
Torrents do not respect global download limit, normal or alternative, enforcing utp/overhead/LAN or not. Torrents using maximum bandwidth at >5MiB/s instead of global limit of 2.

Upload also does not respect Global Limits.

Only way to circumvent bandwidth eating is setting each torrent to have individual download limits via Right Click > Limit Download Rate.
2018-12-12_00-33-07

Expected Behaviour:
Total download bandwidth does not exceed 2MiB.

If you require more information, please let me know. Thank you!

@binkobapkins commented on GitHub (Dec 12, 2018): Also have this issue on my end. OS: Windows 10 1809 QBT Ver. 1.4.1 Problem: Torrents do not respect global download limit, normal or alternative, enforcing utp/overhead/LAN or not. Torrents using maximum bandwidth at >5MiB/s instead of global limit of 2. Upload also does not respect Global Limits. Only way to circumvent bandwidth eating is setting each torrent to have individual download limits via Right Click > Limit Download Rate. ![2018-12-12_00-33-07](https://user-images.githubusercontent.com/45814691/49856853-d16fdb00-fda5-11e8-96de-0ff99932fc31.png) Expected Behaviour: Total download bandwidth does not exceed 2MiB. If you require more information, please let me know. Thank you!
Author
Owner

@binkobapkins commented on GitHub (Dec 12, 2018):

Update: I cannot explain this, but reversing the Global Rate Limits and Alternative Rate Limits, and reversing the clock to kick in during the night instead of day made it kick in.| It's now behaving itself.

qbittorrent_2018-12-12_01-03-40

Will update if problem recurs.

@binkobapkins commented on GitHub (Dec 12, 2018): Update: I cannot explain this, but reversing the Global Rate Limits and Alternative Rate Limits, and reversing the clock to kick in during the night instead of day made it kick in.| It's now behaving itself. ![qbittorrent_2018-12-12_01-03-40](https://user-images.githubusercontent.com/45814691/49858478-d9317e80-fda9-11e8-8d61-8d52d63c17cc.png) Will update if problem recurs.
Author
Owner

@Seeker2 commented on GitHub (Dec 12, 2018):

@binkobapkins
Your picture still shows DL limit is exceeded when settings are reversed, just not as badly.

It's pretty hard to limit DL below a point because every peer+seed uploading to your qBT can briefly exceed the total if some of their packets arrive simultaneously even if their average speed is well below the total. Rogue wave sort-of-thing: https://en.wikipedia.org/wiki/Rogue_wave

@Seeker2 commented on GitHub (Dec 12, 2018): @binkobapkins Your picture still shows DL limit is exceeded when settings are reversed, just not as badly. It's pretty hard to limit DL below a point because every peer+seed uploading to your qBT can briefly exceed the total if some of their packets arrive simultaneously even if their average speed is well below the total. Rogue wave sort-of-thing: https://en.wikipedia.org/wiki/Rogue_wave
Author
Owner

@vikktorpenchev commented on GitHub (Apr 8, 2019):

I have the same problem: Limit DL/UL doesn't work
OS: Windows 10 Pro
version: 10.0.17763 Build 17763
qBittorrent: v4.1.5

This is my settings screen:
2019-04-08 10_35_00-Options

@vikktorpenchev commented on GitHub (Apr 8, 2019): I have the same problem: Limit DL/UL doesn't work OS: Windows 10 Pro version: 10.0.17763 Build 17763 qBittorrent: v4.1.5 This is my settings screen: ![2019-04-08 10_35_00-Options](https://user-images.githubusercontent.com/30308653/55706589-3d77ee00-59ea-11e9-900a-d22e34ab71ae.png)
Author
Owner

@1Const1 commented on GitHub (Jun 30, 2019):

I have the same issue: Limit DL/UL doesn't work
OS: Windows 7
qBittorrent: v4.1.6

Maybe somebody can fix limit download | upload?

@1Const1 commented on GitHub (Jun 30, 2019): I have the same issue: Limit DL/UL doesn't work OS: Windows 7 qBittorrent: v4.1.6 Maybe somebody can fix limit download | upload?
Author
Owner

@thalieht commented on GitHub (Sep 13, 2020):

Duplicate of #12378 and others.

@thalieht commented on GitHub (Sep 13, 2020): Duplicate of #12378 and others.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#8164
No description provided.