-
-
Notifications
You must be signed in to change notification settings - Fork 841
Closed
Labels
Description
Hi,
Thanks for this great project !
I did some test in my environment and the transfer speed is much lower than OpenSSH.
Server | |
---|---|
OS | Debian 10.2 x64 |
CPU | Ryzen5 3600 |
RAM | 64GB ECC |
Disk | 3* Intel P4510 4TB RAID0 |
Ethernet | Mellanox ConnectX-3 40GbE |
Client | |
---|---|
OS | Windows 10 1909 x64 |
CPU | Threadripper 1920X |
RAM | 64GB ECC |
Disk | Samsung 960EVO 1TB |
Ethernet | Mellanox ConnectX-3 40GbE |
Under Filezilla I can get 500MB/s with OpenSSH, but only about 200MB/s with sftpgo.
In both case I'm using AES256-CTR
as cipher and SHA-256
as MAC, I've also tried AES128-CTR
but nothing changes.
CPU usage of sftpgo is higher than OpenSSH:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4527 sftp 20 0 1795576 52044 8628 R 133.5 0.6 2:12.13 sftpgo
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
27934 xxxxxx 20 0 17112 5360 4188 R 67.8 0.1 0:10.01 sshd
27942 xxxxxx 20 0 17112 5344 4176 R 27.4 0.1 0:12.52 sshd
In both case I've got a maximum TCP window size of 4MB.
AfnisseGerms2004 and scottstensland