<?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: Understanding the Value of Your Application</title>
	<atom:link href="http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Sat, 20 Mar 2010 12:14:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nelson</title>
		<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/comment-page-1/#comment-170453</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3125#comment-170453</guid>
		<description>Really good and informative post!! Thanks for writing this post.</description>
		<content:encoded><![CDATA[<p>Really good and informative post!! Thanks for writing this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarang</title>
		<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/comment-page-1/#comment-169763</link>
		<dc:creator>Sarang</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3125#comment-169763</guid>
		<description>Hi Chris,

Instrumented Spring framework looks great for monitoring the performance of Spirng application.I am currently using Spring 2.0.7. Can we upgrade it to use Instrumented framework?

Does instrumented spring framework come with the monitoring dashboard?

Thanks in advance,
-Sarang</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Instrumented Spring framework looks great for monitoring the performance of Spirng application.I am currently using Spring 2.0.7. Can we upgrade it to use Instrumented framework?</p>
<p>Does instrumented spring framework come with the monitoring dashboard?</p>
<p>Thanks in advance,<br />
-Sarang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charris</title>
		<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/comment-page-1/#comment-169515</link>
		<dc:creator>charris</dc:creator>
		<pubDate>Tue, 17 Nov 2009 16:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3125#comment-169515</guid>
		<description>The “bookings saved per second” is showing the average number of bookings that have been processed that second. The reason you are seeing a growth in the HQ chart, is due to my test script being kicked off and slowly adding more users to the test environment. The number of  bookings per second will soon level out as the number of users peak or the maximum capacity of the server is reached 

In this use case, the metric is being captured  by the HQ agent running on the machine running Tomcat. The agent then returns the metric to the HQ management server where is it stored in the HQ database for up to two years. The HQ database is either a Oracle, MySQL or PostgreSQL  install. 

As the metrics are stored in the HQ database, all data is maintained even if the application is taken off line. All historical data is also maintained if the application is restarted. 

The HQ and IQ charts show a different trend due to the time frame being displayed. As HQ can store data up to two years, I was looking for a nice chart that illustrates change in the metrics value over time.

Chris</description>
		<content:encoded><![CDATA[<p>The “bookings saved per second” is showing the average number of bookings that have been processed that second. The reason you are seeing a growth in the HQ chart, is due to my test script being kicked off and slowly adding more users to the test environment. The number of  bookings per second will soon level out as the number of users peak or the maximum capacity of the server is reached </p>
<p>In this use case, the metric is being captured  by the HQ agent running on the machine running Tomcat. The agent then returns the metric to the HQ management server where is it stored in the HQ database for up to two years. The HQ database is either a Oracle, MySQL or PostgreSQL  install. </p>
<p>As the metrics are stored in the HQ database, all data is maintained even if the application is taken off line. All historical data is also maintained if the application is restarted. </p>
<p>The HQ and IQ charts show a different trend due to the time frame being displayed. As HQ can store data up to two years, I was looking for a nice chart that illustrates change in the metrics value over time.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EG</title>
		<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/comment-page-1/#comment-169499</link>
		<dc:creator>EG</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3125#comment-169499</guid>
		<description>In the screenshots from HQ, the Entity Insert Count graph looks exactly like the BookingsSavedPerSecond one. So I guess that BookingsSavedPerSecond does not mean &quot;Average bookings per second during the last 5 minutes&quot;, but &quot;Total bookings since application startup divided by seconds since application startup&quot;. Is that correct?

If so, what happens to the BookingsSavedPerSecond metric after the application is restarted (e.g. for maintenance)? How does it behave in a cluster of several identical applications, that are restarted one at a time? 

And why do the graphs from IQ show a decrease in Bookings Per Second, when the screenshots from HQ show an increase in BookingsSavedPerSecond?

BTW, is there any documentation on what type of application resources are discovered by Instrumented Spring Framework?</description>
		<content:encoded><![CDATA[<p>In the screenshots from HQ, the Entity Insert Count graph looks exactly like the BookingsSavedPerSecond one. So I guess that BookingsSavedPerSecond does not mean &#034;Average bookings per second during the last 5 minutes&#034;, but &#034;Total bookings since application startup divided by seconds since application startup&#034;. Is that correct?</p>
<p>If so, what happens to the BookingsSavedPerSecond metric after the application is restarted (e.g. for maintenance)? How does it behave in a cluster of several identical applications, that are restarted one at a time? </p>
<p>And why do the graphs from IQ show a decrease in Bookings Per Second, when the screenshots from HQ show an increase in BookingsSavedPerSecond?</p>
<p>BTW, is there any documentation on what type of application resources are discovered by Instrumented Spring Framework?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/comment-page-1/#comment-169496</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 17 Nov 2009 07:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3125#comment-169496</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by springsource: New SpringSource blog post looks at reporting on Spring metrics in production http://tinyurl.com/yhpqxqd...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by springsource: New SpringSource blog post looks at reporting on Spring metrics in production <a href="http://tinyurl.com/yhpqxqd..." rel="nofollow">http://tinyurl.com/yhpqxqd&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Understanding the Value of Your Application &#124; SpringSource Team Blog -- Topsy.com</title>
		<link>http://blog.springsource.com/2009/11/16/understanding-the-value-of-your-application/comment-page-1/#comment-169483</link>
		<dc:creator>Tweets that mention Understanding the Value of Your Application &#124; SpringSource Team Blog -- Topsy.com</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3125#comment-169483</guid>
		<description>[...] This post was mentioned on Twitter by SpringSource, Inc., Chris Harris. Chris Harris said: Published my first blog at SpringSource “Understanding the Value of Your Application” http://tinyurl.com/yhpqxqd [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by SpringSource, Inc., Chris Harris. Chris Harris said: Published my first blog at SpringSource “Understanding the Value of Your Application” <a href="http://tinyurl.com/yhpqxqd" rel="nofollow">http://tinyurl.com/yhpqxqd</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
