@extends('layouts.app') @section('title', 'Device: ' . $host) @section('content')
Detail informasi perangkat
{{ $systemInfo['error'] }}
Name
{{ $systemInfo['name'] ?? '-' }}
Uptime
{{ $systemInfo['uptime'] ?? '-' }}
Description
{{ Str::limit($systemInfo['description'] ?? '-', 100) }}
CPU Usage
{{ $resources['cpu_usage'] ?? 0 }}%
Memory Usage
{{ $resources['memory_percent'] ?? 0 }}%
| Interface | Speed | Status | In | Out |
|---|---|---|---|---|
| {{ $iface['name'] }} | {{ $iface['speed'] }} | {{ $iface['status'] }} | {{ number_format($iface['in_octets'] / 1048576, 2) }} MB | {{ number_format($iface['out_octets'] / 1048576, 2) }} MB |
| No interfaces found | ||||