We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running stressdisk as a systemd service and am finding the stats very useful.
stressdisk
Bytes read: 144 MByte ( 8.73 MByte/s) Bytes written: 78 MByte ( 2.81 MByte/s) Errors: 0 Elapsed time: 1m0.038864945s
Especially when comparing to the numbers monitoring tools give. i.e. iostat
iostat
But the constant logging is to verbose:
Error while writing "/data/logs/TST_0004" Removing incomplete file "/data/logs/TST_0004" Reading file "/data/logs/TST_0002", "/data/logs/TST_0003" Reading file "/data/logs/TST_0001", "/data/logs/TST_0002" Reading file "/data/logs/TST_0000", "/data/logs/TST_0001" Reading file "/data/logs/TST_0003", "/data/logs/TST_0000" Removing 4 check files Removing file "/data/logs/TST_0000" Removing file "/data/logs/TST_0001" Removing file "/data/logs/TST_0002" Removing file "/data/logs/TST_0003" ....
Would be a great feature to be able to quiet those.
The text was updated successfully, but these errors were encountered:
Do you fancy sending a pull request adding a -q flag?
-q
Sorry, something went wrong.
No branches or pull requests
I'm running
stressdisk
as a systemd service and am finding the stats very useful.Especially when comparing to the numbers monitoring tools give. i.e.
iostat
But the constant logging is to verbose:
Would be a great feature to be able to quiet those.
The text was updated successfully, but these errors were encountered: