Bug 296526 - Dolphin is too slow when upload a file on a SSH server
Summary: Dolphin is too slow when upload a file on a SSH server
Status: REPORTED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: SFTP (show other bugs)
Version: 18.04.3
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Andreas Schneider
URL:
Keywords:
: 320231 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-21 22:42 UTC by Francesco
Modified: 2024-11-27 20:43 UTC (History)
21 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
sftp console utility upload speed (5.86 KB, image/png)
2022-05-23 06:39 UTC, Andrei Ivnitskii
Details
dolphin upload speed (44.14 KB, image/png)
2022-05-23 06:39 UTC, Andrei Ivnitskii
Details
kubuntu 22.04 (54.48 KB, image/png)
2022-05-23 13:44 UTC, Harald Sitter
Details
scp console kubuntu 22.04 upload speed (3.18 KB, image/png)
2022-11-07 12:17 UTC, Konstantin Elshanskiy
Details
dolphin kubuntu 22.04 upload speed (26.11 KB, image/png)
2022-11-07 12:17 UTC, Konstantin Elshanskiy
Details
Dolphin / kio-extra/sftp transferring below expected speed (67.53 KB, image/png)
2024-09-09 20:40 UTC, Patrick
Details
Dolphin / kio-extra/sftp transferring at expected speed with libssh 0.11 (165.36 KB, image/png)
2024-11-10 18:59 UTC, Patrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco 2012-03-21 22:42:09 UTC
sftp in Dolphin 1.7 (KDE 4.7.4) is too slow when upload a file on a SSH server

on a 100 Mbit LAN:  

sftp from commandline (upload and download) transfer at 11 MB/sec 

sftp from dolphin (download)  transfer at a speed between 2 MB/sec and 10 MB/sec

sftp from dolphin (upload)  transfer at a speed between 700 KB/sec and 1 MB/sec
Comment 1 Francesco 2012-06-21 10:53:39 UTC
an upgrade: sftp on dolphin (upload) with KDE 4.8.3

the transfers run at a speed between 3 MB/sec and 4 MB/sec 

better than before, but you can do more
Comment 2 Tetja Rediske 2013-09-10 18:32:19 UTC
Same here 4.11.1, on 100MBit just reaching 800 - 900kb/s.
Comment 3 Martin Bednar 2015-11-28 18:05:53 UTC
I just tried with dolphin 15.08.3, it's definitely an issue.
On a gigabit network, dolphin copies up at about 6MB/s, sftp at around 45MB/s.

The source of slowness is definitely cpu-bound : in htop, kio-scp runs at 100% of one core during the transfer.
Comment 4 Andreas Schneider 2015-12-05 21:27:18 UTC
We do not have an async sftp upload API yet. It is on the TODO list ...
Comment 5 Bruno P. 2018-02-05 15:12:33 UTC
Is it still in the TODO list ? ;)
I've experienced the same issue with Dolphin 17.12 (KDE Neon user Edition)
The upload transfer rate is about 2/3 MB/s with Dolphin and 18/19 MB/s with command line.
Comment 6 Nate Graham 2018-07-25 02:02:45 UTC
*** Bug 320231 has been marked as a duplicate of this bug. ***
Comment 7 Scott Deagan 2018-07-25 15:35:42 UTC
Two PCs, both with gigabit LAN cards, both connected to a gigabit hub/switch/router, both with OpenSSH Server installed.

Steps to replicate:

1. PC-1 has IP address 192.168.0.101
2. PC-2 has IP address 192.168.0.102
3. On PC-1, open Konsole (or whatever terminal application you use).
4. cd ~ (in my case, my home directory is /home/scott).
5. fallocate -l 1G test.img
6. On PC2: Open Dolphin, press CTRL + L (to make address bar editable).
7. On PC2, enter the following in the address bar: sftp://192.168.0.101/home/scott
8. On PC2, drag the file test.img to the desktop.
9. OBSERVE: it's painfully slow (around 6MB/s).

