Page 1 of 1

Vhost load/memory detection

PostPosted: 10. February 2022 16:19
by joniop
Hi everyone,

Is there a way (probably a cmdlet) I can check which vhost from my apache configuration uses most memory/CPU resources?

It's a apache 2.4 on Linux (Debian 9) with a plesk configuration.

Thank you all in advance

Re: Vhost load/memory detection

PostPosted: 10. February 2022 20:32
by Nobbie
I dont think so. A vhost is a "virtual" host, actually there is only one host, one apache, one PHP, one MySQL. And what is meant by "memory detection"? The memory PHP uses at runtime? The memory the MySQL Server takes at runtime? I dont think there is a tool which can kind of debug Apache requests and find out memory ressources.

What is the problem, why do you need to know that?