Skip to content

Instantly share code, notes, and snippets.

View hmijail's full-sized avatar
🤔
Wondering whether Microsoft will turn GitHub into another LinkedIn mess

Horacio Mijail Antón Quiles hmijail

🤔
Wondering whether Microsoft will turn GitHub into another LinkedIn mess
View GitHub Profile
@brendangregg
brendangregg / chaintest.py
Last active May 26, 2023 09:55
chaintest
#!/usr/bin/python
#
# chaintest Summarize off-CPU time by kernel stack + 2 waker stacks
# WORK IN PROGRESS. For Linux, uses BCC, eBPF.
#
# USAGE: chaintest [-h] [-u] [-p PID] [-i INTERVAL] [-T] [duration]
#
# PLEASE DO NOT RUN THIS IN PRODUCTION! This is a work in progress, intended to
# explore chain graphs on Linux, using eBPF capabilities from a particular
# kernel version (4.3ish). This tool will eventually get much better.