It's pretty much the same result whether the transfer is done using sftp://192.168.0.101 or smb://192.168.0.101 within Dolphin.


Now repeat the above, only this time using scp from the terminal:

1. On PC2, open Konsole (or whatever terminal application you use).
2. Enter: scp 192.168.0.1:/home/scott/test.img /tmp
3. OBSERVE: It utilizes the bandwidth of the network, around 110MB/s.

It's approximately 22 times faster using scp from the terminal!

What needs to be done to confirm this issue?
Comment 8 Nate Graham 2018-07-25 15:45:59 UTC
Confirming doesn't really help; what helps is investigating and fixing it! :)
Comment 9 Scott Deagan 2018-07-25 21:56:30 UTC
Thanks Nate. Are there any good resources/references for someone with some C/C++ experience to get involved (perhaps with KIO to start with)? I'd love to get involved, even if it takes a while (this was was reported over 6 years ago after all).
Comment 10 Nate Graham 2018-07-25 21:58:46 UTC
I'm pretty desperate to find someone willing to dig into these kinds of KIO issues and would be happy to personally help you get started! Check out https://community.kde.org/Get_Involved/development

Feel free to send me email too whenever you need a hand.
Comment 11 Scott Deagan 2018-07-25 22:01:40 UTC
Nice one - and thank you very much! I should warn you that I'm probably quite "rusty" at the moment, but I've been keen to find something I can sink my teeth in to.
Comment 12 BRULE Herman 2018-07-25 22:37:00 UTC
I have fixed this sync API problem into Ultracopier, you can look source to see algorithm
Comment 13 Nate Graham 2018-07-26 02:46:03 UTC
Would you be interesting in submitting a patch for KIO? I'd be happy to help guide you through the process!
Comment 14 Andreas Schneider 2018-08-24 06:09:32 UTC
libssh-0.8.1 has been released and kio_sftp will be updated to gain performance improvements.
Comment 15 Andreas Schneider 2018-09-24 12:27:38 UTC
Fixed with libssh 0.8

https://www.libssh.org/2018/09/21/libssh-0-8-3/
Comment 16 Scott Deagan 2018-09-26 09:34:55 UTC
Reply to comment #14:

