<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [smokeping-users] need a performance recommendation</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi Jeff,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">We are doing some performance testing at the moment and Tobi has just added an event log for the occasions when smokeping probe takes 80% of the total run time.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">We have also added the following code to smokeping.pm so that each time a probe completes it logs it's run time</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Around line #3972</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">after</FONT>

<BR><FONT SIZE=2 FACE="Arial">my $runtime = time - $now;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Before</FONT>

<BR><FONT SIZE=2 FACE="Arial">if ($runtime &gt; $step) {</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Add</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">#Added by JG 17/09/2007 to track how long probes take to run</FONT>

<BR><FONT SIZE=2 FACE="Arial">my $probeRunTime = $runtime;</FONT>

<BR><FONT SIZE=2 FACE="Arial">my $strProbeRunTime = &quot;$probeRunTime sec(s) to complete&quot;;</FONT>

<BR><FONT SIZE=2 FACE="Arial">if (defined $myprobe) {</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">$probes-&gt;{$myprobe}-&gt;do_log($strProbeRunTime);</FONT>

<BR><FONT SIZE=2 FACE="Arial">} else {</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">do_log($strProbeRunTime);</FONT>

<BR><FONT SIZE=2 FACE="Arial">}</FONT>

<BR><FONT SIZE=2 FACE="Arial">###############################</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Tobi would be nice if there was an option in the config file to turn on this logging detail ;)</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Regards,</FONT>

<BR><FONT SIZE=2 FACE="Arial">JonG</FONT>
</P>

<br clear=all> The information contained in this e-mail and its attachments is confidential.
It is intended only for the named address(es) and may not be disclosed to anyone else without Attenda's consent.
</BODY>
</HTML>