<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Hidden Gems In Leopard: OpenSnoop</title>
	<atom:link href="http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/</link>
	<description>TheAppleBlog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<lastBuildDate>Sun, 22 Nov 2009 04:56:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Flood</title>
		<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20625</link>
		<dc:creator>Justin Flood</dc:creator>
		<pubDate>Mon, 14 Apr 2008 04:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20625</guid>
		<description>I love finding these little hidden gems in OS X.  It&#039;s UNIX backend allows for a lot of this neat stuff to slip through unnoticed.

Btw thanks Ian for rwsnoop, really neat tool!

--Justin
www.justinflood.com</description>
		<content:encoded><![CDATA[<p>I love finding these little hidden gems in OS X.  It&#8217;s UNIX backend allows for a lot of this neat stuff to slip through unnoticed.</p>
<p>Btw thanks Ian for rwsnoop, really neat tool!</p>
<p>&#8211;Justin<br />
<a href="http://www.justinflood.com" rel="nofollow">http://www.justinflood.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20624</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 17 Jan 2008 15:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20624</guid>
		<description>Don&#039;t forget about rwsnoop and iosnoop! rwsnoop is all file read and write activity (not just opening of files), and iosnoop is system I/O, i.e. only stuff that finally hits the disk.

&lt;b&gt;And even better&lt;/b&gt; you can modify at least rwsnoop and iosnoop to give final summary statistics for the data run. Here are rwsnoop and iosnoop modified for summary stats:

http://nontroppo.org/tools/snoop.zip

Note as they are just scripts, you can diff them and see what changes have been made.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget about rwsnoop and iosnoop! rwsnoop is all file read and write activity (not just opening of files), and iosnoop is system I/O, i.e. only stuff that finally hits the disk.</p>
<p><b>And even better</b> you can modify at least rwsnoop and iosnoop to give final summary statistics for the data run. Here are rwsnoop and iosnoop modified for summary stats:</p>
<p><a href="http://nontroppo.org/tools/snoop.zip" rel="nofollow">http://nontroppo.org/tools/snoop.zip</a></p>
<p>Note as they are just scripts, you can diff them and see what changes have been made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20623</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Tue, 15 Jan 2008 03:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20623</guid>
		<description>@BoB -- Thanks for the info on opensnoop! I&#039;m a long-time Unix geek myself (and it was my intention on joining the TAB staff to do the series that you&#039;re doing now, but it didn&#039;t happen...), but as I&#039;m sure you&#039;re aware, there are always &#039;Nix tools you never knew existed, forgot about, or just plain don&#039;t tend to use. If you&#039;re interested in teaming up on this series, get in touch with me.</description>
		<content:encoded><![CDATA[<p>@BoB &#8212; Thanks for the info on opensnoop! I&#8217;m a long-time Unix geek myself (and it was my intention on joining the TAB staff to do the series that you&#8217;re doing now, but it didn&#8217;t happen&#8230;), but as I&#8217;m sure you&#8217;re aware, there are always &#8216;Nix tools you never knew existed, forgot about, or just plain don&#8217;t tend to use. If you&#8217;re interested in teaming up on this series, get in touch with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BoB Rudis</title>
		<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20622</link>
		<dc:creator>BoB Rudis</dc:creator>
		<pubDate>Mon, 14 Jan 2008 18:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20622</guid>
		<description>For those that do install the Developer tools, Instruments (/Developer/Applications/Instruments.app) gives you a powerful way to peek into any app.

You can also find some more opensnoop-ish DTrace &quot;one-liners&quot; by opening up a Terminal session and entering &quot;man -k dtrace&quot;.</description>
		<content:encoded><![CDATA[<p>For those that do install the Developer tools, Instruments (/Developer/Applications/Instruments.app) gives you a powerful way to peek into any app.</p>
<p>You can also find some more opensnoop-ish DTrace &#8220;one-liners&#8221; by opening up a Terminal session and entering &#8220;man -k dtrace&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BoB Rudis</title>
		<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20621</link>
		<dc:creator>BoB Rudis</dc:creator>
		<pubDate>Mon, 14 Jan 2008 18:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20621</guid>
		<description>You do not need to recompile applications. The DTrace facility is &quot;always there&quot; and you tell it what to focus on.</description>
		<content:encoded><![CDATA[<p>You do not need to recompile applications. The DTrace facility is &#8220;always there&#8221; and you tell it what to focus on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Weigel</title>
		<link>http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20620</link>
		<dc:creator>Patrick Weigel</dc:creator>
		<pubDate>Mon, 14 Jan 2008 17:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/hidden-gems-in-leopard-opensnoop/#comment-20620</guid>
		<description>That looks cool.

So snoop relies on DTrace? Does DTrace require the applications it looks at to be set up in a special way? For example, was Safari compiled to be DTrace aware?</description>
		<content:encoded><![CDATA[<p>That looks cool.</p>
<p>So snoop relies on DTrace? Does DTrace require the applications it looks at to be set up in a special way? For example, was Safari compiled to be DTrace aware?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