I am not convinced that this bug should be closed based on "performance improvements" in libssh. If libssh was the cause of this issue, then using SFTP from the terminal would also suffer from the same performance issue (i.e. on a wired gigabit network, we'd be seeing transfer rates of 10MB/s instead of 60+MB/s). We would also see similar performance issues in other file managers (that also use the same version of libssh).
Comment 17 Scott Deagan 2018-09-26 09:39:03 UTC
Reply to comment #13:

> Would you be interesting in submitting a patch for KIO? I'd be happy to help guide you through the process!

If this question was directed at me - yes, I definitely would. First step for me will be setting up a development environment. I'll read through the links you provided.
Comment 18 gbyte.dev 2020-09-06 20:20:04 UTC
As others have experienced, dolphin transfers my files roughly 6 times slower than using pure scp or any other modern protocol. This should not be marked as resolved due to some minor upstream protocol changes.
Comment 19 Harald Sitter 2020-09-07 19:09:59 UTC
(In reply to Scott Deagan from comment #16)
> Reply to comment #14:
> 
> If libssh was the cause of this issue, then using
> SFTP from the terminal would also suffer from the same performance issue

Alas, it wouldn't. sftp, the terminal application, is based on openssh, not libssh.

> We would also see similar performance issues in other
> file managers (that also use the same version of libssh).

I do not know of any other file managers that use libssh.

I'm honestly not sure what you want to happen here. I, personally, haven't seen libssh perform on the same level as openssh, so I figure the biggest fixes need to be made in libssh. Having a bug open here will not make that happen.
I'm seeing comparisons being made with scp, which is a completely different protocol to begin with. Apples and oranges.
We can't really use openssh because openssh has no library interface to build integrated GUIs on top of.

So what's to be done here exactly?
Comment 20 Bug Janitor Service 2020-09-22 04:33:10 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 21 BRULE Herman 2020-09-22 11:08:11 UTC
What info is needed here?
I'm interested to know if the problem affect only small file, or big file too.
If somebody can give me a simple KIO file transfer based on KUrl I can implement to Ultracopier to see if have same problem (to determine if the problem is KIO layer, Ultracopier have multiple mechanism of performance that's mostly fix the common GUI slow down)
Comment 22 Harald Sitter 2020-09-24 14:24:39 UTC
> So what's to be done here exactly?
Comment 23 BRULE Herman 2020-09-24 14:53:02 UTC
Hi,
Async open/close and of course read/write (but I think you have do this).
http://ultracopier-wiki.first-world.info/wiki/General_documentation
As you can see here: https://ultracopier.first-world.info/articles/security-speed-ultracopier-supercopier-teracopy-copyhandler.html
You can by this way transfert over network.
In general the copy software just do lineare transfer without prepare the next copy with previous opening file. And wait the end of close() call before start the next file.
Comment 24 Bug Janitor Service 2020-10-09 04:33:12 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 25 Christoph Feck 2020-10-15 06:03:54 UTC
New information was added with comment 23; changing status for inspection.
Comment 26 Andrei Ivnitskii 2022-05-23 06:38:24 UTC
Can confirm this. I'm uploading zip archive 128MB via SFTP to remote server. The results:

1) sftp console utility upload speed is 3.2 MB/s
2) dolphin upload speed is 350 KB/s
Comment 27 Andrei Ivnitskii 2022-05-23 06:39:19 UTC
Created attachment 149131 [details]
sftp console utility upload speed

sftp console utility upload speed
Comment 28 Andrei Ivnitskii 2022-05-23 06:39:41 UTC
Created attachment 149132 [details]
dolphin upload speed

dolphin upload speed
Comment 29 Andrei Ivnitskii 2022-05-23 06:40:48 UTC
Kubuntu 20.04, Plasma 5.18 LTS
Comment 30 Harald Sitter 2022-05-23 09:08:53 UTC
Unfortunately  Kubuntu 20.04 ships outdated software that is no longer supported. Notably kio-extras and probably also libssh.
Comment 31 Andrei Ivnitskii 2022-05-23 12:31:53 UTC
I also tested Ubuntu 22.04 with Plasma 5.24. Bug still exists
Comment 32 Harald Sitter 2022-05-23 13:44:03 UTC
Created attachment 149137 [details]
kubuntu 22.04
Comment 33 Andrus Lepik 2022-06-16 01:58:03 UTC
Same issue here, always present in Manjaro KDE (3+ years). It seems in my case the upload speed is actually capped at ~274kb/s. SSH directly is 3-4Mb/s.
Comment 34 Konstantin Elshanskiy 2022-11-07 12:15:39 UTC
November 2022, kubuntu 22.04, bug still exists, scp is faster than dolphin approximately 20 times.
SCP upload speed 10.7 Mb/s and dolphin speed 500-600 Kb/s
Comment 35 Konstantin Elshanskiy 2022-11-07 12:17:04 UTC
Created attachment 153550 [details]
scp console kubuntu 22.04 upload speed
Comment 36 Konstantin Elshanskiy 2022-11-07 12:17:31 UTC
Created attachment 153551 [details]
dolphin kubuntu 22.04 upload speed
Comment 37 postix 2022-11-07 12:31:56 UTC
I have tested it myself using openSUSE TW with Plasma 5.26.2, Frameworks 5.99, where I copied a ~ 300 MB png file via a wired ethernet connection to a local RaspberryPi server: 

* Dolphin 22.08.3: ~ 10 MB/s
* scp: ~ 41 MB/s
Comment 38 postix 2022-11-07 12:39:22 UTC
Note to the comment above:

* Dolphin 22.08.3: ~ 10 MB/s ---> with fish://
* Dolphin 22.08.3: ~ 17 MB/s ---> with sftp://
Comment 39 Musikolo 2023-07-07 16:59:30 UTC
Same issue over here. Using Dolphin with fish, it uploads files at 100 KB/s. However, using scp over command line, it uploaded files at 8 MB/s. This occurred while accessing the remote server over a WireGuard VNP connection. When I'm on the same network as the remote server and I don't need VPN connection, things improve quite a bit, but it's still significantly slower than scp command.

Using Arch Linux and Dolphin 23.04.2.

If there is anything else I can do to provide the info needed sort this issue out, please let me know.
Comment 40 Patrick 2024-09-09 20:39:30 UTC
Alright, I was trying to clean up my disk and move stuff to the file server, and this time I wanted to do it with Dolphin instead of with rsync commands. Call me lazy...

My setup is decent:   [ Desktop: 12 core, 64 GB, fast SSD ] -- Gbit LAN -- [ Server: 8 core, mediocre SSD as bcache + big HDD ]
With scp I usually see 80+ MB/s (>650 MBit/s) transfer rates. However with Dolphin / kio-extras/sftp I only got 14.6 MB/s (a bit over 100 MBit/s). That might feel ok if you transfer some pictures, but if there are many 60+ GB videos this is really slow. And many 60+ GB videos are definitely a reality in 2024. I'll attach a screenshot of the Dolphin transfer to back this up.

So that's when I started googling for what's wrong, and I found this ticket. Having seen Harald's complaint that apples are being compared with oranges, I set out to make an apples-to-apples comparison:

I cloned the libssh repo (commit 48d474f78c5f68471bf412a7dbf508ef52f77664), configured with CMake (mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SFTP=True -DWITH_BENCHMARKS=True ..), installed some missing deps (cmocka, socket_wrapper, nss_wrapper, uid_wrapper, pam_wrapper) and built (make -j12). That gave me a neat "tests/benchmarks/benchmarks" executable. Its help text says "-9, --async-sftp-aio-upload   Upload data using asynchronous SFTP AIO api (fast)", so I thought that must be what Dolphin / kio is using. But when I ran it, I got 3x the speed - 46 MB/s / 370 MBit/s:

$ ./benchmarks --host pn-test@data --size 1000 --async-sftp-aio-upload
ping RTT : 0.489000 ms
SSH request times : 3.508000 ms ; 3.955000 ms ; 3.974000 ms
SSH RTT : 3.812333 ms. Theoretical max BW (win=128K) : 33.575241 Mbps
pn-test@data : benchmark_async_sftp_aio_upload : 370.660278 Mbps

That was already much better than expected. But when I started tinkering with the "--chunk" size and "--prequests" (parallel requests) parameters I found that I could essentially saturate my Gigabit link by doubling either parameter (chunk size is 32k by default, found that in the source code, parallel requests is 20 by default):

$ ./benchmarks --host pn-test@data --size 1000 --chunk=64000 --async-sftp-aio-upload
ping RTT : 0.600000 ms
SSH request times : 3.452000 ms ; 3.984000 ms ; 3.995000 ms
SSH RTT : 3.810333 ms. Theoretical max BW (win=128K) : 33.592865 Mbps
pn-test@data : benchmark_async_sftp_aio_upload : 767.680969 Mbps

$ ./benchmarks --host pn-test@data --size 1000 --prequests=40 --async-sftp-aio-upload
ping RTT : 1.421000 ms
SSH request times : 3.476000 ms ; 3.996000 ms ; 3.987000 ms
SSH RTT : 3.819667 ms. Theoretical max BW (win=128K) : 33.510777 Mbps
pn-test@data : benchmark_async_sftp_aio_upload : 750.160156 Mbps

Hope that helps narrowing down the issue. I might dig deeper into the source some time in winter and maybe I can find it, but since I've never done serious KDE development that will be a steep learning curve for me. I'd be happy to assist in any tests and benchmarking endeavours, if someone tries a fix and tells me how to build it. :)
Comment 41 Patrick 2024-09-09 20:40:55 UTC
Created attachment 173496 [details]
Dolphin / kio-extra/sftp transferring below expected speed
Comment 42 Andreas Schneider 2024-09-10 06:43:53 UTC
libssh got a new async sftp API with version 0.11.0. See

