Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to find Plesk domains exceeding quotas  (Read 2350 times)

0 Members and 1 Guest are viewing this topic.

nirmal

  • Jr. Member
  • **
  • Posts: 56
  • Karma: +0/-0
How to find Plesk domains exceeding quotas
« on: November 24, 2013, 10:27:21 pm »
Hello all,

How to find Plesk domains exceeding quotas?

Find domains that are over quota on disk space in Plesk:

Login to MySQL and execute the below command.

 mysql>SELECT domains.name, domains.real_size, Limits.value FROM domains, Limits WHERE domains.limits_id = Limits.id AND domains.real_size > Limits.value AND limit_name = 'disk_space' AND Limits.value != -1 ORDER BY domains.name ASC;

Thank you
Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!