<?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>Michenux &#187; Flex</title>
	<atom:link href="http://www.michenux.net/category/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.michenux.net</link>
	<description></description>
	<lastBuildDate>Fri, 15 Apr 2011 12:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Dstat graph using Vmstax</title>
		<link>http://www.michenux.net/dstat-graph-using-vmstax-154.html</link>
		<comments>http://www.michenux.net/dstat-graph-using-vmstax-154.html#comments</comments>
		<pubDate>Sun, 20 Mar 2011 11:28:46 +0000</pubDate>
		<dc:creator>Michenux</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.michenux.net/?p=154</guid>
		<description><![CDATA[Generating graphs from dstat log files is now possible using Vmstax. At the origin, Vmstax was created to build graphics from vmstat log files. It is very convenient to monitor the server load during a load test. All you had to do is to capture the log with a command like &#8220;vmstat -n 5 > [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.michenux.net/wp-content/gallery/vmstax/182744_173346436044663_173344652711508_375137_1780982_n.jpg" title="" class="shutterset_singlepic10" >
	<img class="ngg-singlepic ngg-left" src="http://www.michenux.net/wp-content/gallery/cache/10__150x150_182744_173346436044663_173344652711508_375137_1780982_n.jpg" alt="182744_173346436044663_173344652711508_375137_1780982_n" title="182744_173346436044663_173344652711508_375137_1780982_n" />
</a>
 Generating graphs from dstat log files is now possible using Vmstax. At the origin, Vmstax was created to build graphics from vmstat log files. It is very convenient to monitor the server load during a load test. All you had to do is to capture the log with a command like &#8220;<em>vmstat -n 5 > output.log</em>&#8220;, then upload the log file into vmstax and finally, export the graphs as images to include them into reports.<br />
Actually, it is not a so good solution to analyze your servers : a lot of things is missing like network traffics, load per cpu, io per disk and others. Mpstat, iostat, ifstat can be used together but this is inconvenient because you have to manage several log ouputs.</p>
<p>Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. You can configure it with a bunch of options and you can even developp your own plugins for your specific needs. So, you have only one command to monitor what ever you want.</p>
<p>Here is an example of dstat output :<br />

<a href="http://www.michenux.net/wp-content/gallery/vmstax/dstatoutput.jpg" title="" class="shutterset_singlepic5" >
	<img class="ngg-singlepic" src="http://www.michenux.net/wp-content/gallery/cache/5__450x_dstatoutput.jpg" alt="dstatoutput" title="dstatoutput" />
</a>
</p>
<p><strong>To draw charts from dstat output with Vmstax : </strong></p>
<p>1) First, capture the dstat output : you have to use the <strong>output </strong>option. It will produce a csv log file that can be uploaded inside Vmstax. Here is an example :</p>
<p>dstat -c -n -N eth0,lo -m -s -d &#8211;output dstat.csv</p>
<p>2) Then, start Vmstax, upload the dstat.csv file and export the graphs as png. Pay attention to choose the &#8216;dstat&#8217; format inside the upload combo box.</p>
<p><strong><a title="Start Vmstax now !" href="http://www.michenux.net/vmstax/" target="_blank">Start Vmstax now !</a></strong></p>
<p>Here is some example graphs :</p>
<p>
<a href="http://www.michenux.net/wp-content/gallery/vmstax/test-01-cpuchart.png" title="" class="shutterset_singlepic6" >
	<img class="ngg-singlepic" src="http://www.michenux.net/wp-content/gallery/cache/6__450x_test-01-cpuchart.png" alt="test-01-cpuchart" title="test-01-cpuchart" />
</a>
<br />

<a href="http://www.michenux.net/wp-content/gallery/vmstax/test-02-netchart.png" title="" class="shutterset_singlepic7" >
	<img class="ngg-singlepic" src="http://www.michenux.net/wp-content/gallery/cache/7__450x_test-02-netchart.png" alt="test-02-netchart" title="test-02-netchart" />
</a>
<br />

<a href="http://www.michenux.net/wp-content/gallery/vmstax/test-06-diskchart.png" title="" class="shutterset_singlepic8" >
	<img class="ngg-singlepic" src="http://www.michenux.net/wp-content/gallery/cache/8__450x_test-06-diskchart.png" alt="test-06-diskchart" title="test-06-diskchart" />
</a>
<br />

<a href="http://www.michenux.net/wp-content/gallery/vmstax/test-00-allcharts.png" title="" class="shutterset_singlepic9" >
	<img class="ngg-singlepic" src="http://www.michenux.net/wp-content/gallery/cache/9__450x_test-00-allcharts.png" alt="test-00-allcharts" title="test-00-allcharts" />
