EDIT:
Probably a hardware issue, I need to order new gear to check if that's the real issue. So it's [SOLVED] for now even though there's no solution.
Hi, I'm writing this after spending my weekend on testing stuff to fix this behaviour.
I installed pve on my homelab which is a 40 CPU Xeon Gold 6138 @2.00GHz with 128GB ECC RAM.
PVE has its own nvme to run from, and there are two zfs pool: one with SSD (2x2TB), one with HDDS (3x18TB)
10G nic is plugged in PCIe and bridged to vmbr0 using the UI.
Here are two scp commands, one without compression and one with compression - please note that the results are the same using python simplehttpserver, etc.
The code above is from my laptop through a vpn (I'm outside now). But the results are the same with higher values with compression from my LAN and from my router which also has 10G nic.
I thought it was the disks, but compressing then sending also implies to read from the disk.
Right now, I have reinstalled proxmox completely, and the results are the same, I'm lost…
Any help is appreciated!
Thank you very much!
Probably a hardware issue, I need to order new gear to check if that's the real issue. So it's [SOLVED] for now even though there's no solution.
Hi, I'm writing this after spending my weekend on testing stuff to fix this behaviour.
I installed pve on my homelab which is a 40 CPU Xeon Gold 6138 @2.00GHz with 128GB ECC RAM.
PVE has its own nvme to run from, and there are two zfs pool: one with SSD (2x2TB), one with HDDS (3x18TB)
10G nic is plugged in PCIe and bridged to vmbr0 using the UI.
Here are two scp commands, one without compression and one with compression - please note that the results are the same using python simplehttpserver, etc.
Bash:
╭─merguez@MBP ~
╰─$ scp root@192.168.0.10:1G . 255 ↵
1G 0% 255KB 254.7KB/s 1:08:36 ETA^C%
╭─merguez@MBP ~
╰─$ scp -C root@192.168.0.10:1G . 1 ↵
1G 5% 51MB 25.9MB/s 00:37 ETA^C%
The code above is from my laptop through a vpn (I'm outside now). But the results are the same with higher values with compression from my LAN and from my router which also has 10G nic.
I thought it was the disks, but compressing then sending also implies to read from the disk.
Right now, I have reinstalled proxmox completely, and the results are the same, I'm lost…
Any help is appreciated!
Thank you very much!
Last edited: