Skip to content

Releases: btraven00/denet

Release 0.7.0

Choose a tag to compare

@btraven00 btraven00 released this 26 May 11:20

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

Choose a tag to compare

@btraven00 btraven00 released this 27 Apr 13:44
37635cd

0.6.2 (2026-04-27)

Bug Fixes

  • add conda installation instructions from prefix.dev channel (d388185)

v0.6.1

Choose a tag to compare

@btraven00 btraven00 released this 23 Apr 11:56
39a6050

0.6.1 (2026-04-23)

Bug Fixes

v0.6.0

Choose a tag to compare

@btraven00 btraven00 released this 22 Apr 22:19
3db729e

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

Choose a tag to compare

@btraven00 btraven00 released this 16 Apr 13:12
521a479

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)

v0.4.2

Choose a tag to compare

@btraven00 btraven00 released this 07 Jul 15:24

0.4.2 (2025-07-07)

Bug Fixes

  • build: allow to build in osx (b38d333)

v0.4.1

Choose a tag to compare

@btraven00 btraven00 released this 23 Jun 16:37

0.4.1 (2025-06-23)

Miscellaneous Chores

  • update version to 0.4.1 (b3591b5)

v0.4.0

Choose a tag to compare

@btraven00 btraven00 released this 23 Jun 16:12

0.4.0 (2025-06-23)

Features

  • allow to write metadata line from monitoring function (ea81d00)
  • docs: comment on subprocess.run compat (d60fb1f)

Bug Fixes

  • docs: remove outdated comment (79d08b3)

v0.3.3

Choose a tag to compare

@btraven00 btraven00 released this 21 Jun 11:51
09eef77

0.3.3 (2025-06-21)

Bug Fixes

  • docs: format (df9415b)
  • tests: exclude python module (bfe62d5)
  • tests: refactor python test suite (2aeb5ed)

v0.3.2

Choose a tag to compare

@btraven00 btraven00 released this 19 Jun 21:44
a6a26b1

0.3.2 (2025-06-19)

Bug Fixes

  • python: expose child process monitoring (7033251)