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>
Details
The time period can be specified in days, hours and minutes (parameters
d
,h
andm
respectively). For example, to view statistics for the previous two days, enter2d
. To view statistics for the last five hours, enter5h
. To view statistics for the last 30 minutes, enter30m
.There is also an option of specifying parameters for
today
andyesterday
in order to view statistics for those respective periods.