S
S
Someman2016-06-20 16:09:29
System administration
Someman, 2016-06-20 16:09:29

How to monitor the load of a site on a vps?

Tell me how to organize monitoring of the load of sites on vps, not page loading speed, but the amount of server resources consumed by each specific site.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Shitskov, 2016-06-20
@Someman

If you want a ready-made solution and there is no way to run your own monitoring server:
www.zabber.ru
Or, run locally, for example, munin.
Or your question is how to monitor the resource consumption of a particular site, and not the entire server as a whole?
I see such a solution: each site is launched inside its own LXC container, after which we monitor the load on the system by each of these containers using Zabbix. Perhaps someone will offer an easier and more competent option.

N
Nikolai Kovalev, 2016-06-20
@nkmail

Nagios

P
Puma Thailand, 2016-06-20
@opium

put a control panel in them, usually there is such an opportunity, in general it would be nice to divide everything into containers and monitor them, in the context of one web server this is usually done by some kind of module that can collect statistics on the load by domains

V
Vladimir Noskov, 2016-06-20
@kovspace

This is done in a couple of bash commands:
# install
apt-get install acct
# user statistics
sa -m

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question