// pipeline flow
source
gRPC Shreds
—
decode
Shred Deserializer
—
buffer
SPSC Ring Buffer
—
output
Consumer
—
Ingest / sec
0
shreds/s
Consume / sec
0
shreds/s
E2E P50
0
ns
Drops
0
total
// latency breakdown
| Stage | P50 | P95 | P99 | Mean |
|---|---|---|---|---|
| Ingest | — | — | — | — |
| Decode | — | — | — | — |
| Buffer R/W | — | — | — | — |
| End-to-End | — | — | — | — |
// ring buffer
capacity: —
0 used
0%
0 written / 0 read
// config
power-of-two enforced, bitmask wrapping
1 — 10,000 shreds/sec
// consumer output
0 total
pipeline stopped — hit Start to begin