[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Watching processes?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Tue, 01 Feb 2011 14:47:23 +0100
On Tue, 1 Feb 2011 14:07:51 +0100, Mateusz Czaplinski
<czapkofan@gmail.com> wrote:
>I don't know about strace, maybe it's a better tool or something; but
>if I were to do just the part I quoted above, I'd personally probably
>go for awk + mail (i.e. the "mail" command-line tool, as in
>/bin/mail), or maybe even grep+cut+mail.
Thanks for the idea. Since I successfully cross-compiled strace, I'll
leave it running for a while and see if something interesting shows
up. I'll see how to write a small Lua script to send an e-mail
notification.