<?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: making munin-graph take advantage of multiple cpus/cores</title>
	<atom:link href="http://blog.apokalyptik.com/2009/01/23/making-munin-graph-take-advantage-of-multiple-cpuscores/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apokalyptik.com/2009/01/23/making-munin-graph-take-advantage-of-multiple-cpuscores/</link>
	<description>The random things that spew forth from my brain...</description>
	<lastBuildDate>Mon, 16 Jan 2012 18:43:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19620</generator>
	<item>
		<title>By: apokalyptik</title>
		<link>http://blog.apokalyptik.com/2009/01/23/making-munin-graph-take-advantage-of-multiple-cpuscores/comment-page-1/#comment-8473</link>
		<dc:creator>apokalyptik</dc:creator>
		<pubDate>Sun, 27 Sep 2009 11:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=383#comment-8473</guid>
		<description>We were using munin_1.3.4 </description>
		<content:encoded><![CDATA[<p>We were using munin_1.3.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinc</title>
		<link>http://blog.apokalyptik.com/2009/01/23/making-munin-graph-take-advantage-of-multiple-cpuscores/comment-page-1/#comment-8472</link>
		<dc:creator>vinc</dc:creator>
		<pubDate>Sun, 27 Sep 2009 10:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=383#comment-8472</guid>
		<description>Hi, 
 
indeed, could you specify the munin version your are using ? 
 
Thanks, 
V </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>indeed, could you specify the munin version your are using ?</p>
<p>Thanks,</p>
<p>V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kOoLiNuS</title>
		<link>http://blog.apokalyptik.com/2009/01/23/making-munin-graph-take-advantage-of-multiple-cpuscores/comment-page-1/#comment-8406</link>
		<dc:creator>kOoLiNuS</dc:creator>
		<pubDate>Wed, 22 Jul 2009 01:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=383#comment-8406</guid>
		<description>Nice, but way too complicated for my actual skills ! 
:( </description>
		<content:encoded><![CDATA[<p>Nice, but way too complicated for my actual skills !<br />
  <img src='http://blog.apokalyptik.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Vaillancourt</title>
		<link>http://blog.apokalyptik.com/2009/01/23/making-munin-graph-take-advantage-of-multiple-cpuscores/comment-page-1/#comment-8385</link>
		<dc:creator>Tim Vaillancourt</dc:creator>
		<pubDate>Sat, 02 May 2009 12:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=383#comment-8385</guid>
		<description>Hey there, 
 
I am unable to find the lines you speak of for Step 2 in the munin-graph perl script for versions 1.0, 1.2 and even 1.3. I also cannot find &quot;work_array&quot; at all in munin-graph. A similiar &quot;for my $service&quot; exists but appears to be very different: 
 
&quot;sub process_node { 
    my ($domain,$name,$node) = @_; 
 
    # See if we should skip it because of command-line arguments 
    return if (@limit_hosts and not grep (/^$name$/, @limit_hosts)); 
 
    # Make my graphs 
    logger (&quot;Processing $name&quot;) if $DEBUG; 
    for my $service (keys %{$node-&gt;{client}}) { 
        my $service_time= Time::HiRes::time; 
        my $lastupdate = 0; 
        my $now  = time; 
        my $fnum = 0; 
        my @rrd; 
        my @added = (); 
... 
&quot; 
 
I am using 1.2.6, the current stable version. What version did you get this working on? Thanks a lot for the article, it seems I am in the same boat with too many graphs! 
 
Cheers, 
 
Tim </description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>I am unable to find the lines you speak of for Step 2 in the munin-graph perl script for versions 1.0, 1.2 and even 1.3. I also cannot find &quot;work_array&quot; at all in munin-graph. A similiar &quot;for my $service&quot; exists but appears to be very different:</p>
<p>&quot;sub process_node {</p>
<p>    my ($domain,$name,$node) = @_;</p>
<p>    # See if we should skip it because of command-line arguments</p>
<p>    return if (@limit_hosts and not grep (/^$name$/, @limit_hosts));</p>
<p>    # Make my graphs</p>
<p>    logger (&quot;Processing $name&quot;) if $DEBUG;</p>
<p>    for my $service (keys %{$node-&gt;{client}}) {</p>
<p>        my $service_time= Time::HiRes::time;</p>
<p>        my $lastupdate = 0;</p>
<p>        my $now  = time;</p>
<p>        my $fnum = 0;</p>
<p>        my @rrd;</p>
<p>        my @added = ();</p>
<p>&#8230;</p>
<p>&quot;</p>
<p>I am using 1.2.6, the current stable version. What version did you get this working on? Thanks a lot for the article, it seems I am in the same boat with too many graphs!</p>
<p>Cheers,</p>
<p>Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/7 queries in 0.003 seconds using memcached
Object Caching 254/255 objects using memcached

Served from: blog.apokalyptik.com @ 2012-02-08 18:00:15 -->
