Releases: btraven00/denet
Releases · btraven00/denet
Release list
Release 0.7.0
What's Changed
- feat: mem characterization by @btraven00 in #27
- feat: add env record with host/NUMA/affinity for reproducibility by @btraven00 in #31
- fix(ebpf): expand syscall probe coverage by @btraven00 in #30
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
0.6.0 (2026-04-22)
Features
- expose syscall I/O and page-fault counters for cache/mmap visibility (#23) (070e0b9)
- summary: add SyscallIntensitySummary to Summary (36b2316)
Bug Fixes
- add serde aliases for renamed net_rx/tx_bytes fields and update test assertions (2c62fe1)
- cli: remove default out.json dump, require explicit --out PATH (d820cb3)
- eBPF tracepoint and document capabilities (#21) (4ac2872)
- ebpf: remove duplicate refresh_maps_for_pid calls in OffCpuProfiler constructor (2722ea7)
- thread aggregation double count (#24) (c6cfe42)
v0.5.0
0.5.0 (2026-04-14)
Features
- ebpf: add off-CPU profiler module (no integration yet) (2b5a46e)
- ebpf: wire off-CPU profiler into ProcessMonitor (ccf670d)
- gpu: add NVIDIA GPU monitoring support (bd1a942)
Bug Fixes
- build: remove spurious cargo:warning= from informational build messages (66803d9)
- cli: add gpu report to summary and progress (#16) (e335c2e)
- cli: suppress UI output in --json mode; fix summary table alignment (9d28cef)
- ebpf: correct PID attribution in off-CPU events (b45553f)
- ebpf: return empty syscall metrics instead of error for zero-syscall workloads (08372c7)