psa.disk_usage
Overview
Column Descriptions
dom_id –
httpdocs –
httpsdocs –
subdomains –
web_users –
anonftp –
logs –
dbases –
mailboxes –
webapps –
maillists –
domaindumps –
configs –
chroot –
www_root –
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | CREATE TABLE `disk_usage` ( `dom_id` int(10) unsigned NOT NULL, `httpdocs` bigint(20) unsigned DEFAULT '0', `httpsdocs` bigint(20) unsigned DEFAULT '0', `subdomains` bigint(20) unsigned DEFAULT '0', `web_users` bigint(20) unsigned DEFAULT '0', `anonftp` bigint(20) unsigned DEFAULT '0', `logs` bigint(20) unsigned DEFAULT '0', `dbases` bigint(20) unsigned DEFAULT '0', `mailboxes` bigint(20) unsigned DEFAULT '0', `webapps` bigint(20) unsigned DEFAULT '0', `maillists` bigint(20) unsigned DEFAULT '0', `domaindumps` bigint(20) unsigned DEFAULT '0', `configs` bigint(20) unsigned DEFAULT '0', `chroot` bigint(20) unsigned DEFAULT '0', `www_root` bigint(20) unsigned DEFAULT '0', PRIMARY KEY (`dom_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
March 8th, 2013 in
Uncategorized