Capture the thread of the process and show it on lve-read-snapshot
Currently the thread of the process is also counted in lve's nproc, but the thread is not captured, so it's not shown on lve-read-snapshot and cpanel's resource usage plugin https://docs.cloudlinux.com/lve_manager/#resource-usage-client-plugin.
We hope you can consider this as in some cases like nodejs process may spawn some threads and the user's can't check it on lve-read-snapshot

-
mahfudzaji commented
Like this
```
$ pstree -apu n9042934
lsphp,1505282
├─lsphp,2887318
└─lsphp,2897139node,1060808 /usr/local/lsws/fcgi-bin/lsnode.js
├─{node},1060926
├─{node},1060927
└─{node},1060928node,1737694
├─{node},1737798
├─{node},1737799
├─{node},1737800
├─{node},1737801
├─{node},1737802
├─{node},1737803
├─{node},1757405
├─{node},1757406
├─{node},1757407
└─{node},1757408node,2574173 /usr/local/lsws/fcgi-bin/lsnode.js
├─{node},2574386
├─{node},2574387
└─{node},2574388
```If checked from lve-read-snapshot of cpanel's plugin, all we see only the main process captured, but nproc in lvestat showing high number because nproc is counting not only the process but also the thread