|
|
Subscribe / Log in / New account

Like strace

Like strace

Posted Mar 14, 2008 9:15 UTC (Fri) by ringerc (subscriber, #3071)
Parent article: File monitoring with Mortadelo and SystemTap

It's not really right to suggest that the biggest difference between SystemTap and strace is
the GUI.

Strace can only trace one manually selected process or process tree. That makes it less than
useful once you start to involve D-BUS, HAL, kernel interaction, and other sorts of
inter-process communication.

By contrast, systemtap (and FileMon on Windows) can trace a whole system's actions then filter
out uninteresting data.

I like, and use, both.

My point is that the system-wide aspect of systemtap is a vastly more important difference
between it and strace than the Mortadelo GUI is.


to post comments

Like strace

Posted Nov 6, 2009 8:31 UTC (Fri) by oak (guest, #2786) [Link] (1 responses)

> Strace can only trace one manually selected process or process tree.

You can ask strace to attach as many processes with "-p" as you want.

What it doesn't support is both running a process and attaching to processes (some Idi^Hmisguided person filed a bug about that to Debian and they "fixed" it by removing this functionality that's mentioned even in strace manual page. I have a bug of it in Debian).

Like strace

Posted Nov 6, 2009 13:42 UTC (Fri) by nix (subscriber, #2304) [Link]

You can attach to as many as you want as long as you don't want more than
32 :)))


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds