{{-- CPU Usage Chart --}}
{{ __('Load') }}
{{ $cpuCores }} {{ __('cores') }} · {{ __('Load') }}: {{ $load1 }} / {{ $load5 }} / {{ $load15 }}
{{-- Memory Usage Chart --}}
{{ __('Memory') }}
{{ number_format($memUsedGB, 1) }} GB {{ __('used') }} / {{ number_format($memTotalGB, 1) }} GB {{ __('total') }}
@if($hasSwap)
· {{ __('Swap') }} {{ number_format($swapUsedGB, 1) }} GB / {{ number_format($swapTotalGB, 1) }} GB
@endif
{{-- Disk Usage Chart --}}
@if(!empty($diskMounts))
{{ __('Disk Usage') }}
{{ number_format($diskUsedTotalGB, 1) }} GB {{ __('used') }} / {{ number_format($diskTotalGB, 1) }} GB {{ __('total') }}
@endif