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

Program to dirty memory in a controlled way #6

Closed
SunnyRaj opened this issue Oct 4, 2016 · 2 comments
Closed

Program to dirty memory in a controlled way #6

SunnyRaj opened this issue Oct 4, 2016 · 2 comments
Assignees

Comments

@SunnyRaj
Copy link
Collaborator

SunnyRaj commented Oct 4, 2016

Simple program that reserves a bunch of memory (may be use malloc), and dirties it. Possibly just a ~10 line program. The goal is dirty the pages at a controlled rate. The input can be how many pages to dirty and at what rate(how many pages to dirty per unit time). May be an output of how many it dirtied for the time the program ran.

@SunnyRaj SunnyRaj self-assigned this Oct 4, 2016
@twood02
Copy link
Member

twood02 commented Oct 21, 2016

this may not be worth the effort to write ourselves. The parsec benchmarks should give us something similar to this since some of them should be more memory intensive than others.

@SunnyRaj
Copy link
Collaborator Author

PARSEC is already a todo list in #11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants