I currently host one website on a server which many other websites use connect to via an API.
When I use the terminal command 'top' I can see www-data is the main culprit for my server running slow.
How do I identify which website is making the most API requests? Is there a way to see the referrer for www-data?
Thanks