Knowledgebase

How do I view lveinfo for more than 10 users?

By default, the lveinfo command in CloudLinux will display information for up to 10 users. If you need to view information for more than 10 users, you can use the --top option along with the -N flag to specify the number of users you want to see.

For example, if you want to view information for the top 20 users, you can use the following command:

bash
lveinfo --top -N 20

This will display information for the top 20 users based on their resource usage.

Keep in mind that if you have a large number of users, displaying information for all of them at once may be overwhelming. You may want to consider using filters or other options to narrow down the list to specific users or groups of users.

Always make sure you have the necessary permissions to run the lveinfo command and access the information you're requesting.

 
  • 0 Users Found This Useful
Was this answer helpful?