On Wed, May 16, 2012 at 03:12:50PM +1200, Andrew Thompson wrote:
> Hi,
>
>
> Here is a quick patch to limit the sockstat output to a specific jail
> id, this is useful to verify which sockets a jail has open. A jid of 0
> will show the host system.
>
> This will result in an extra syscall per so
On Wed, 16 May 2012 15:12:50 +1200
Andrew Thompson wrote:
> Hi,
>
>
> Here is a quick patch to limit the sockstat output to a specific jail
> id, this is useful to verify which sockets a jail has open. A jid of 0
> will show the host system.
>
> This will result in an extra syscall per socket
Hi,
Here is a quick patch to limit the sockstat output to a specific jail
id, this is useful to verify which sockets a jail has open. A jid of 0
will show the host system.
This will result in an extra syscall per socket when -j is set but I
do not think warrants a process cache.
Any objections?