swap_pager_getswapspace

@lbutlr kremels at kreme.com
Fri Jun 29 18:29:40 UTC 2018


On 29 Jun 2018, at 12:00, @lbutlr <kremels at kreme.com> wrote:
> So it appears the issue is less swap and more rsync spawning many processes for some reason.

Seems to be one every 5 minutes, so have disabled the daemon process for now until I figure this out.

# psa rsync
root     71810  43.2  3.0 119892 106036  -  S    12:20      0:16.97 /usr/local/bin/rsync --daemon --config /usr/local/etc/rsync/rsyncd.conf
root     15003   0.0  3.0 119892 107112  -  S    12:15      0:18.35 /usr/local/bin/rsync --daemon --config /usr/local/etc/rsync/rsyncd.conf
root     68099   0.0  0.1   7252   2104  -  Ss   12:05      0:00.00 /usr/local/bin/rsync --daemon --config /usr/local/etc/rsync/rsyncd.conf

Where psa is a bash function:
psa () {  ps auxww | grep -i $* | grep -v grep }

I assume this is a runaway process on anchor machine that is backing up files.

Thanks all.

-- 
Love seeketh not itself to please Nor for itself hath any care But for
another gives its ease And builds a heaven in Hell's despair



More information about the freebsd-questions mailing list