Source: cephtrace
Section: utils
Maintainer: Alan Baghumian <alan@technotux.org>
Uploaders:
 Daniel Baumann <daniel@debian.org>,
Build-Depends:
 clang,
 debhelper-compat (=13),
 lsb-release,
 python3-docutils,
 libc6-dev-i386 [amd64],
 libcap-dev,
 libdw-dev,
 libelf-dev,
 libssl-dev,
 linux-image-amd64 [amd64],
 linux-image-amd64-dbg [amd64],
 linux-image-arm64 [arm64],
 linux-image-arm64-dbg [arm64],
 pkgconf,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/ceph-team/cephtrace
Vcs-Git: https://salsa.debian.org/ceph-team/cephtrace.git
Homepage: https://github.com/taodd/cephtrace

Package: cephtrace
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: cephtrace tools help investigating Ceph performance bottlenecks
 Cephtrace is a suite of eBPF-based dynamic tracing tools that provide
 microsecond-level visibility into your Ceph storage cluster's performance.
 .
 Identify bottlenecks, diagnose slow operations, and understand exactly where
 latency occurs - all without restarting services or modifying configurations.
 .
 Key Features
 .
 - Per-IO Latency Breakdown - See exactly where each operation spends its time
 - No Downtime Required - Attach and detach from running processes dynamically
 - No Configuration - Trace on the fly, no service restarts or config changes
 - Works with Containers - cephadm, Rook, Docker, lxd and MicroCeph supported
 - Low Overhead in Production - eBPF and kernel uprobe dynamic instrumentation
