-
Notifications
You must be signed in to change notification settings - Fork 11
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
Question: Output possible? #40
Comments
Hi nvanderperren, I have had the same issue. I installed nmon to monitor the read write activity of the disk(and many other things), to make sure the program is still working. I generally open a second and third terminal window to run it. It is pretty powerful, and takes a bit of time to google around and read how others are using it. A link to the Wikipedia entry and website is here: https://en.wikipedia.org/wiki/Nmon Best Regards, |
Hi @nvanderperren. Thanks for filing this issue! This feature is definitely high on my development to-do list for future versions of Brunnhilde, along with improvements to error reporting, handling of multi-partition disk images, and Windows support and a general cleanup/refactor of the codebase. Other projects have prevented me from putting much time into Brunnhilde lately but I'm hoping to give a first crack at Brunnhilde 2.0 this summer. In the meantime, I do see one potential stop-gap "fix". Siegfried has an option to log current progress and time to the terminal ( What do you think? |
That's a good fix for me! Thanks for your answer. |
Okay, I just pushed out a 1.8.1 release with this patch! Try upgrading on your machine with:
Closing this issue but feel free to leave any comments or re-open if you run into unexpected behavior! |
(I should add, the patch adds a |
I'm scanning a folder of 85 GB with Brunnhilde. It would be interesting to get some output of what's Brunnhilde doing. Now it's sometimes not clear if the software froze or is still doing something. I can follow it a bit by checking if the size of the
siegfried.csv
has grown, but sometimes it takes a very long time before that size changes, making it look like the software is stuck.edit: or maybe I'm not seeing anything in the terminal because I'm using Brunnhilde GUI.
The text was updated successfully, but these errors were encountered: