I’m also not getting gigabit speeds, and for the most part I’ve observed the same behavior as
@mattD when copying either individual TIFF files or a large MP4 video. Theoretically, 1 Gbps corresponds to 125 MB/s. In practice, one would expect transfer rates in the range of 50–100 MB/s, so 4 MB/s is indeed far too slow — off by roughly a factor of ten.
For reference, I’m using a
Chronos 2.1 camera (purchased about a month ago), running
software version 0.7.2. The camera holds an SD card ^(1), and a SSD^(2) is also connected to it — both were purchased from
Kron Technologies together with the camera.
Specifically, using scp to transfer files from the camera (either from the SD card or the SSD) results in speeds of approximately
4 MB/s. In this setup, the camera is connected to the
same switch as the computer issuing the scp command. I tested this both with the switch connected to my institution's LAN, and with the switch
disconnected from the LAN after IP addresses had been assigned — in order to rule out background traffic or packet collisions as possible causes of the low speeds. Both configurations gave the same results (as described above).
The switch is rated at
1 Gbps, and all Ethernet cables used are
CAT 5E.
Moreover, when logged into the camera via SSH, running:
cat /sys/class/net/eth0/speed
returns "1000", which —unless I'm mistaken— indicates that the negotiated link speed is indeed
1 Gbps (with eth0 being the Ethernet interface that has the assigned IP address and is used for both SSH and SCP connections).
I also tested file transfers via scp over the
micro-USB port on the camera, using IP address 192.168.12.1. While the connection was successful, the transfer rate remained in the same range:
around 4–5 MB/s.
I would greatly appreciate any help or guidance toward achieving higher transfer speeds over scp, or advice on how to further debug the source of this limitation.
Notes:
- (1) SanDisk Ultra 32 GB, SDHC UHS-I card. For your reference: manufacturer specs list “up to 100 MB/s”.
- (2) SanDisk 240 GB SSD, purchased with the camera. Manufacturer specs state “up to 530 MB/s sequential read speed”.