Skip to content

cxMoonGlade/CSC446

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC 446 Final Project - Modeling Website Performance Simulation Under Different Traffic Conditions

Members: Daming Wang, Pengyuan Xu, Wei Wang

The project aims to simulate an Internet server group that handles concurrent users by queuing First-In-First-Out client requests. The desired outcome is demonstrating the numerical relation between servers and concurrent users. This project is coded in Java. The purpose is to collect enough statistics to show the relation between the parameters of servers and the number of concurrent users.

How to Run

Make sure Java environment the installed, new versions of Java is recommended.

javac Main.java && java Main

After run the command, the console log should output the results of both two baseline settings results for different priority methods.

About

Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published