Ticket #4582 (closed defect: wontfix)

Opened 2 weeks ago

Last modified 8 days ago

Slow Transfer Fish Private Network

Reported by: fabian3357 Owned by:
Priority: major Milestone:
Component: mc-vfs Version: master
Keywords: fish Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Hello

I have a question regarding the maximum speed of fish transfers with mignight commander.

i have a private network between my servers with 10 Gigabit over fiber and have to transfer 46 TB and have selected fish as protocol but unfortunately the midnight commander only pulls max 113 MB/s over the 10 Giagbit connection is that normal or can i speed it up ?

Attachments

Bildschirmfoto 2024-09-04 um 12.37.37.png (157.1 KB) - added by fabian3357 2 weeks ago.

Change History

comment:1 Changed 2 weeks ago by andrew_b

  • Component changed from mc-core to mc-vfs

comment:2 Changed 2 weeks ago by zaytsev

I think it's a wonder that it reaches such very high speeds with the extreme overhead of the FISH protocol. You have to understand that FISH protocol is not about the speed of file transfer. It's about the ability to browse file systems and transfer files on systems where no specialized servers are installed, but only pure ssh and POSIX shell. Copying files is basically emulated via piping the data through shell commands. I would suggest to try SFTP server if it's enabled in your SSH server or FTP server. mc supports both. If they perform as you expect (minus the overhead of screen updates and non-optimal block size), you can try to check where is the bottleneck in FISH and fix it, but for us I think that's a wontfix.

Changed 2 weeks ago by fabian3357

comment:3 Changed 2 weeks ago by fabian3357

thanks for the info

i just have another question, if a transfer is canceled and files are already present, and i then want to copy the remaining files, and i then select at the question how should existing files be treated only overwrite the files if size is different, it then overwrites only these and adds others ?

because when i look in the trasfer / progress window it shows 355 GB of 46 TB 46 TB would be the full size of the folder but 42 TB are already transferred. so it would transfer them all again or not?

comment:4 Changed 8 days ago by zaytsev

  • Status changed from new to closed
  • Resolution set to wontfix
  • Milestone Future Releases deleted

so it would transfer them all again or not?

It should not transfer them all again, but if there is a reproducible bug, please reopen.

Note: See TracTickets for help on using tickets.