"use client" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Badge } from "@/components/ui/badge" import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer, AreaChart, Area } from "recharts" import { Wifi, Globe, Shield, Activity, Network, Router } from "lucide-react" const networkTraffic = [ { time: "00:00", incoming: 45, outgoing: 32 }, { time: "04:00", incoming: 52, outgoing: 28 }, { time: "08:00", incoming: 78, outgoing: 65 }, { time: "12:00", incoming: 65, outgoing: 45 }, { time: "16:00", incoming: 82, outgoing: 58 }, { time: "20:00", incoming: 58, outgoing: 42 }, { time: "24:00", incoming: 43, outgoing: 35 }, ] const connectionData = [ { time: "00:00", connections: 1250 }, { time: "04:00", connections: 980 }, { time: "08:00", connections: 1850 }, { time: "12:00", connections: 1650 }, { time: "16:00", connections: 2100 }, { time: "20:00", connections: 1580 }, { time: "24:00", connections: 1320 }, ] export function NetworkMetrics() { return (
Peak: 245 MB/s at 16:30
↑ 12% from last hour
247 blocked attempts today
Avg response time