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

High load average #38

Open
soichih opened this issue Oct 20, 2020 · 0 comments
Open

High load average #38

soichih opened this issue Oct 20, 2020 · 0 comments
Labels
performance Something is slower than it could be

Comments

@soichih
Copy link

soichih commented Oct 20, 2020

I am accessing a bunch of .tar files with ratarmount stored on a remote filesystem through sshfs.

As each file had to be accessed via sshfs, I am seeing a high iowait. I think that's normal, as it has to wait for the data to be xfer from remote server. However I am also seeing a very high cpu load.

Screenshot from 2020-10-20 11-58-17

I don't quite understand how cpu load is calculated, but my feeling is that having high iowait shouldn't automatically lead to high cpu load - as each ratarmount should just sit and wait for each block to be transferred from the remote server before requesting more work to do on CPU.. I was just curious if anyone else might be seeing high cpu load while using ratarmount and if this is normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something is slower than it could be
Projects
None yet
Development

No branches or pull requests

2 participants