All Projects → LucaCanali → Linux_tracing_scripts

LucaCanali / Linux_tracing_scripts

Licence: apache-2.0
Scripts and tools for troubleshooting and performance analysis in Linux. This includes dynamic tracing scripts with SystemTap both for system calls and for userspace function tracing.

Programming Languages

python
139335 projects - #7 most used programming language

Linux Tracing Scripts

Author: [email protected]

This repository contains example scripts and tools for troubleshooting and performance analysis on Linux systems. It includes dynamic tracing scripts with FTrace, Perf, SystemTap, BPF/bcc.

Directory Short description
Ftrace I/O latency histograms at microsecond resolution using ftrace
Perf Linux Perf and uprobes for Oracle tracing and profiling
SystemTap_Linux_IO SystemTap scripts for Linux I/O tracing and I/O latency measurements
SystemTap_Userspace_Oracle SystemTap scripts for Oracle RDBMS troubleshooting and internals investigations using userspace dynamic tracing
BPF-bcc_Userspace_Oracle BPF/bcc scripts for Oracle userspace tracing, mostly ports from previous SystemTap and Perf work

Disclaimer: Many of the scripts provided here are experimental, may cause unwanted effect especially on busy production systems and overall may be incompatible with your current set-up and/or need some tweaking before running.

Acknowledgements:

  • Brendan Gregg for many original ideas and tools that have inspired large parts of this work
  • Frits Hoogland for collaboration on investigating Oracle internals and userspace tracing
  • Dev teams for Ftrace, SystemTap, Perf, BPF and bcc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].