<?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: Source code for Statistical Visualizer plugin for Apache Jmeter 2.2</title>
	<atom:link href="http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 07 Jan 2009 02:10:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vorms</title>
		<link>http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/comment-page-1/#comment-19535</link>
		<dc:creator>Vorms</dc:creator>
		<pubDate>Mon, 26 May 2008 13:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/#comment-19535</guid>
		<description>&lt;p&gt;Please, send this short mail to Walter van Iterson&lt;/p&gt;

&lt;p&gt;Hello,
I saw on the web site of National Instrument you wrote an JNI developpement for interfacing  a PVI 6527 card to Java by the means of JNI.&lt;/p&gt;

&lt;p&gt;I have to write a Java software using this card and the java must be notified when an input change.&lt;/p&gt;

&lt;p&gt;Is that possible to see your source code ?&lt;/p&gt;

&lt;p&gt;Many thans in advance.&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;

&lt;p&gt;Thierry Vorms
DSDLine&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Please, send this short mail to Walter van Iterson</p>

<p>Hello,
I saw on the web site of National Instrument you wrote an JNI developpement for interfacing  a PVI 6527 card to Java by the means of JNI.</p>

<p>I have to write a Java software using this card and the java must be notified when an input change.</p>

<p>Is that possible to see your source code ?</p>

<p>Many thans in advance.</p>

<p>Best regards</p>

<p>Thierry Vorms
DSDLine</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Glenn</title>
		<link>http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/comment-page-1/#comment-15400</link>
		<dc:creator>Daniel Glenn</dc:creator>
		<pubDate>Thu, 28 Feb 2008 12:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/#comment-15400</guid>
		<description>&lt;p&gt;Hi Ruben,
The plugin is great - thanks.
I had to made one small change to get the 'Clear All' to work in the latest jmeter (2.3.1).
Without the change, 'Clear All' caused an AbstractMethodError stack trace and the data was not cleared.
The Clearable interface has changed in jmeter_core, so I just changed the method signature from:
public void clear()
to 
public void clearData()
and now it works a treat!
Cheers,
Dan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ruben,
The plugin is great - thanks.
I had to made one small change to get the &#8216;Clear All&#8217; to work in the latest jmeter (2.3.1).
Without the change, &#8216;Clear All&#8217; caused an AbstractMethodError stack trace and the data was not cleared.
The Clearable interface has changed in jmeter_core, so I just changed the method signature from:
public void clear()
to 
public void clearData()
and now it works a treat!
Cheers,
Dan</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ruben.laguna</title>
		<link>http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/comment-page-1/#comment-5353</link>
		<dc:creator>ruben.laguna</dc:creator>
		<pubDate>Wed, 27 Jun 2007 13:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/#comment-5353</guid>
		<description>&lt;p&gt;Interesting I will try to merge those changes in the plugin  as soon as I have some spare time&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting I will try to merge those changes in the plugin  as soon as I have some spare time</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Walter van Iterson</title>
		<link>http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/comment-page-1/#comment-5351</link>
		<dc:creator>Walter van Iterson</dc:creator>
		<pubDate>Wed, 27 Jun 2007 13:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/01/17/source-code-for-statistical-visualizer-plugin-for-apache-jmeter-22/#comment-5351</guid>
		<description>&lt;p&gt;Hi Ruben,&lt;/p&gt;

&lt;p&gt;Thanks for this plugin. We use its output as part of our deployment/acceptance process. Instead of making a screenshot of JMeter after every measurement run, I've changed the code slightly. This way, it writes its chart to a file after a measurement run.&lt;/p&gt;

&lt;p&gt;Here are the changes. You might find them useful.&lt;/p&gt;

&lt;p&gt;Regards,
Walter van Iterson&lt;/p&gt;

&lt;p&gt;In StagAggVisualizer.java, around line 277:&lt;/p&gt;

&lt;p&gt;public void testStopped()
  {
    try {
      _model.testStopped();
      updateChart();
      saveChart();
    } catch (Exception e) {
      e.printStackTrace();
    }
  }&lt;/p&gt;

&lt;p&gt;/**
   * Saves the chart to a file called chart.png, in the directory where 
   * jmeter was started.
   */
  private void saveChart() {
    try {
      ChartUtilities.saveChartAsPNG(new File("chart.png"), _chart, 800, 500);
    } catch (IOException ioe) {
      System.out.println("Unable to save chart: " + ioe);
    }
  }&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ruben,</p>

<p>Thanks for this plugin. We use its output as part of our deployment/acceptance process. Instead of making a screenshot of JMeter after every measurement run, I&#8217;ve changed the code slightly. This way, it writes its chart to a file after a measurement run.</p>

<p>Here are the changes. You might find them useful.</p>

<p>Regards,
Walter van Iterson</p>

<p>In StagAggVisualizer.java, around line 277:</p>

<p>public void testStopped()
  {
    try {
      _model.testStopped();
      updateChart();
      saveChart();
    } catch (Exception e) {
      e.printStackTrace();
    }
  }</p>

<p>/**
   * Saves the chart to a file called chart.png, in the directory where 
   * jmeter was started.
   */
  private void saveChart() {
    try {
      ChartUtilities.saveChartAsPNG(new File(&#8221;chart.png&#8221;), _chart, 800, 500);
    } catch (IOException ioe) {
      System.out.println(&#8221;Unable to save chart: &#8221; + ioe);
    }
  }</p>]]></content:encoded>
	</item>
</channel>
</rss>
