Why trace the kernel?
Posted Jul 25, 2008 1:33 UTC (Fri) by
corbet (editor, #1)
In reply to:
Why trace the kernel? by pr1268
Parent article:
Tracing: no shortage of options
This kind of tracing is wanted by people trying to track down problems which happen in production environments. You need to see why the system is behaving poorly (or crashing) while operating under its real workload. That requires the ability to hook into the system almost anywhere without perturbing its operation. Tracing can be nice for normal kernel debugging, but it's the folks wondering why their monster trading systems are bogging down that really want it.
The "DTrace envy" is there (1) because Sun has been using it as one of its primary anti-Linux marketing tools, and (2) because what we have isn't as good. We'll get there.
(
Log in to post comments)