Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5b76838
feat(starry): add basic network performance tooling
Antareske Jun 17, 2026
f7876d5
feat(starry): enhance network benchmark observability
Antareske Jun 17, 2026
026d0cd
feat(starry): add vhost-net primary performance testing topology
Antareske Jun 27, 2026
86bf096
refactor(net-bench): restructure with unified test entry and docs
Antareske Jun 27, 2026
5ca0d3a
refactor(net-bench): unify single entry, fix E2E defects, auto host-s…
Antareske Jun 28, 2026
e81a8a7
fix(net-bench): repair broken Linux baseline initramfs, unify eBPF re…
Antareske Jun 29, 2026
53e10ad
chore(net-bench): remove dead www/ references from tracked docs
Antareske Jun 29, 2026
f3c38ac
style(net-bench): strip trailing whitespace from new files
Antareske Jun 29, 2026
36a860d
fix(starry,ebpf): repair net_stats byte counter ABI and add test vali…
Antareske Jul 9, 2026
0c42ec8
fix(ebpf,net_stats): document kretprobe sret limitation and use estim…
Antareske Jul 9, 2026
e31e2a9
docs(ebpf,net_stats): add comprehensive documentation for byte counte…
Antareske Jul 9, 2026
2d9a8ac
docs(starry,net-bench): fix stale and inaccurate documentation
Antareske Jul 9, 2026
b1c385b
docs(starry,net_stats): align docs with estimated byte counters
Antareske Jul 9, 2026
ebac052
refactor(starry,ebpf): count net_stats at smoltcp phy layer instead o…
Antareske Jul 9, 2026
f79c003
feat(starry,net-bench): replace eBPF net_stats with /proc/net/dev L2 …
Antareske Jul 18, 2026
d34818a
fix(starry,net-bench): enable UEFI boot for all x86_64 configs
Antareske Jul 18, 2026
2529b4d
feat(starry,net-bench): support x86_64 Linux baseline with Starry-ali…
Antareske Jul 18, 2026
e3648b1
feat(starry,ebpf): probe DeviceHandle count_rx/count_tx for authorita…
Antareske Jul 20, 2026
c055967
fix(starry,ebpf): address OCR review findings for net_stats refactor
Antareske Jul 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apps/starry/ebpf/rawtp
apps/starry/ebpf/upb
apps/starry/ebpf/upb2
apps/starry/mysql
apps/starry/net-bench
apps/starry/picoclaw-cli
apps/starry/hdl-lang
apps/starry/java-jse
Expand Down
3 changes: 3 additions & 0 deletions apps/starry/ebpf/net_stats/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
debug/
target/
**/*.rs.bk
Loading
Loading