Has anyone seen the following problem with bbtest where the total
processing exceeds the 300 second limit? Note that I do not have an
excessive # of hosts/tests.  I've also included the
hobbitlaunch.cfg entry at the bottom of the email.  <br>
<br>
Thanks,<br>
Bria<br>
<br>
<pre>bbtest-net version 4.0.3<br>SSL library : OpenSSL 0.9.7a Feb 19 2003<br>LDAP library: OpenLDAP 20224<br><br>Statistics:<br> Hosts total           :      279<br> Hosts with no tests   :      126<br> Total test count      :      278
<br> Status messages       :      285<br> Alert status msgs     :        0<br> Transmissions         :        4<br><br>DNS statistics:<br> # hostnames resolved  :      154<br> # succesful           :      153<br> # failed              :        1
<br> # calls to dnsresolve :      190<br><br>TCP test statistics:<br> # TCP tests total     :      118<br> # HTTP tests          :       37<br> # Simple TCP tests    :       81<br> # Connection attempts :      118<br> # bytes written       :     5458
<br> # bytes read          :   156561<br><br><br>Error output:<br>WARNING: Runtime 421 longer than time limit (300)<br><br><br>TIME SPENT<br>Event                                            Starttime          Duration<br>
bbtest-net startup                       1118290228.818694                 -<br>Service definitions loaded               1118290228.819663          0.000969 <br>Tests loaded                             1118290228.833090          
0.013427 <br>DNS lookups completed                    1118290233.835342          5.002252 <br>Test engine setup completed              1118290233.837863          0.002521 <br>TCP tests completed                      1118290243.999609
         10.161746 <br>PING test completed (148 hosts)          1118290244.000476          0.000867 <br>PING test results sent                   1118290648.938097        404.937621 <br>Test result collection completed         
1118290648.938682          0.000585 <br>LDAP test engine setup completed         1118290648.938793          0.000111 <br>LDAP tests executed                      1118290649.044316          0.105523 <br>LDAP tests result collection completed   
1118290649.044325          0.000009 <br>NSLOOKUP tests executed                  1118290649.045273          0.000948 <br>Test results transmitted                 1118290649.049315          0.004042 <br>bbtest-net completed                     
1118290649.051183          0.001868 <br>TIME TOTAL                                                        420.232489 </pre>
************<br>
<br>
# "bbnet" runs the bbtest-net tool to perform the network based tests - i.e. http, smtp, ssh, dns and<br>
# all of the various network protocols we need to test.<br>
<br>
[bbnet]<br>
        ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg<br>
        NEEDS hobbitd<br>
        CMD bbtest-net --report --ping --checkresponse --debug<br>
        LOGFILE $BBSERVERLOGS/bb-network.log<br>
        INTERVAL 5m<br>
<br>