How to get process names of apigee components?

We have a requirement where we need process names of all apigee components installed in our servers. we are using command like " ps -ef | grep "cassandra" " to get process list of all the components. We get output as below. How can we indentify process name from the below output? If it is not possible it identify using this method, is there any other way to get process name for apigee components?

0 1 152
1 REPLY 1

Not applicable

You can try the command

ps -ef | grep "apigee"

This will provide all the processes running by apigee and in teh description you will be able to know which component or dependent processes are running by apigee.