Tools

Open source tools I’ve built for systems debugging and performance analysis.


TrackLeak

A memory leak detector for Python applications. Hooks directly into malloc and PyMem_*, zero instrumentation, works on live processes.

Read more →  ·  GitHub  ·  Blog post


eBPF Thread Profiler

A kernel-level thread profiler for Python and Java. Traces syscalls to track request lifecycles, lock wait times, and I/O blocking. Zero code changes.

Read more →  ·  GitHub  ·  Blog post



Copyright 2026 Deepanshu Kartikey, all rights reserved — kartikey406@gmail.com