I have an 8.4 host (running on bare metal, no virtualization) that serves as a backups destination for a few
What I'm finding is that at some times I have an
My knowledge of network tuning dates to the FreeBSD 4.x era; where should I be poking around to gather more evidence on what's being starved? I'm a bit lost because the combo of NFS (UDP) and
Here's
https://gist.github.com/sporkman/eae104710657436bc8af
I see obvious issues in the UDP section, but nothing is standing out in the TCP section...
vmware hosts (weekly) and rsync/ rsnapshot backups on a daily basis. To complicate my life, there's a monitoring server running in a jail.What I'm finding is that at some times I have an
rsync run and a vmware snapshot copy run (this is over NFS) happening at the same time (not enough hours in the day to not have some overlap). When this happens, I see some kind of network starvation happening. The monitoring host has a java app that polls a number of wifi devices using ssh and those start to fail, the ticket system that polls a POP mailbox for new tickets times out, and connections to the mysql server from local web apps time out. As soon as the backup processes finish, everything returns to normal.My knowledge of network tuning dates to the FreeBSD 4.x era; where should I be poking around to gather more evidence on what's being starved? I'm a bit lost because the combo of NFS (UDP) and
rsync (TCP) seems to be the trigger.Here's
netstat -s output:https://gist.github.com/sporkman/eae104710657436bc8af
I see obvious issues in the UDP section, but nothing is standing out in the TCP section...