Hello,<br><br>I would like to know how to monitor a process is running and it is ran by a particular user .<br><br>ex) <br>For the following process I would like to check a) java is running and b) it is being ran by irsaprd user .
<br>irsaprd   8349  8314  0 07:22 ?        00:00:11 /usr/java/j2sdk1.4.2_08/jre/bin/java -Dprocess=indexEngine<br><br><br><br>It can be checked with the following set up with bigb .<br><br># grep indexEngine ~bigb/bb/etc/bb-proctab
<br>localhost : :"irsaprd .*java -Dprocess=indexEngine;=1"<br>#<br><br>Does anyone know how to do this with hobbit ?<br><br><br><br>