Skip to content

Using Queuing Theory to predict maximum server load for AWS EC2 and RDS instances

License

Notifications You must be signed in to change notification settings

m3-group/AwsQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwsQueue

This utility uses Queuing Theory to predict maximum server load for AWS EC2 and RDS instances.

This project is written in C# .NET and requires Visual Studio for compilation. The end result is a console app.

All parameters are configurable from within Program.cs

Program flow and logic are illustrated in the repo as PoissonQueuing.pdf

Things to do:

  • Convert console app to and interactive app
  • Accept input for
    • average service time
    • simulation time
    • requests per month
    • number of servers
    • simultaneous connections
    • arrival rate

About

Using Queuing Theory to predict maximum server load for AWS EC2 and RDS instances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages