Bug 391199 - Display speed of transfer for file operations.
Summary: Display speed of transfer for file operations.
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-28 00:39 UTC by Zakhar
Modified: 2021-10-08 14:44 UTC (History)
9 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zakhar 2018-02-28 00:39:31 UTC
It should be mentioned windows explorer copy and move operations display a very nice dialog depicting transfer speed. I am suggesting dolphin have similar graph like display for speed of transfer. Would make dolphin more complete and feature full along with improve usability.
Comment 1 Kai Uwe Broulik 2018-03-02 07:56:16 UTC
The problem is in KIO which manages such jobs. Copy job creates a subjob for every file it copies, however, they only report speed after 1 seconds at which point the job has already finished and the next one started. This is why you can see transfer rate for large files but not when copying many small ones.
Comment 2 Kai Uwe Broulik 2018-03-02 07:57:20 UTC
As for the graph, that has to be done in plasmashell's notification center (I'm its maintainer and am actually a huge fan of this modern Windows copy dialog) but we first need to figure out how to actually get that data to the application in the first place.
Comment 3 Nate Graham 2018-03-02 19:16:03 UTC
> (I'm its maintainer and am actually a huge fan of this modern Windows copy dialog)

+1, me too. It's really nice.
Comment 4 Méven Car 2021-10-08 14:44:06 UTC
> however, they only report speed after 1 seconds

KIO file_unix::copy reports progress 10 times a second or every 512KB, they could some issues elsewhere.