{"id":17341634,"url":"https://github.com/malekmfs/cspe40824","last_synced_at":"2025-03-27T09:16:38.208Z","repository":{"id":132400868,"uuid":"313306124","full_name":"MalekMFS/CSPE40824","owner":"MalekMFS","description":"M/M/1/K Queue Simulation and Analysis Modeling assignments for \"Computer System Performance Evaluation\" course.","archived":false,"fork":false,"pushed_at":"2021-01-06T13:17:25.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T14:11:11.162Z","etag":null,"topics":["assignments-of-the-course","discriminatory-procesor-sharing","fifo","performance-evaluation","processor-sharing","queue-simulation","round-robin","simulation"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MalekMFS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-16T13:09:57.000Z","updated_at":"2022-06-16T09:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"17b3e224-1020-41a8-8667-4335032c95ad","html_url":"https://github.com/MalekMFS/CSPE40824","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalekMFS%2FCSPE40824","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalekMFS%2FCSPE40824/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalekMFS%2FCSPE40824/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalekMFS%2FCSPE40824/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MalekMFS","download_url":"https://codeload.github.com/MalekMFS/CSPE40824/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245814749,"owners_count":20676808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignments-of-the-course","discriminatory-procesor-sharing","fifo","performance-evaluation","processor-sharing","queue-simulation","round-robin","simulation"],"created_at":"2024-10-15T15:49:35.644Z","updated_at":"2025-03-27T09:16:38.183Z","avatar_url":"https://github.com/MalekMFS.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSPE40824\nM/M/1/K Queue Simulation and Analysis Modeler for Computer System Performance Evaluation course assignment. \nWhich returns Blocked jobs and Overdue (timeout) jobs Probability to be imported into a Spreadsheet.\n\n## How to run\nYou could run the project with `sbt run \"\u003cparameters\u003e\"` or just run the .jar file followed by the following parameters (without quotes).\nNote that all parameters are optional and have default values, However, you need *parameters.conf* alongside of project as it's required by the examiner. Here are samples with default values:\n* `-e 7` or `--expOfCust 7`: Indicates the number of Customers (Jobs) in terms of the power of ten.\nThe default is 7 (i.e 10^7).\n* `-k 12` or `--queueSize 12`: Server's queue size.\n* `--examiner`: Runs simulation only for lambda (λ) = 5, 10, 15\n* `--debug`: Prints out more info like Arrival, Done, and Overdue events.\n* `-m fixed`,`--mode fixed`: Switches between `analysis` mode and Simulation mode with `fixed` or `exp` theta (wait time) distributions.  \n* `-q fifo`, `--queueMode fifo`: Select queue's service mode. `fifo` for First come, first served (a.k.a. FCFS), `ps` for Processor Sharing (ideal Round Robin), or `dps` for Discriminatory Processor Sharing with 2 classes.\n\n**Note:** The *Theta* and *Mu* parameters are read from the *parameters.conf* as required by the examiner. \nAnd it will run for lambda (λ) = 0.1 to 20 by 0.1 steps (200 values) by default.\n\n## Build Standalone .jar file\n` sbt assembly` \n\n## Dependencies\n* [sbt](https://github.com/sbt/sbt): Scala build tool.\n* [sbt-assembly](https://github.com/sbt/sbt-assembly): To make standalone (fat) .jar file.\n* [better-files](https://github.com/pathikrit/better-files): for I/O\n* [scopt](https://github.com/scopt/scopt): for command line options parsing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalekmfs%2Fcspe40824","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalekmfs%2Fcspe40824","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalekmfs%2Fcspe40824/lists"}