User load check in CloudLinux
Why?
To find out the load of a specific user in CloudLinux.
Instructions
Connect to the server via SSH under the root user and execute the following command:
lveinfo -u USERNAME --period=TIME_PERIOD
Command details
The time period can be specified in days, hours and minutes (parameters d
, h
and m
respectively). For example, to view statistics for the previous two days, enter 2d
. To view statistics for the last five hours, enter 5h
. To view statistics for the last 30 minutes, enter 30m
.
There is also an option of specifying parameters for today
and yesterday
in order to view statistics for those respective periods.