On 17/12/2019 15:16, Vikram Darsi wrote:
>  4. *lsof -p 31139 | wc -l    ->   503*

... the number of file descriptors open by the process.

>  5. *lsof | grep 31139 | wc -l   ->    58232*
> 
> *                31139 is the ODL-controller PID*
> 

... the number of file descriptors open by the process multiplied by the
number of threads in the process. Examining the output without `wc -l`
makes that quite obvious.

Bye,
Robert

Attachment: signature.asc
Description: OpenPGP digital signature

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14922): 
https://lists.opendaylight.org/g/controller-dev/message/14922
Mute This Topic: https://lists.opendaylight.org/mt/68764307/21656
Group Owner: controller-dev+ow...@lists.opendaylight.org
Unsubscribe: https://lists.opendaylight.org/g/controller-dev/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to