@extends('layouts.admin') @include('partials/admin.settings.nav', ['activeTab' => 'basic']) @section('title') Statistics Overview @endsection @section('content-header')

Statistics OverviewMonitor your panel usage.

@endsection @section('content')
Servers
Servers {{ count($servers) }}
Total used Memory (in MB) {{ $totalServerRam }}MB
Total used Disk (in MB) {{ $totalServerDisk }}MB
Nodes
Total RAM {{ $totalNodeRam }}MB
Total Disk Space {{ $totalNodeDisk }}MB
Total Allocations {{ $totalAllocations }}
Total Eggs {{ $eggsCount }}
Total Users {{ $usersCount }}
Total Nodes {{ count($nodes) }}
Total Databases {{ $databasesCount }}
@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/chartjs/chart.min.js') !!} {!! Theme::js('js/admin/statistics.js') !!} @endsection