[SciPy-User] Sample queueing analysis

nicky van foreest vanforeest at gmail.com
Wed Aug 8 17:47:05 EDT 2012


Hi Mohammed

You might be interested in some of python code for queueing analysis at my
homepage

Http://Nicky.vanforeest.com

Nicky
On Aug 7, 2012 7:13 AM, "Mohan Radhakrishnan" <mohanr at fss.co.in> wrote:

>  Hi,****
>
> ** **
>
> I am trying to learn to draw graphs for performance models. As part of
> this process I have a sample problem from a technical paper “The
> Operational Analysis of Queueing Network Models”****
>
> ** **
>
> There are 3 componens and their visit rations and service times.****
>
> ** **
>
> V1S1 = (20)(.05) = 1.00 seconds (Total CPU time *is the bottleneck* ) ****
>
> ** **
>
> V2S2 = (11)(.08) =  .88 seconds (Total Disk time)****
>
> ** **
>
> V3S3 = (8)(.04)= .32 seconds (Total Drum time)****
>
> ** **
>
> These products sum to the minimal response****
>
> time of *2.2* seconds****
>
> ** **
>
> M1 = Z/VISI = 20/1 = 20 terminals****
>
> ** **
>
> ** **
>
> Now I want to draw the graph by sending these values as inputs to a
> queueing model. So if I plot terminals vs seconds the asymptote of the
> response time curve should intersect****
>
> The y-axis at 20 which is M1 give above.****
>
> ** **
>
> Is this type of work done using Sci-Py to solve a queueing model ? Can I
> read some references ?****
>
> ** **
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120808/41ab013f/attachment.html>


More information about the SciPy-User mailing list