To view a list of the processes running on the server use:
ps aux
Filter by a string value eg jenkins:
ps aux | grep jenkins
This will return a list of services containing the value jenkins
To view a list of the processes running on the server use:
ps aux
Filter by a string value eg jenkins:
ps aux | grep jenkins
This will return a list of services containing the value jenkins