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 disk I/O usage #917

Open
Daniel15 opened this issue Feb 19, 2024 · 2 comments
Open

High disk I/O usage #917

Daniel15 opened this issue Feb 19, 2024 · 2 comments
Labels

Comments

@Daniel15
Copy link
Contributor

NZBHydra is consistently reading/writing at ~60MB/s even when it's just sitting idle.

image

System load dropped quite a bit once I stopped my NZBHydra Docker container.

@Daniel15 Daniel15 added the bug label Feb 19, 2024
@theotherp
Copy link
Owner

theotherp commented Feb 19, 2024

Yeah, that's insane. I know of some cases where the DB causes high IO but I don't think I've ever seen it this high.

Thanks for the debug infos but I need some more data. Enable the display of advanced options in the config and then enable the logging marker for performance:
image

Then when the IO usage is high go to the debug infos section and make a screenshot. It should look a bit like this:
image,
only "hopefully" with more activity. That may allow me to see if it's the database thread doing the work.

Then create a thread dump by running this curl: curl 'http://127.0.0.1:5076/actuator/threaddump' -i -X GET -H 'Accept: text/plain' > threaddump.txt (using whatever host and IP is correct) and post the resulting txt file.

Edit: I just remembered the thread dump will probably return an empty result. See if it works.

@Daniel15
Copy link
Contributor Author

I had to reinstall all my Docker containers and now it's not doing it any more. I see zero I/O from NZBHydra. I'll keep an eye out for it and follow your steps if I see it again. Maybe it only happens after running for a while.

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

No branches or pull requests

2 participants