Payload Breakdown

Downloaded by this page0
Markup0 KB
Styles0 KB
Fonts0 KB
Animation library0 KB
Total
About this piece

Payload Breakdown

What a page downloads, itemised, every figure counting up to its weight except the one that has nothing to count, which stays at zero while the total climbs past it.

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Downloaded by this page0
Markup0 KB
Styles0 KB
Fonts0 KB
Animation library0 KB
Total
Usage
import { Monitoring24 } from "@/components/beste/component/monitoring24";

<Monitoring24
  rows={[{"label":"Markup","kb":14},{"label":"Styles","kb":9},{"label":"Fonts","kb":31},{"label":"Animation library","kb":0}]}
/>

Usage

The import and the props worth knowing about, in one place.

import { Monitoring24 } from "@/components/beste/piece/monitoring24";

<Monitoring24
  surface="card"
  bordered={true}
  inverted={false}
  title="Downloaded by this page"
  rows={[
    {
      "label": "Markup",
      "kb": 14
    },
    {
      "label": "Styles",
      "kb": 9
    },
    {
      "label": "Fonts",
      "kb": 31
    },
    {
      "label": "Animation library",
      "kb": 0
    }
  ]}
  totalLabel="Total"
  unit="KB"
  countMs={1100}
/>

More Monitoring pieces

View all Monitoring
12428

Severity Stack

Single distribution bar splitting incident counts across critical, warning, and info segments with a mono legend.

http.req
auth
db.query
cache.set

Trace Spans

Distributed trace timeline laying spans across a shared horizontal axis, each row labeled in monospace.

CPU
72%

Resource Meter

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

7/10

Token Bucket

Rate-limit row that maps remaining capacity to a chain of filled and hollow dots, with a count beside it.

100ms500ms

Range Marker

Horizontal scale that drops a marker on the current reading and tints the expected window behind it.

API latency122ms
p95 155ms

Live Latency Bars

Streaming bar chart that pushes a fresh sample every few hundred milliseconds, flags spikes in amber, and keeps a rolling p95 in the corner.