cdm probe Top N cpu consuming processes for linux
Release : 8.5x / 9.x
Component : UIM - CDM WITH IOSTAT
cdm uses PS command for Unix/Linux operating systems and result is displayed based on system CLI output
Example for linux systems
/bin/ps -eo pcpu,ppid,pid,args | sort -k 1 -nr | head -n 10
In cdm logs
(GetTopNProcesses) - running '/bin/ps -e -o pcpu,ppid,pid,args, --sort=-pcpu | head -n 10'