https://github.com/brendangregg/perfmodels
Performance Scalability Models
https://github.com/brendangregg/perfmodels
Last synced: 3 months ago
JSON representation
Performance Scalability Models
- Host: GitHub
- URL: https://github.com/brendangregg/perfmodels
- Owner: brendangregg
- Created: 2012-05-18T23:13:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T18:44:46.000Z (over 10 years ago)
- Last Synced: 2025-03-18T09:05:32.555Z (3 months ago)
- Language: R
- Size: 167 KB
- Stars: 71
- Watchers: 13
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Performance Scalability Models
This is some software to aid performance scalability analysis. It includes:
linear.g Linear scalability model
amdahl.g Amdahl's law scalability
usl.g Universal Scalabitily Law
scale.r Scalability Models (Amdahl, USL)
util-md1.r Queueing Theory M/D/1 mean response time vs util
data.txt Sample input file for scalability modeling
da/ Distribution AnalysisThere are more projects rather than stand-alone tools; expect to customize them
for each system you are modeling, and these assume you already understand
performance scalability analysis.