Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I see the progress (percentage done etc.) running a comand line client (Mac, Linux)?

0
Posted

How can I see the progress (percentage done etc.) running a comand line client (Mac, Linux)?

0

This information is kept in the file client_state.xml in the fraction_done tag.There are third party tools that read it. If you want to have a quick look, open a Terminal, cd to the boinc directory and grep for fraction done: cd BOINC; grep fraction_done client_state.xml You may put this in a loop for watching it continously: cd BOINC ; sh -c ‘while grep fraction_done client_state.xml ; do sleep 10 ; done The value shown is the fraction of the work done, so a value of 0.34 means 34% done.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123