I'm on a 75Mbps connection so a little over 9MB/s is my download speed. I max it out all the time.
On my RPi4 though, torrents don't ever seem to download over ~1.3MB/s. There are no download limits set in the settings. Running speedtest-cli tells me I can download close to my theoretical limit.
Don't bother responding unless you're able to download torrents at over 9MB/s. Also don't try to explain to me how torrents work.
I'm at a loss for explanation. I wonder if the arm cpu is holding me back.
-
- Posts: 91
- Joined: Wed Jun 10, 2020 7:04 am
Downloads don't seem to go faster than 1.3MB/s.
| Raspberry Pi 4-8GB | 2.0GHz | over_voltage@5 |
| Raspberry Pi OS 32bit |
| https://github.com/bassamanator/raspberrypi-scripts |
| Raspberry Pi OS 32bit |
| https://github.com/bassamanator/raspberrypi-scripts |
-
- Posts: 14393
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Downloads don't seem to go faster than 1.3MB/s.
I can think of reasons why the results could be what you're seeing, but since my explanation would--of necessity--include how torrents work, which you don't want, so I can't within your strictures.bassamanator wrote: ↑Sun Jul 19, 2020 3:11 amI'm on a 75Mbps connection so a little over 9MB/s is my download speed. I max it out all the time.
On my RPi4 though, torrents don't ever seem to download over ~1.3MB/s. There are no download limits set in the settings. Running speedtest-cli tells me I can download close to my theoretical limit.
Don't bother responding unless you're able to download torrents at over 9MB/s. Also don't try to explain to me how torrents work.
I'm at a loss for explanation. I wonder if the arm cpu is holding me back.
-
- Posts: 25718
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Downloads don't seem to go faster than 1.3MB/s.
bassamanator wrote: ↑Sun Jul 19, 2020 3:11 amI'm on a 75Mbps connection so a little over 9MB/s is my download speed. I max it out all the time.
On my RPi4 though, torrents don't ever seem to download over ~1.3MB/s. There are no download limits set in the settings. Running speedtest-cli tells me I can download close to my theoretical limit.
Don't bother responding unless you're able to download torrents at over 9MB/s. Also don't try to explain to me how torrents work.
I'm at a loss for explanation. I wonder if the arm cpu is holding me back.
What Torrent Software ?
Maybe try a different Torrent Software ?
The information is out there....you just have to let it in.
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
Re: Downloads don't seem to go faster than 1.3MB/s.
for 2 concurrent downloads I can get about 8.5MB/s
depending on the:
1. no of seeds
2. file type
3. storage interface
on one SBC that I used for torrent download test,
after 3 months of continuous use the USB degraded from USB2.0 to USB1.1, and I got ridiculously low rates in kbps range.
changing the SBC with the same type but brand new, and using the same microSD card from the defective SBC, the download speed went up to max allowable.
depending on the:
1. no of seeds
2. file type
3. storage interface
on one SBC that I used for torrent download test,
after 3 months of continuous use the USB degraded from USB2.0 to USB1.1, and I got ridiculously low rates in kbps range.
changing the SBC with the same type but brand new, and using the same microSD card from the defective SBC, the download speed went up to max allowable.
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"
Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"
Come to me with 'problems' and I'll help you find solutions"
Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"
-
- Posts: 2866
- Joined: Sat Aug 18, 2012 2:33 pm
Re: Downloads don't seem to go faster than 1.3MB/s.
check `iostat -x 30` and its util% column, that shows if the disk cant keep up
check `top` and see if your cpu bound or IO bound
check `top` and see if your cpu bound or IO bound
-
- Posts: 91
- Joined: Wed Jun 10, 2020 7:04 am
Re: Downloads don't seem to go faster than 1.3MB/s.
This is the what I was looking for. Thanks! My downloads have completed unfortunately but I'll find a fast torrent and do some data gathering with this command.cleverca22 wrote: check `iostat -x 30` and its util% column, that shows if the disk cant keep up
check `top` and see if your cpu bound or IO bound
So 3 months of continuous usage degraded the SBC itself? You kept the same USB after you replaced the SBC?LTolledo wrote: ↑Sun Jul 19, 2020 12:56 pmfor 2 concurrent downloads I can get about 8.5MB/s
depending on the:
1. no of seeds
2. file type
3. storage interface
on one SBC that I used for torrent download test,
after 3 months of continuous use the USB degraded from USB2.0 to USB1.1, and I got ridiculously low rates in kbps range.
changing the SBC with the same type but brand new, and using the same microSD card from the defective SBC, the download speed went up to max allowable.
| Raspberry Pi 4-8GB | 2.0GHz | over_voltage@5 |
| Raspberry Pi OS 32bit |
| https://github.com/bassamanator/raspberrypi-scripts |
| Raspberry Pi OS 32bit |
| https://github.com/bassamanator/raspberrypi-scripts |
Re: Downloads don't seem to go faster than 1.3MB/s.
same microSD, same USB HDD drive, new SBC. new PSU (cause of USB deterioration was underpowering)bassamanator wrote: So 3 months of continuous usage degraded the SBC itself? You kept the same USB after you replaced the SBC?
this problem I did not encounter with my RPi boards, as all of those are properly powered.
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"
Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"
Come to me with 'problems' and I'll help you find solutions"
Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"
-
- Posts: 91
- Joined: Wed Jun 10, 2020 7:04 am
Re: Downloads don't seem to go faster than 1.3MB/s.
So I wasn't able to learn from the iostat command which makes sense because the issue was my vpn service. I need to check the openvpn configuration file or generate a new one.
Thanks for the input all.
Thanks for the input all.
| Raspberry Pi 4-8GB | 2.0GHz | over_voltage@5 |
| Raspberry Pi OS 32bit |
| https://github.com/bassamanator/raspberrypi-scripts |
| Raspberry Pi OS 32bit |
| https://github.com/bassamanator/raspberrypi-scripts |