Skip to content

0xtools v3.0.0-beta1

Choose a tag to compare

@tanelpoder tanelpoder released this 10 Sep 00:34
· 15 commits to master since this release

New functionality

  • xcapture now reads some data from userspace memory, can can sample userspace stack traces
  • xtop text UI latency histograms, heatmaps, stack trace reporting, libaio/io_uring SQ/CQ size etc
  • new tool: xstack for passive sampling of user/kernel stacks without injecting tracpoints or probes
  • the beta version requires RHEL 5.14+ kernel or otherwise 5.18+ kernel (will backport some functionality)

What's Changed

  • Fix sqlexecmany function by @rebhi in #47
  • Fix uninitialized vars and sys call crash by @grcevski in #54
  • Fix: task_struct backwards-compatibility with kernel versions < 5.14 by @Christoph-Lutz in #53
  • Fix: task_struct backwards-compatibility with kernel versions < 5.14 (2) by @Christoph-Lutz in #55
  • Use a /tmp file instead of RAM if duration exceeds 60 seconds by @rebhi in #49
  • Fix signed div/mod compile error. by @sjuxax in #57

New Contributors

Full Changelog: v2.0.3...v3.0.0-beta1