cdm Top N cpu consuming processes
search cancel

cdm Top N cpu consuming processes

book

Article ID: 143122

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

cdm probe Top N cpu consuming processes for linux

Environment

Release : 8.5x / 9.x

Component : UIM - CDM WITH IOSTAT

Resolution

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'