Hie,<br><br>I want to find out all the processes belonging to a particular<br>process group. To find this out I am using the kernel connector<br>provided by the Linux kernel. I have written a socket based user<br>space program that leverages the information provided by the <br>
kernel connector. <br><br>This program works successfully when it executes outside any<br>container. However when I run it inside a container, <br>send() fails because of the following error: <br>"Connection refused". <br>
<br>Running this connector code outside<br>
the container will not fetch the information of the processes<br>executing inside a container. <br><br>Has anyone else tried using the process related events given<br>by the kernel connector from a container ? Does this work ?<br>
Is their any other way of finding out the processes of a group ?<br>(or all the children/grandchildren.. of a process running in a<br>container ?) <br><br>Thanks a lot!<br><br>Warm Regards,<br>Surbhi.<br>