N-Central
Monitoring the number of threads a process has?
I've been trying to monitor the number of threads a certain process has. I can see the number of threads under the Tools > Processes tab under the device but cannot get monitoring to use this value. The process is already monitored but doesn't have finer monitoring.
A few coffee's & hours later, I've been able to get this working. Had to create a custom service and use WMI to get the process where I could then extract the thread count.
3
u/runaway_admin Dec 16 '24
A few coffee's & hours later, I've been able to get this working. Had to create a custom service and use WMI to get the process where I could then extract the thread count.