LWN: Comments on "File monitoring with Mortadelo and SystemTap" https://lwn.net/Articles/271796/ This is a special feed containing comments posted to the individual LWN article titled "File monitoring with Mortadelo and SystemTap". en-us Sun, 29 Sep 2024 11:01:16 +0000 Sun, 29 Sep 2024 11:01:16 +0000 https://www.rssboard.org/rss-specification [email protected] Like strace https://lwn.net/Articles/360769/ https://lwn.net/Articles/360769/ nix <div class="FormattedComment"> You can attach to as many as you want as long as you don't want more than <br> 32 :)))<br> <p> </div> Fri, 06 Nov 2009 13:42:05 +0000 Like strace https://lwn.net/Articles/360740/ https://lwn.net/Articles/360740/ oak <div class="FormattedComment"> <font class="QuotedText">&gt; Strace can only trace one manually selected process or process tree.</font><br> <p> You can ask strace to attach as many processes with "-p" as you want.<br> <p> 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).<br> <p> </div> Fri, 06 Nov 2009 08:31:00 +0000 Like strace https://lwn.net/Articles/273381/ https://lwn.net/Articles/273381/ ringerc <div class="FormattedComment"><pre> 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. </pre></div> Fri, 14 Mar 2008 09:15:14 +0000 File monitoring with Mortadelo and SystemTap https://lwn.net/Articles/272867/ https://lwn.net/Articles/272867/ unaiur <div class="FormattedComment"><pre> Mortadelo &amp; Filemon is a famous comic here in Spain. <a href="http://www.mortadeloyfilemon.com">http://www.mortadeloyfilemon.com</a> </pre></div> Tue, 11 Mar 2008 19:26:26 +0000 Mono vs. Python https://lwn.net/Articles/272370/ https://lwn.net/Articles/272370/ kevinbsmith <div class="FormattedComment"><pre> I'm a Ruby guy, but still enjoyed the Mono/Python thoughts. Especially his final conclusion: Overall: I'm not writing new programs in C ever again. Yes, I know C is great for super-high-performance code, and for super-low-memory (embedded) footprints, and for writing super-portable libraries. So for any of those, I might consider it. Fortunately for me, I haven't had to write any of those for about 20 years. It's hard to imagine a "normal" app that would best be written in C. </pre></div> Sat, 08 Mar 2008 13:35:48 +0000 File monitoring with Mortadelo and SystemTap https://lwn.net/Articles/272104/ https://lwn.net/Articles/272104/ darwish07 <div class="FormattedComment"><pre> Aha .. Thanks for this great explanation. </pre></div> Thu, 06 Mar 2008 22:16:13 +0000 File monitoring with Mortadelo and SystemTap https://lwn.net/Articles/271970/ https://lwn.net/Articles/271970/ fuhchee <div class="FormattedComment"><pre> <font class="QuotedText">&gt; Is there some redundancy between Audit and SystemTap ?</font> Sure. Other than logistical (installation) issues though, there is the potential for more interesting differences. Audit is a single system-wide facility, so only a single configuration (set of trace points) can be active at a time. Systemtap is per-session, so many different probing sessions collecting different sorts of data can run at the same time. Mortadelo represents only a basic use of systemtap at the present (an unconditional trace record for a bunch of systemcalls, system-wide). It could do something richer, like dynamically adjusting the target process/syscall list to reduce trace data quantity (-&gt; improve performance, reduce system impact); to encode user-specified filters; to change these even during systemtap probe run-time using a /proc file interface. </pre></div> Thu, 06 Mar 2008 13:37:36 +0000 Mono and Python https://lwn.net/Articles/271959/ https://lwn.net/Articles/271959/ smitty_one_each <div class="FormattedComment"><pre> There seem to be some hints and allegations of IronPython running on Mono. </pre></div> Thu, 06 Mar 2008 13:02:38 +0000 File monitoring with Mortadelo and SystemTap https://lwn.net/Articles/271941/ https://lwn.net/Articles/271941/ darwish07 <div class="FormattedComment"><pre> Is there some redundancy between Audit and SystemTap ? Audit can monitor a system call .. SystemTap does so Audit can monitor single files .. Again, System tap does so The uncommon thing now is the ability to audit LSMs by ,say, a MAC subject label and giving LSMs an easy structure to report violations. It'll be interesting to see how will they both react once SystemTap gains more popularity. </pre></div> Thu, 06 Mar 2008 10:49:03 +0000