You need to have added at least 2 YABs to use this feature
+ @endif +Built on Laravel + v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
+ @endif ++ | {{ $yabs1_data[0]->id }} | +DIF | +{{ $yabs2_data[0]->id}} | +
---|---|---|---|
Date | +{{ date_format(new DateTime($yabs1_data[0]->output_date), 'g:ia D jS F Y') }} | ++ {{\Carbon\Carbon::parse($yabs1_data[0]->output_date)->diffForHumans(\Carbon\Carbon::parse($yabs2_data[0]->output_date))}} + | +{{ date_format(new DateTime($yabs2_data[0]->output_date), 'g:ia D jS F Y') }} | +
Server | +{{$yabs1_data[0]->server->hostname}} | ++ | {{$yabs2_data[0]->server->hostname}} | +
CPU count | +{{$yabs1_data[0]->cpu_cores}} | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->cpu_cores, $yabs2_data[0]->cpu_cores, ' cores') !!} +{{$yabs2_data[0]->cpu_cores}} | +|
CPU freq | +{{$yabs1_data[0]->cpu_freq}}Mhz | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->cpu_freq, $yabs2_data[0]->cpu_freq, 'Mhz') !!} +{{$yabs2_data[0]->cpu_freq}}Mhz | +|
Ram | +{{$yabs1_data[0]->ram_mb}}MB | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->ram_mb, $yabs2_data[0]->ram_mb, 'MB') !!} +{{$yabs2_data[0]->ram_mb}}MB | +|
Disk | +{{$yabs1_data[0]->disk_gb}}GB | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_gb, $yabs2_data[0]->disk_gb, 'GB') !!} +{{$yabs2_data[0]->disk_gb}}GB | +|
GB5 single | +{{$yabs1_data[0]->gb5_single}} | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->gb5_single, $yabs2_data[0]->gb5_single, '') !!} +{{$yabs2_data[0]->gb5_single}} | +|
GB5 multi | +{{$yabs1_data[0]->gb5_multi}} | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->gb5_multi, $yabs2_data[0]->gb5_multi, '') !!} +{{$yabs2_data[0]->gb5_multi}} | +|
4k disk | +{{$yabs1_data[0]->disk_speed->d_4k_as_mbps}}MB/s + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_4k_as_mbps, $yabs2_data[0]->disk_speed->d_4k_as_mbps, 'MB/s') !!} +{{$yabs2_data[0]->disk_speed->d_4k_as_mbps}}MB/s + | +|
64k disk | +{{$yabs1_data[0]->disk_speed->d_64k_as_mbps}}MB/s + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_64k_as_mbps, $yabs2_data[0]->disk_speed->d_64k_as_mbps, 'MB/s') !!} +{{$yabs2_data[0]->disk_speed->d_64k_as_mbps}}MB/s + | +|
512k disk | +{{$yabs1_data[0]->disk_speed->d_512k_as_mbps}}MB/s | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_512k_as_mbps, $yabs2_data[0]->disk_speed->d_512k_as_mbps, 'MB/s') !!} +{{$yabs2_data[0]->disk_speed->d_512k_as_mbps}}MB/s | +|
1m disk | +{{$yabs1_data[0]->disk_speed->d_1m_as_mbps}}MB/s + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_1m_as_mbps, $yabs2_data[0]->disk_speed->d_1m_as_mbps, 'MB/s') !!} +{{$yabs2_data[0]->disk_speed->d_1m_as_mbps}}MB/s + | +|
{{$yabs1_data[0]->network_speed[0]->location}} send | +{{$yabs1_data[0]->network_speed[0]->send_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[0]->send_as_mbps, $yabs2_data[0]->network_speed[0]->send_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[0]->send_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[0]->location}} receive | +{{$yabs1_data[0]->network_speed[0]->receive_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[0]->receive_as_mbps, $yabs2_data[0]->network_speed[0]->receive_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[0]->receive_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[1]->location}} send | +{{$yabs1_data[0]->network_speed[1]->send_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[1]->send_as_mbps, $yabs2_data[0]->network_speed[1]->send_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[1]->send_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[1]->location}} receive | +{{$yabs1_data[0]->network_speed[1]->receive_as_mbps}}MBps + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[1]->receive_as_mbps, $yabs2_data[0]->network_speed[1]->receive_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[1]->receive_as_mbps}}MBps + | +|
{{$yabs1_data[0]->network_speed[2]->location}} send | +{{$yabs1_data[0]->network_speed[2]->send_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[2]->send_as_mbps, $yabs2_data[0]->network_speed[2]->send_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[2]->send_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[2]->location}} receive | +{{$yabs1_data[0]->network_speed[2]->receive_as_mbps}}MBps + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[2]->receive_as_mbps, $yabs2_data[0]->network_speed[2]->receive_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[2]->receive_as_mbps}}MBps + | +|
{{$yabs1_data[0]->network_speed[3]->location}} send | +{{$yabs1_data[0]->network_speed[3]->send_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[3]->send_as_mbps, $yabs2_data[0]->network_speed[3]->send_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[3]->send_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[3]->location}} receive | +{{$yabs1_data[0]->network_speed[3]->receive_as_mbps}}MBps + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[3]->receive_as_mbps, $yabs2_data[0]->network_speed[3]->receive_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[3]->receive_as_mbps}}MBps + | +|
{{$yabs1_data[0]->network_speed[4]->location}} send | +{{$yabs1_data[0]->network_speed[4]->send_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->send_as_mbps, $yabs2_data[0]->network_speed[4]->send_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[4]->send_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[4]->location}} receive | +{{$yabs1_data[0]->network_speed[4]->receive_as_mbps}}MBps + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->receive_as_mbps, $yabs2_data[0]->network_speed[4]->receive_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[4]->receive_as_mbps}}MBps + | +|
{{$yabs1_data[0]->network_speed[4]->location}} send | +{{$yabs1_data[0]->network_speed[4]->send_as_mbps}}MBps | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->send_as_mbps, $yabs2_data[0]->network_speed[5]->send_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[5]->send_as_mbps}}MBps | +|
{{$yabs1_data[0]->network_speed[4]->location}} receive | +{{$yabs1_data[0]->network_speed[4]->receive_as_mbps}}MBps + | + {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->receive_as_mbps, $yabs2_data[0]->network_speed[5]->receive_as_mbps, 'MBps') !!} +{{$yabs2_data[0]->network_speed[5]->receive_as_mbps}}MBps + | +