From unjc.email at gmail.com Fri Oct 19 15:36:23 2012 From: unjc.email at gmail.com (unjc email) Date: Fri, 19 Oct 2012 11:36:23 -0400 Subject: Mix of HTTP and HTTPS traffic Message-ID: Hi all, I am curious to know whether Webpolygraph supports mixed-protocol traffic. I need to plan a performance test using a mixed load (say, 90%/10%) of HTTP and HTTPS traffic. I also want to know the throughput and average latency of each type of load. Does webpolygraph support that? If so, would you please kindly provide an example? Thanks, Jacky From dmitry.kurochkin at measurement-factory.com Mon Oct 22 10:48:07 2012 From: dmitry.kurochkin at measurement-factory.com (Dmitry Kurochkin) Date: Mon, 22 Oct 2012 14:48:07 +0400 Subject: Mix of HTTP and HTTPS traffic In-Reply-To: References: Message-ID: <87y5iyail4.fsf@gmail.com> Hi Jacky. unjc email writes: > Hi all, > > I am curious to know whether Webpolygraph supports mixed-protocol > traffic. I need to plan a performance test using a mixed load (say, > 90%/10%) of HTTP and HTTPS traffic. I also want to know the > throughput and average latency of each type of load. Does > webpolygraph support that? If so, would you please kindly provide an > example? > Yes, Polygraph supports that. SSL layer manual [1] describes how to configure HTTPS servers. You can create both plain HTTP and HTTPS servers in required proportion like this: addr[] serverAddrs = ...; addr[] plainServerAddrs; addr[] sslServerAddrs; [ plainServerAddrs, sslServerAddrs: 10% ] = serverAddrs; robot.origins = serverAddrs; This way all servers would get even load. Another option is to configure Robots to make more requests to HTTP server than HTTPS: robot.origins = [ plainServerAddr, sslServerAddr: 10% ]; Polygraph collects protocol-specific stats, they are included in HTML report. Regards, Dmitry [1] http://www.web-polygraph.org/docs/reference/models/ssl.html > > Thanks, > Jacky > _______________________________________________ > Users mailing list > Users at web-polygraph.org > http://www.web-polygraph.org/mailman/listinfo/users From unjc.email at gmail.com Wed Oct 24 17:38:40 2012 From: unjc.email at gmail.com (unjc email) Date: Wed, 24 Oct 2012 13:38:40 -0400 Subject: Assertion Error Message-ID: Hello there, Any idea what causes the following problem on the client machine? Please help. 000.07| registered client-side session watches: 0 000.07| registered client-side data filters: 0 000.07| fyi: PGL configuration stored (75539bytes) 000.07| found 1000 Robot IP address(es) total (1000 unique address(es) with interface name and netmask). 000.07| fyi: lo: deleted 0 old IP aliases 000.07| fyi: created 500 agent addresses total TblDistr.cc:263: assertion failed: '!theOwner' Thanks, Jacky From dmitry.kurochkin at measurement-factory.com Wed Oct 24 18:19:03 2012 From: dmitry.kurochkin at measurement-factory.com (Dmitry Kurochkin) Date: Wed, 24 Oct 2012 22:19:03 +0400 Subject: Assertion Error In-Reply-To: References: Message-ID: <87fw5391ig.fsf@gmail.com> Hi Jacky. unjc email writes: > Hello there, > > Any idea what causes the following problem on the client machine? > Please help. > > 000.07| registered client-side session watches: 0 > 000.07| registered client-side data filters: 0 > 000.07| fyi: PGL configuration stored (75539bytes) > 000.07| found 1000 Robot IP address(es) total (1000 unique address(es) > with interface name and netmask). > 000.07| fyi: lo: deleted 0 old IP aliases > 000.07| fyi: created 500 agent addresses total > TblDistr.cc:263: assertion failed: '!theOwner' > This looks like a new bug to me. We will investigate it. What Polygraph version are you using? Can you please provide the workload? A backtrace may also help. Regards, Dmitry > > > Thanks, > Jacky > _______________________________________________ > Users mailing list > Users at web-polygraph.org > http://www.web-polygraph.org/mailman/listinfo/users