</a>
</p>
<p><strong>Limitations</strong> : Vmstax is not able to graph all the available options of dstat. If you think one is missing, contact the author and talk about it.</p>
<p><strong>Links :</strong><br />
<a href="http://dag.wieers.com/home-made/dstat/" target="_blank">DStat home page</a><br />
<a href="http://www.michenux.net/vmstax/" target="_blank">Vmstax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michenux.net/dstat-graph-using-vmstax-154.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Survey about vmstax</title>
		<link>http://www.michenux.net/survey-about-vmstax-130.html</link>
		<comments>http://www.michenux.net/survey-about-vmstax-130.html#comments</comments>
		<pubDate>Wed, 16 Feb 2011 12:56:15 +0000</pubDate>
		<dc:creator>Michenux</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.michenux.net/?p=130</guid>
		<description><![CDATA[Please take time to answer this little survey about your use of vmstax.]]></description>
			<content:encoded><![CDATA[<p>Please take time to answer this little survey about your use of vmstax.</p>
<link type="text/css" rel="stylesheet" href="http://www.michenux.net/wp-content/plugins/surveys/style.css" />
<script type="text/javascript" src="http://www.michenux.net/wp-includes/js/jquery/jquery.js"></script>
<script type="text/javascript" src="http://www.michenux.net/wp-content/plugins/surveys/script.js"></script>

<div class="survey-area ">
<form action="" method="post" class="survey-form" id="survey-1">
<div class='survey-question' id='question-1'>Where do you use vmstax ?
<input type='hidden' name='question_id[]' value='1' />
<br /><input type='radio' name='answer-1[]' id='answer-id-1' class='answer' value='1' />
<label for='answer-id-1'>at home</label><br />
<input type='radio' name='answer-1[]' id='answer-id-2' class='answer' value='2' />
<label for='answer-id-2'>at work</label><br />
<input type='radio' name='answer-1[]' id='answer-id-2' class='answer' value='user-answer' />
<input type='text' name='user-answer-1' class='user-answer' value='' /><br />
</div>

<div class='survey-question' id='question-2'>If company, what is your company name ?
<input type='hidden' name='question_id[]' value='2' />
<input type='hidden' name='answer-2[]' id='answer-id-2' class='answer' value='user-answer' />
<input type='text' name='user-answer-2' class='user-answer' value='' /><br />
</div>

<div class='survey-question' id='question-3'>How often do you use Vmstax ?
<input type='hidden' name='question_id[]' value='3' />
<br /><input type='radio' name='answer-3[]' id='answer-id-3' class='answer' value='3' />
<label for='answer-id-3'>Every day</label><br />
<input type='radio' name='answer-3[]' id='answer-id-4' class='answer' value='4' />
<label for='answer-id-4'>Once a week</label><br />
<input type='radio' name='answer-3[]' id='answer-id-5' class='answer' value='5' />
<label for='answer-id-5'>Once a month</label><br />
<input type='radio' name='answer-3[]' id='answer-id-6' class='answer' value='6' />
<label for='answer-id-6'>[1-6] times a year</label><br />
<input type='radio' name='answer-3[]' id='answer-id-7' class='answer' value='7' />
<label for='answer-id-7'>Never</label><br />
</div>

<div class='survey-question' id='question-4'>What functionnalities would like to see in vmstax ?
<input type='hidden' name='question_id[]' value='4' />
<br /><input type='hidden' name='answer-4[]' id='answer-id-7' class='answer' value='user-answer' />
<textarea name='user-answer-4' rows='5' cols='30' class='user-answer'></textarea><br />
</div>

<br />
<input type="button" id="survey-next-question" value="Next &gt;"  /><br />

<input type="submit" name="action" id="survey-action-button" value="Submit Survey"  />
<input type="hidden" name="survey_id" value="1" />
</form>

<script type="text/javascript">survey_questions_per_page = 1;</script>
</div>


<p> <strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michenux.net/survey-about-vmstax-130.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmstax &#8211; Build charts/graphs from vmstat log</title>
		<link>http://www.michenux.net/vmstax-build-vmstat-charts-1.html</link>
		<comments>http://www.michenux.net/vmstax-build-vmstat-charts-1.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 10:16:58 +0000</pubDate>
		<dc:creator>Michenux</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[courbe]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[graphique]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[vmstat]]></category>

		<guid isPermaLink="false">http://zarba.hd.free.fr/wordpress/?p=1</guid>
		<description><![CDATA[Hi, Learning Flex 3, i wanted to test the chart functionnalities. As a case study, i took the problematic of drawing charts from a vmstat log. At the end of your load tests, you have to build the charts. It may take  some times to do that with Word or OpenOffice and it is not [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><strong>
<a href="http://www.michenux.net/wp-content/gallery/vmstax/bonexemple.png" title="" class="shutterset_singlepic1" >
	<img class="ngg-singlepic ngg-left" src="http://www.michenux.net/wp-content/gallery/cache/1__85x85_bonexemple.png" alt="vmstax.png" title="vmstax.png" />
</a>
</strong><strong> </strong>Learning Flex 3, i wanted to test the chart functionnalities. As a case study, i took the problematic of drawing charts from a vmstat log. At the end of your load tests, you have to build the charts. It may take  some times to do that with Word or OpenOffice and it is not one of my favorite task. So, i decided to make a littleapplication in Flex : you upload your vmstat log, the chars appears and you can export them as images.</p>
<p>Click here to test: <a title="Click here to test Vmstax" href="http://www.michenux.net/vmstax/" target="_blank">vmstax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michenux.net/vmstax-build-vmstat-charts-1.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

