Hii,
I want to know how many process running in a server. So I use the metric node_procs_running from prometheus and it is showing some value. But I want to know what are the names of those processes in linux.
I tried with following commands:
ps -aef | grep node
ps -e | grep node
but it is not giving me the exact value what it is showing me in the promethues.
Could you please provide the command which will match the prometheus data?
Thanks & regards,
Bharath Kumar