<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Workday &#187; strace</title>
	<atom:link href="http://www.goworkday.com/tag/strace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goworkday.com</link>
	<description>Let&#039;s talk TECH</description>
	<lastBuildDate>Tue, 23 Mar 2010 03:28:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>strace</title>
		<link>http://www.goworkday.com/2008/10/23/strace/</link>
		<comments>http://www.goworkday.com/2008/10/23/strace/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:11:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[strace]]></category>

		<guid isPermaLink="false">http://www.goworkday.com/?p=45</guid>
		<description><![CDATA[<br/>strace -q -f -c -p strace -f verbose=all -e write=all -o /tmp/strace.log -p [pid] strace -T -t -q -f -e trace=file,open,close,read -o /tmp/prod.strace.log -p &#60;oms or ui pid&#62; -f traces all child processes as they are created byt he currently traced process as a result of the fork() system call. -e is a qualifying expression [...]]]></description>
			<content:encoded><![CDATA[<br/><p>strace -q -f -c -p
<pid>
<p>strace -f verbose=all -e write=all -o /tmp/strace.log -p [pid]</p>
<p>strace -T -t -q -f -e trace=file,open,close,read -o /tmp/prod.strace.log -p &lt;oms or ui pid&gt;</p>
<p>-f traces all child processes as they are created byt he currently traced process as a result of the fork() system call.</p>
<p>-e is a qualifying expression which modifies which events to trace or how to race them</p>
<p>verbose=all dereferences structures for all system calls</p>
<p>write=all performs a full hexadecimal and ASCII dump of all the data written to all file descriptors</p>
<p>-o output file</p>
<p>-p process id to trace</p>
<p>Replace -p [pid] with [command] to trace a specific command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goworkday.com/2008/10/23/strace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
