-
-
Notifications
You must be signed in to change notification settings - Fork 168
Process Tracing Projects
andychu edited this page Sep 26, 2025
·
14 revisions
-
Traceboot: Precise and lightweight tracing for boot and shell scripts
- https://lobste.rs/s/fl7ly9/traceboot_precise_lightweight_tracing
- Bootchart but lighter and more precise. - I remember this bootchart Debian project from many years ago?
- Relies on ftrace events to monitor everything needed while incurring a very low overhead. It has a microsecond-precision and doesn't affect the workload being measured by more than a few percents.
- Exploring Linux command-line space time - Fabien Sanglard