Re: Mix of HTTP and HTTPS traffic
Dmitry Kurochkin <dmitry.kurochkin-LbpN3Auhdh+Rtz+nHKFJDvXmoG9oyoYx@public.gmane.org> Mon, 22 Oct 2012 14:48:07 +0400
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Jacky. unjc email <[email protected]> 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-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] > http://www.web-polygraph.org/mailman/listinfo/users _______________________________________________ Users mailing list Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] http://www.web-polygraph.org/mailman/listinfo/users