[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:44:58 +0100
On Tue, 1 Feb 2011 06:02:37 -0600, Jeff Pohlmeyer
<yetanothergeek@gmail.com> wrote:
>If your appliance has a /proc filesytem and you know the process ID,
>you could test for the existence of the /proc/[PID]/status file with
>pure Lua.
Thanks for the tip, but it's launching several threads, not just a
single process.