<?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/"
		>
<channel>
	<title>Comments on: Formatting Data for Import into LoadRunner Analysis</title>
	<atom:link href="http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Mon, 09 May 2011 03:51:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5926</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5926</guid>
		<description>cool thanks for the suggestion. Will give it a go. Hopefully the output u&#039;ve described is formatted in the correct way for import in LR. Did you try the last past in that process?

Regards,
Tim</description>
		<content:encoded><![CDATA[<p>cool thanks for the suggestion. Will give it a go. Hopefully the output u&#8217;ve described is formatted in the correct way for import in LR. Did you try the last past in that process?</p>
<p>Regards,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uglyhunK</title>
		<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5925</link>
		<dc:creator>uglyhunK</dc:creator>
		<pubDate>Fri, 12 Dec 2008 07:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5925</guid>
		<description>Hey,
looks a bit overkill. the same can be accomplished with few lines of shell script.

# create sysmetrics report
sar -bBcdqrRuvwW -n SOCK -I SUM -o sysmetrics_$HOSTNAME.raw 60 10 &gt; /dev/null 2&gt;&amp;1

# create report from gathered metrics
sar -tu -f sysmetrics_$HOSTNAME.sa &gt; cpu.tmp
sar -tr -f sysmetrics_$HOSTNAME.sa &gt; memory.tmp
sar -tq -f sysmetrics_$HOSTNAME.sa &gt; proc_queue.tmp
sar -tw -f sysmetrics_$HOSTNAME.sa &gt; contx_swtch.tmp
sar -t -n SOCK -f sysmetrics_$HOSTNAME.sa &gt; network.tmp
paste -d &quot; &quot; cpu.tmp memory.tmp proc_queue.tmp contx_swtch.tmp network.tmp &gt; sysmetrics_$HOSTNAME.xls
rm *.tmp

Then save the xls in csv...jod done.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
looks a bit overkill. the same can be accomplished with few lines of shell script.</p>
<p># create sysmetrics report<br />
sar -bBcdqrRuvwW -n SOCK -I SUM -o sysmetrics_$HOSTNAME.raw 60 10 &gt; /dev/null 2&gt;&amp;1</p>
<p># create report from gathered metrics<br />
sar -tu -f sysmetrics_$HOSTNAME.sa &gt; cpu.tmp<br />
sar -tr -f sysmetrics_$HOSTNAME.sa &gt; memory.tmp<br />
sar -tq -f sysmetrics_$HOSTNAME.sa &gt; proc_queue.tmp<br />
sar -tw -f sysmetrics_$HOSTNAME.sa &gt; contx_swtch.tmp<br />
sar -t -n SOCK -f sysmetrics_$HOSTNAME.sa &gt; network.tmp<br />
paste -d &#8221; &#8221; cpu.tmp memory.tmp proc_queue.tmp contx_swtch.tmp network.tmp &gt; sysmetrics_$HOSTNAME.xls<br />
rm *.tmp</p>
<p>Then save the xls in csv&#8230;jod done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5924</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Fri, 24 Oct 2008 15:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5924</guid>
		<description>Do you have anything similar in shell script to gather monitoring data and outputting it to csv file so that we can use it with LR.

I greatly appreciate for coming forward to share your work with us all.</description>
		<content:encoded><![CDATA[<p>Do you have anything similar in shell script to gather monitoring data and outputting it to csv file so that we can use it with LR.</p>
<p>I greatly appreciate for coming forward to share your work with us all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CINDERELLA</title>
		<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5923</link>
		<dc:creator>CINDERELLA</dc:creator>
		<pubDate>Tue, 16 Sep 2008 11:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5923</guid>
		<description>I WANT TO KNOW MORE ABOUT THE IMPORTING OF FILES IN LOAD RUNNER</description>
		<content:encoded><![CDATA[<p>I WANT TO KNOW MORE ABOUT THE IMPORTING OF FILES IN LOAD RUNNER</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramya</title>
		<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5922</link>
		<dc:creator>ramya</dc:creator>
		<pubDate>Wed, 16 Jul 2008 04:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5922</guid>
		<description>hi
loadrunner analysis nowadays its very fast going tool
i want more information abou this can u brief me this</description>
		<content:encoded><![CDATA[<p>hi<br />
loadrunner analysis nowadays its very fast going tool<br />
i want more information abou this can u brief me this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramya</title>
		<link>http://altentee.com/blogs/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5921</link>
		<dc:creator>ramya</dc:creator>
		<pubDate>Wed, 16 Jul 2008 04:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/formatting-data-for-import-into-loadrunner-analysis/#comment-5921</guid>
		<description>hi
here note is very good but as per my knowledge it can be a bit clear</description>
		<content:encoded><![CDATA[<p>hi<br />
here note is very good but as per my knowledge it can be a bit clear</p>
]]></content:encoded>
	</item>
</channel>
</rss>

