boinc icon indicating copy to clipboard operation
boinc copied to clipboard

Adding additional Task's info on the Bottom Status bar

Open ncoded opened this issue 2 years ago • 5 comments

On large thread machines its pretty difficult to see what is going on with tasks. How many in total, how many are running, how many are waiting to run, how many have been suspended, and how many are currently waiting for memory.

It would be very useful if the above task info could be available within BOINC. One idea would be to put it in the bottom task bar, as show in the mock-up image.

My project-1

ncoded avatar Sep 07 '22 13:09 ncoded

I'd recommend using BOINCTasks it has many advanced features like this.

https://efmer.com/boinctasks/

Toby-Broom avatar Sep 07 '22 19:09 Toby-Broom

I'd recommend using BOINCTasks...

I'd recommend adding the info to the BOINC manager.

AlPiskun avatar Sep 09 '22 02:09 AlPiskun

Where is the statusbar code located, I could not find under client_gui

mcagriaksoy avatar Mar 14 '23 17:03 mcagriaksoy

Where is the statusbar code located, I could not find under client_gui

@mcagriaksoy, I believe it starts here: https://github.com/BOINC/boinc/blob/66bae9a2fa2093e35559f4642560a5b05fb86053/clientgui/AdvancedFrame.cpp#L89 I started to work on this awhile ago, but I got stuck understanding how to wxStatusBar works, so I didn't get far. I've been busy with other things so I haven't had a chance to get back to this. If you're able to help that would be great. Let me know if you need any help (what little I can provide) or if I can assist with testing.

Vulpine05 avatar Mar 15 '23 00:03 Vulpine05