There is a difference between HPing.pm in version 2.0.9 and 2.3.6:<br><br>Version 2.0.9:<br>&nbsp;&nbsp; $self-&gt;{pingfactor} = 1000 * $2/$1<br><br>Version 2.3.6:<br>
&nbsp;&nbsp; $self-&gt;{pingfactor} = 1000 * $1/$2<br><br>With 2.3.6, graphics shows very high latency (over 10 or 20 seconds) with that line. Change the line like de version 2.0.9 shows correctly.<br><br>
<br>