Slow NFS (write? mount?) performance

marioawe

Cadet
Joined
Jul 19, 2023
Messages
5
I have been trying to track down an issue with the NVR I am using, Frigate, where it is having trouble writing at an appropriate speed to my NFS share on TrueNAS (a pair of mirrored SkyHawks). My progress in troubleshooting my issue is here on GitHub and here on Reddit.
My frigate instance lives in a debian vm running on docker. NFS is mounted in the VM using default mounting options. One opf the lead contributors is seeing writes at around 600ms, I'm seeing that at nearly 1.2-3.6 seconds.
How can I improve this? Let me know if there is any other information I can provide, thanks!

Code:
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-10.00  sec  1019 MBytes   855 Mbits/sec  2079   79.2 KBytes
[  5]  10.00-20.00  sec  1014 MBytes   851 Mbits/sec  2065   69.3 KBytes
[  5]  20.00-30.00  sec  1.00 GBytes   860 Mbits/sec  1827    192 KBytes
[  5]  30.00-40.00  sec  1.00 GBytes   859 Mbits/sec  1466    201 KBytes
[  5]  40.00-50.00  sec  1.01 GBytes   865 Mbits/sec  1632    201 KBytes
[  5]  50.00-60.00  sec  1012 MBytes   849 Mbits/sec  2198    206 KBytes
 
Top