View processes running on a server

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