[SciPy-User] Simulate web requests
Mohan Radhakrishnan
mohanr at fss.co.in
Thu Jun 28 00:52:02 EDT 2012
Hi,
Good article. I was earlier planning to use PDQ for this.
Actually I was trying to use a statistical library to hit by web url in such a way that certain distributions of these hits can be simulated. It looks like SciPY code could be used to do that. I use basic R but when I want to simulate traffic like this I use java. It looked like SciPY can help write such code. It is a web statistical traffic simulation test for measuring and modeling for capacity planning.
I will queues also to simulate but that is a different form of simulation ?
Thanks,
Mohan
-----Original Message-----
From: scipy-user-bounces at scipy.org [mailto:scipy-user-bounces at scipy.org] On Behalf Of nicky van foreest
Sent: Wednesday, June 27, 2012 8:44 PM
To: SciPy Users List
Subject: Re: [SciPy-User] Simulate web requests
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
>
_______________________________________________
SciPy-User mailing list
SciPy-User at scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user
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.==========================================================================================================================================================
More information about the SciPy-User
mailing list