index
:
ior
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
statsengine
Age
Commit message (
Expand
)
Author
2026-03-08
tests: remove sleep-based waits in tui and runtime tests
Paul Buetow
2026-03-05
Normalize Go import grouping with local ior section
Paul Buetow
2026-03-05
Add package-level docs across internal packages
Paul Buetow
2026-02-25
Fix stream paused scrolling and apply pending TUI/probe updates
Paul Buetow
2026-02-25
Parallelize snapshot builders in stats engine
Paul Buetow
2026-02-24
statsengine: deduplicate topN helpers with generics
Paul Buetow
2026-02-24
statsengine: add top-n snapshot helpers for overview
Paul Buetow
2026-02-24
statsengine: compact process accumulator at high cardinality
Paul Buetow
2026-02-24
statsengine: cache syscall percentiles between snapshots
Paul Buetow
2026-02-24
statsengine: build snapshots outside engine mutex
Paul Buetow
2026-02-24
statsengine: stop cloning snapshot accessors on reads
Paul Buetow
2026-02-24
tui: address review feedback for dashboard and export
Paul Buetow
2026-02-23
task 302: add stats engine orchestration and snapshots
Paul Buetow
2026-02-23
task 303: add per-process accumulator with pid-reuse guard
Paul Buetow
2026-02-23
task 303: add fixed-bucket log-scale histogram
Paul Buetow
2026-02-23
task 305: add top-N file ranker with bounded cardinality
Paul Buetow
2026-02-23
task 305: add per-syscall accumulator with reservoir percentiles
Paul Buetow
2026-02-23
task 305: add ring time series with wrap-around and gap tests
Paul Buetow
2026-02-23
task 304: harden snapshot immutability after sub-agent review
Paul Buetow
2026-02-23
task 304: add immutable statsengine snapshot types
Paul Buetow