<?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: Using Graphite to Graph DTrace Metrics</title>
	<atom:link href="http://cuddletech.com/blog/?feed=rss2&#038;p=617" rel="self" type="application/rss+xml" />
	<link>http://cuddletech.com/blog/?p=617&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-graphite-to-graph-dtrace-metrics</link>
	<description>The Blog of Ben Rockwood</description>
	<lastBuildDate>Sat, 18 May 2013 03:46:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: HenrikJ</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25359</link>
		<dc:creator>HenrikJ</dc:creator>
		<pubDate>Tue, 19 Jul 2011 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25359</guid>
		<description>Hi Ben,

I have been using both zabbix-sender and UserParameters
but am slowly migrating towards flexible UserParameters
in order to resuse as much as possible.

All kstat data is collected via UserParameters but data gathered
via dtrace is pumped in via zabbix-sender.

I agree that reporting sticks - we have our own highchart based reporting
tool that is fed from the zabbix db.</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>I have been using both zabbix-sender and UserParameters<br />
but am slowly migrating towards flexible UserParameters<br />
in order to resuse as much as possible.</p>
<p>All kstat data is collected via UserParameters but data gathered<br />
via dtrace is pumped in via zabbix-sender.</p>
<p>I agree that reporting sticks &#8211; we have our own highchart based reporting<br />
tool that is fed from the zabbix db.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25355</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 18 Jul 2011 15:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25355</guid>
		<description>You mentioned that Carbon runs on a udp socket but isn&#039;t it TCP? statsd, a nodejs based listener (https://github.com/etsy/logster) written by Etsy runs on UDP actually.</description>
		<content:encoded><![CDATA[<p>You mentioned that Carbon runs on a udp socket but isn&#8217;t it TCP? statsd, a nodejs based listener (<a href="https://github.com/etsy/logster" rel="nofollow">https://github.com/etsy/logster</a>) written by Etsy runs on UDP actually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Pavlenko</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25333</link>
		<dc:creator>Anton Pavlenko</dc:creator>
		<pubDate>Tue, 12 Jul 2011 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25333</guid>
		<description>There is great tool for monitoring and perf. statistics from Sun employer Dimitri Kravtchuk : Dimstat.
It can be really easy extended by self written dtrace scripts. It works great for me.
As I understand Graphite do the same job.</description>
		<content:encoded><![CDATA[<p>There is great tool for monitoring and perf. statistics from Sun employer Dimitri Kravtchuk : Dimstat.<br />
It can be really easy extended by self written dtrace scripts. It works great for me.<br />
As I understand Graphite do the same job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25223</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 23 Jun 2011 21:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25223</guid>
		<description>Ben, I&#039;m a community leader on a network of developer websites. I enjoyed your blog content and was wondering if you were interested in some extra exposure on our sites. Drop me a line and I can give you all the details. 

Thanks for your time!

Jim</description>
		<content:encoded><![CDATA[<p>Ben, I&#8217;m a community leader on a network of developer websites. I enjoyed your blog content and was wondering if you were interested in some extra exposure on our sites. Drop me a line and I can give you all the details. </p>
<p>Thanks for your time!</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benr</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25221</link>
		<dc:creator>benr</dc:creator>
		<pubDate>Thu, 23 Jun 2011 00:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25221</guid>
		<description>I&#039;d be interesting in hearing about your method!  

I&#039;m using Zabbix pretty extensively with an active agent configuration.  Does your agent call a DTrace script from zabbix_agentd.conf UserParameters or do you use zabbix_sender?  

The VFS stats I record in Zabbix are all based on KStats and sent via UserParameters.

I love the fact that Zabbix essentially gives you graphing for free, however the facilities for interacting with the graphs is pretty rudimentary.  I&#039;ve really been unpleased with the report facilities and found that many other Zabbix users have resorted to using Jasper Reports to coolese data direct from the Zabbix database rather than deal with the poor reporting capabilities.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interesting in hearing about your method!  </p>
<p>I&#8217;m using Zabbix pretty extensively with an active agent configuration.  Does your agent call a DTrace script from zabbix_agentd.conf UserParameters or do you use zabbix_sender?  </p>
<p>The VFS stats I record in Zabbix are all based on KStats and sent via UserParameters.</p>
<p>I love the fact that Zabbix essentially gives you graphing for free, however the facilities for interacting with the graphs is pretty rudimentary.  I&#8217;ve really been unpleased with the report facilities and found that many other Zabbix users have resorted to using Jasper Reports to coolese data direct from the Zabbix database rather than deal with the poor reporting capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HenrikJ</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25220</link>
		<dc:creator>HenrikJ</dc:creator>
		<pubDate>Wed, 22 Jun 2011 12:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25220</guid>
		<description>I have been using something similar for some time now to plot various VFS related metrics on Sol11Exp using active checks in Zabbix ...</description>
		<content:encoded><![CDATA[<p>I have been using something similar for some time now to plot various VFS related metrics on Sol11Exp using active checks in Zabbix &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://cuddletech.com/blog/?p=617#comment-25215</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 21 Jun 2011 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=617#comment-25215</guid>
		<description>That is awesome! I&#039;ve been looking for a RRDTool replacement for a very long time.</description>
		<content:encoded><![CDATA[<p>That is awesome! I&#8217;ve been looking for a RRDTool replacement for a very long time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
