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_serverThe 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%.