Resource Meter

Utilization bar for CPU, memory, disk, or network with a recolorable fill and matching percentage label.

CPU
72%

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Monitoring2 } from "@/components/beste/piece/monitoring2";

<Monitoring2
  resource="cpu"
  value={72}
  tone="emerald"
  cpuLabel="CPU"
  memoryLabel="Memory"
  diskLabel="Disk"
  networkLabel="Network"
/>