{#if $appSession.teamId === '0'}
Server Usage
Total Memory
{(usage?.memory.totalMemMb).toFixed(0)}MB
Used Memory
{(usage?.memory.usedMemMb).toFixed(0)}MB
Free Memory
{usage?.memory.freeMemPercentage}% {#if !warning.memory} {/if}
Total CPUs
{usage?.cpu.count}
CPU Usage
{usage?.cpu.usage}% {#if !warning.cpu} {/if}
Load Average (5/10/30mins)
{usage?.cpu.load.join('/')}
Total Disk
{usage?.disk.totalGb}GB
Used Disk
{usage?.disk.usedGb}GB
Free Disk
{usage?.disk.freePercentage}% {#if !warning.disk} {/if}
Resources
{/if}