Register Login

Check work process at OS level in UNIX

Updated Jul 06, 2018

How the check the work process at os level in UNIX?

SOLUTION

Use these commands to check the work process and other SAP process at os level in unix

To check all the work processes:
ps -ef | grep | grep dw

To check the sap os collector
ps -ef | grep sapos

To check the message server
ps -ef | grep <sid>| grep ms


×