Re: ssl and polygraph
Alex Rousskov <[email protected]>
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <Pine.BSF.4.10.10011291053410.58951-100000@measurement-factory.com> |
On Wed, 29 Nov 2000, Paonia Ezrine wrote: > I have need for a test program that can hit a squid box hard. Polygraph can do this. > Probly only one url over and over again. I think polygraph will do > this. Polygraph can do this, but it is not a "hard workload". You would need to use a single robot, set working set size to 1 object, set recurrence ratio to 100%, and public ratio to 0%. You can start with simple.pg as a template. I am sure that this extremely artificial workload will lead to some negative side-effects in Polygraph behavior, but it should work. > I also need it to do the same thing but for a https request > instead of a http request will polygraph do this? Unfortunately, Polygraph does not support https yet. We are waiting for somebody to sponsor the development :). Note that Squid acts as a simple tunnel for SSL requests (no caching or even complex header processing, etc.). Alex.