How many processes running on your Linux server?

Find out by:

$ ps -A --no-headers | wc -l

or

$ ps -AL --no-headers | wc -l