Re: Monitor process who is eat my entropy

2019-01-12 Thread Lucio
Hello, Il 11/01/19 20:28, basti ha scritto: I have try lsof /dev/urandom without luck. I'm afraid /dev/urandom is not the only way to get random bytes from the kernel. Maybe the `top` command can help, it does not filter specifically by entropy usage, but processes that use a lot of entrop

Re: Monitor process who is eat my entropy

2019-01-11 Thread Andy Smith
Hello, On Fri, Jan 11, 2019 at 10:33:39PM +0300, Reco wrote: > On Fri, Jan 11, 2019 at 08:28:18PM +0100, basti wrote: > > is there a way to monitor processes that access /dev/urandom > > auditctl -w /dev/urandom -r > > remove it with > > auditctl -D Note also that one should not really be conc

Re: Monitor process who is eat my entropy

2019-01-11 Thread Reco
On Fri, Jan 11, 2019 at 08:28:18PM +0100, basti wrote: > Hello, > > is there a way to monitor processes that access /dev/urandom auditctl -w /dev/urandom -r remove it with auditctl -D > and show how may entropy the get? You'll probably need some advanced kernel-level tracing facility (such as