Date: Fri, 29 Jun 2018 12:31:01 -0600 From: "@lbutlr" <kremels@kreme.com> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: swap_pager_getswapspace Message-ID: <539C34C5-BB4B-48D4-BAF1-A8CF55536235@kreme.com> In-Reply-To: <8D5A0F22-4017-4A37-843E-07931CE94D32@kreme.com> References: <FD06A58F-27A5-4B25-8D67-B85620268A8C@kreme.com> <20180629202603.0492ab82.freebsd.ed.lists@sumeritec.com> <8D5A0F22-4017-4A37-843E-07931CE94D32@kreme.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 29 Jun 2018, at 12:00, @lbutlr <kremels@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. --=20 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?539C34C5-BB4B-48D4-BAF1-A8CF55536235>