8 ms·
The Pi4 can do 300-350mbps, which is faster than most people's internet connection.
by threentaway 6y ago
The Pi4 can do 300-350mbps, which is faster than most people's internet connection.
- vetinari 6y agoNetbooting and mounting NFS root would be done over local lan, the speed of internet connection has no relevance there.
- threentaway 6y agoRight, I was referring to my parent comment that talked about pulling Docker images which come from the internet unless you set up a proxy.
- vetinari 6y agoOk, that depends on the docker images; things like pihole are relatively small (300 MB, including all layers); I would be more afraid of running containers over NFS slowed down by rpi ethernet, than downloading the images themselves.
- threentaway 6y agoAgreed. I'd have it set up so that there is some local storage via a USB3 thumb drive to hold the container images, which anecdotally pretty easily hits 80MB/s for reads, often hovering in the 100-110MB/s range.
- zbrozek 6y agoTrue, but if you're netbooting you're probably not going to the internet.
- bscphil 6y agoActually, just tested on my local network, got ~940 Mbps sending and receiving. Pi4 has real Gbit now, not limited by the USB bandwidth any more.
- ehonda 6y agoI can download large files from my pi at 900mb/s and upload around 800mb/s. The hard drives attached to the pie are formatted ext3. If you use an NTFS drive though, you will get speeds around what you are describing.