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

iops: init at 0.1 #9967

Merged
merged 2 commits into from
Sep 20, 2015
Merged

iops: init at 0.1 #9967

merged 2 commits into from
Sep 20, 2015

Conversation

davidak
Copy link
Member

@davidak davidak commented Sep 20, 2015

successfully built on NixOS x86_64.

I asked Folkert for the license via E-Mail (GPL2).

'';

meta = with stdenv.lib; {
description = "measure I/O operations per second of a storage device";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please start with a capital letter.

@davidak
Copy link
Member Author

davidak commented Sep 20, 2015

@jagajaga i have fixed that.

jagajaga added a commit that referenced this pull request Sep 20, 2015
@jagajaga jagajaga merged commit 4cbed03 into NixOS:master Sep 20, 2015
@davidak davidak deleted the add-package-iops branch September 20, 2015 21:55
@lucabrunox
Copy link
Contributor

Lol nice, I've written a very similar tool in C. I wonder when it does make sense to flush the cache when reading from raw devices. Perhaps to avoid something like bcache?

@davidak
Copy link
Member Author

davidak commented Sep 21, 2015

@lethalman i think to get the read performance from disk and not from cache.

@lucabrunox
Copy link
Contributor

@davidak there's no cache when dealing with raw device blocks, again, unless there's some particular kernel module (I'm not aware of any).

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

Successfully merging this pull request may close these issues.

3 participants