Smarts: How can I check the CPU utilization of a Smarts domain on Linux?
search cancel

Smarts: How can I check the CPU utilization of a Smarts domain on Linux?

book

Article ID: 327727

calendar_today

Updated On:

Products

VMware

Environment

VMware Smart Assurance - SMARTS

Resolution

How can I check the CPU utilization of a Smarts domain on Linux?


In order to determine the CPU utilization of the domain, execute the following command:
     ps eo pcpu,pid,user,args"grep sm_server

The first number on the line returned is the amount of CPU in use by the domain.

For example, the command will return a line looking like:
     0.1  1473 root     sm_server --name=InCharge_AMPP--config=icf --dynamic --bootstrap=bootstrap-am-pm.conf --subscribe=default --ignore-restore-errors --output --daemon

CPU utilization would be 0.1%.