Hi Henrik,<br><br><div class="gmail_quote">On Mon, Dec 1, 2008 at 1:18 PM, Henrik Størner <span dir="ltr"><<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">In <<a href="mailto:18b05330811191559g2713c930r11e8334fc395ef35@mail.gmail.com">18b05330811191559g2713c930r11e8334fc395ef35@mail.gmail.com</a>> "Brian Majeska" <<a href="mailto:brian@majeska.net">brian@majeska.net</a>> writes:<br>

>environment: Hobbit 4.2 with allinone patch on RHEL5.1<br>
>It appears that using the https tag and defining a port introduces<br>
>50-200ms of latency to the results of all bbnet-tests.<br>
>I had the following tag working fine for months in bb-hosts:<br>
>cont=kvm;<a href="https://server.domain.com/dsview/protected/login.do;Avocent" target="_blank">https://server.domain.com/dsview/protected/login.do;Avocent</a><br>
>The need came up to move this particular webserver to a non-standard ssl port:<br>
>cont=kvm;<a href="https://server.domain.com:9443/dsview/protected/login.do;Avocent" target="_blank">https://server.domain.com:9443/dsview/protected/login.do;Avocent</a><br>
>As soon as I did this 'all' TCP graphs, http, ldap, smtp, etc... had a<br>
>new plateau 50-200ms higher.  I ran bbnet-test with the --debug and<br>
>--timing options but didn't see anything out of the ordinary, then<br>
>again I don't know what I should be looking for that would help to<br>
>resolve it.  Let me know what you want and I'll provide it.<br>
>I was able to duplicate the problem on a separate dev hobbit server as well.<br>
<br>
</div></div>I have no idea what could cause this, but I dont see anything in the<br>
Hobbit code that could account for it. The port number for each test<br>
is determined in advance, before the tests begin. So the codepath<br>
used to perform a network connection does not depend on the test<br>
using a default or non-default portnumber.<br>
<br>
Is there any kind of firewall between your Hobbit server and the<br>
system(s) you're testing ?<br>
</blockquote><div><br>No, there is no firewall between the boxes.<br><br>I was able to duplicate the problem using a basic apache/mod_ssl setup to using port: 9443 to rule out the possibility of the Avocent/jeti webserver causing problems.<br>
<br>I baselined the test with the following tag in bb-hosts:<br><a href="http://192.168.1.210">192.168.1.210</a> <a href="http://server01.domain.com">server01.domain.com</a>       #  <a href="http://server01.domain.com">http://server01.domain.com</a><br>
<br>Then added the https tag:<br><a href="http://192.168.1.210">192.168.1.210</a> <a href="http://server01.domain.com">server01.domain.com</a>       #  <a href="http://server01.domain.com">http://server01.domain.com</a> <a href="https://server01.domain.com:9443/">https://server01.domain.com:9443/</a><br>
<br>And observed the same 50+ plateau jump on the graph for the original test.<br><br>--<br>Brian Majeska<br></div></div>