[SciPy-User] Simulate web requests

nicky van foreest vanforeest at gmail.com
Wed Jun 27 11:13:41 EDT 2012


Hi Mohan,

You might consider using simpy for the simulations. Here you can also
find a simple, straightforward, simulation of a generic single-server
queue: http://nicky.vanforeest.com/queueing/simulateQueuingProcess/queue.html.
It should not be too hard to modify to a multi (infinite?) server
queue.

Nicky

On 27 June 2012 11:40, Mohan Radhakrishnan <mohanr at fss.co.in> wrote:
> Hi,
>
>          I am looking for some assistance with these requirements.  We are
> trying to simulate web requests to hit a web applications. Let’s assume I
> have a url to hit that requires a username and password.
>
>
>
> These web requests should have exponential inter arrival times.
> Generate self-similar traffic. I am not very sure about the properties of
> this traffic. Is Variance Time plot used for analyzing if the data received
> from this simulation is self-similar ?
>
>
>
> Are there examples using SciPY that can help in creating a program that can
> generate this traffic ?  Recommended reading  ? I am also trying to use R
> for this.
>
>
>
>
>
> Thanks,
>
> Mohan
>
>
>
> DISCLAIMER:
> ==========================================================================================================================================================
> The information contained in this e-mail message may be privileged and/or
> confidential and protected from disclosure under applicable law. It is
> intended only for the individual to whom or entity to which it is addressed
> as shown at the beginning of the message. If the reader of this message is
> not the intended recipient, or if the employee or agent responsible for
> delivering the message is not an employee or agent of the intended
> recipient, you are hereby notified that any review,
> dissemination,distribution, use, or copying of this message is strictly
> prohibited. If you have received this message in error, please notify us
> immediately by return e-mail and permanently delete this message and your
> reply to the extent it includes this message. Any views or opinions
> presented in this message or attachments are those of the author and do not
> necessarily represent those of the Company. All e-mails and attachments sent
> and received are subject to monitoring, reading, and archival by the
> Company.
> ==========================================================================================================================================================
>
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list