Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create readers for synthetic workloads #135

Open
1a1a11a opened this issue Feb 26, 2025 · 0 comments
Open

Create readers for synthetic workloads #135

1a1a11a opened this issue Feb 26, 2025 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@1a1a11a
Copy link
Owner

1a1a11a commented Feb 26, 2025

Currently libCacheSim provides Python scripts to generate synthetic workloads, e.g., Zipf. However, this requires two steps: generating a Zipf trace and loading it into caches.
We would like to create a few trace readers that generate synthetic traces on the fly, e.g., uniform, Zipf. We expect the following usage

./cachesim Zipf_n_m_x.y syn  

where n is the number of requests, m is the number of objects, and x.y is the skewness.

@1a1a11a 1a1a11a added the help wanted Extra attention is needed label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant