%PDF- %PDF-
| Direktori : /usr/share/l.v.e-manager/interworx/lvemanager/templates/user/ |
| Current File : //usr/share/l.v.e-manager/interworx/lvemanager/templates/user/resourceusage.tpl |
<table class="iw-table iw-w-full">
<tr class="{cycle} ruler">
<td class="iw-w-xs nowrap">
{if $limit eq 1}
<b>Your site has been limited within the past 24 hours</b><br /><br />
{if $cpu_limited_flag eq 1}
CPU resources were limited for your site<br /><br />
{/if}
{if $memf_total > 0}
Memory resources were limited for your site<br /><br />
{/if}
{if $mepf_total > 0}
You have reached entry processes (number of simultaneously running php and cgi scripts, as well as cron jobs and shell sessions) limit <strong>{$mepf_total}</strong> times<br /><br />
{/if}
{else}
<b>Your site had no issues in the past 24 hours</b>
{/if}
</td>
</tr>
{if $nearLimit eq 1}
<tr class="{cycle} ruler">
<td class="iw-w-xs nowrap">
<b>Your site might hit resource limits soon</b><br /><br />
{if $nearCpu eq 1}
Your CPU usage was at {$cpu_max}% out of 100%<br />
{/if}
{if $nearMem eq 1}
Your Memory usage was at {$roundMem_max} out of {$roundLmem_max}<br />
{/if}
{if $nearEp eq 1}
You had {$ep_max} entry processes (number of simultaneously running php and cgi scripts, as well as cron jobs and shell sessions) out of {$lep_max} max entry processes allowed<br />
{/if}
</td>
</tr>
{/if}
<tr class="{cycle} ruler">
<td class="iw-w-xs nowrap">
<a href="details">[Details]</a>
</td>
</tr>
</table>