@extends('layouts.app') @section('title', 'Dashboard') @section('content')
| Recorded | RX (bps) | TX (bps) | CPU | Memory |
|---|---|---|---|---|
| {{ $metric->recorded_at }} | {{ number_format($metric->rx_bps) }} | {{ number_format($metric->tx_bps) }} | {{ $metric->cpu_usage }}% | {{ $metric->memory_usage }}% |