Linux Zombie Process Count
This comes up occasionally as a customer request - can we count zombie processes on Linux servers?
Yes we can...
KYNDEH
This DataSource relies on SSH connectivity to the server, and therefore the Linux SSH PropertySource (in core), and once connected runs command:
'ps axo pid=,stat='
...and then runs through the table counting all the occurrences of 'Z' in the stat column.
:)/emoticons/smile@2x.png 2x" title=":)" width="20">
Antony Hawkins
Posted 7 years ago·Last reply 6 years ago
2 comments
Antony Hawkins
OP6 years ago@JSmith try now, should be good to go.
?
Hope you find it useful.
JSmith
·6 years agoHey Anthony,
When will this DataSource be out of security review?