https://www.libssh.org/2024/08/08/libssh-0-11-0-release/
https://www.libssh.org/2023/09/07/wrapping-up-2023-gsoc/

There wont be a lot of distributions offering that version yet. However we plan to move KDE to the new API. I'm currently on vacation so I haven't started working on it yet.
Comment 43 Patrick 2024-09-10 07:24:06 UTC
(In reply to Andreas Schneider from comment #42)
> libssh got a new async sftp API with version 0.11.0. See
> 
> https://www.libssh.org/2024/08/08/libssh-0-11-0-release/
> https://www.libssh.org/2023/09/07/wrapping-up-2023-gsoc/

Oh, I didn't realize it's that new! But that means either the old async API didn't work, or it's not used right by kio-extras.

> There wont be a lot of distributions offering that version yet.

Yep, that takes a while. Maybe a fallback would be an option, so that those with fast/up-to-date distros can already benefit, but it will still work for all others? I know, that's a lot of work...

In any case, I've just filed a request for Gentoo, so I hope they will add libssh 0.11.0 soon (https://bugs.gentoo.org/939413).

> However we plan to move KDE to the new API. I'm currently on vacation so I haven't
> started working on it yet.

Enjoy your vacation :) Let me know if there is anything I can do to help once you're back.
Comment 44 Patrick 2024-11-10 14:37:11 UTC
FYI, Gentoo now has libssh in version 0.11.1 (see https://packages.gentoo.org/packages/net-libs/libssh ). So at least *some* KDE users could now profit from a vastly improved SFTP transfer speed if the new async API were to be adopted/used by kio-extra/sftp.
Comment 45 Patrick 2024-11-10 18:07:49 UTC
As another data point and 1:1 comparison:

# Using current kio-extra/sftp to upload 2000M via 2.5 GBit network
$ head -c 2000M /dev/urandom >random_data
$ echo "$(echo "scale=3; $(stat -c %s random_data) * 8 / (1024*1024*1000) / $(/usr/bin/time -f "%e" kioclient copy --overwrite random_data sftp://pn-test@data/data_cached/temp/random_data 2>&1)" | bc -l) Gbps"
.734 Gbps

# Using libssh 0.11.1 benchmark (default params) to upload 2000M via 2.5 GBit network
pn@vision ~/git/libssh-mirror/build/tests/benchmarks $ ./benchmarks -9 -s 2000M -h pn-test@data
ping RTT : 0.243000 ms
SSH request times : 0.360000 ms ; 0.361000 ms ; 0.379000 ms
SSH RTT : 0.366667 ms. Theoretical max BW (win=128K) : 349.090912 Mbps
pn-test@data : benchmark_async_sftp_aio_upload : 2.246955 Gbps

Result: 0.73 vs. 2.25 Gbps, a factor of 3.
Comment 46 Patrick 2024-11-10 18:59:12 UTC
Created attachment 175715 [details]
Dolphin / kio-extra/sftp transferring at expected speed with libssh 0.11

Sorry for the noise! But I just hadn't expected that the problem is already solved for everyone who has libssh 0.11 on their system!
When I ran my test today, I had libssh 0.11.1, however by kio wasn't linked against it, yet. When I had a look at the source, I saw that Harald had already implemented a check for the availability of the new async API ( https://github.com/KDE/kio-extras/commit/0acc82a91f247e0171cbbb54bb1408b907542112#diff-77bd8595c0f059a3f86db48c0c9ff5307330f67f39ace668ea211c11985453a6R9 ) and its usage. So after I rebuilt kde-apps/kio-extras - voila: moving files to my NAS with Dolphin at >200 MiB/s.

Thanks!!
Comment 47 Andrei Ivnitskii 2024-11-11 04:39:03 UTC
Patrick, what distro do you use?