Here are some things you can take a look at:
Entry processes are the number of PHP processes which are created to render your website. Simply put: every time a request is received for a PHP page, a new process is created for your user. This is what’s known as an Entry Process. The number of entry processes has to do with the number of page views your website receives.