2009/5/27 c_c <[email protected]>: > For visual feedback - I was wondering how do I come to know that an app is > starting? And till when? > Need to dig into the linux manuals. :-)
You can start a sandclock or similar with the fork/exec, then look at /proc/<pid-of-app>/stat repeatedly, when the value of utime (user mode jiffies) becomes > 0, the app has started. The description of the stat-file is in /usr/src/linux/Documentation/filesystems/proc.txt. How can I send patches to you? Just to this mail-address? _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
