Request for addition to Server Status.
Author |
Message |
|
Would it be possible to add "Tasks Completed in last hour" or "Tasks Completed in last day" to the server status page?
I think it would be fun to know these statistics.
It could be added in the overall stats, in the "Tasks by Application" section, or both(!).
Let me know your thoughts and/or if I am barking up the wrong tree with my request. |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7496 Credit: 44,029,375 RAC: 36,320 |
Would it be possible to add "Tasks Completed in last hour" or "Tasks Completed in last day" to the server status page?
I think it would be fun to know these statistics.
It could be added in the overall stats, in the "Tasks by Application" section, or both(!).
Let me know your thoughts and/or if I am barking up the wrong tree with my request.
You can use a BOINC stats site for more infos if they have it, cant find another project which using it, Perhaps with some code changes it can be added to the server_status page. |
|
|
|
It looks like there might be a built in option, I do not have enough information to be sure. Is anything missing from below that says something along the lines of "Completed_Workunits_last24"?
Or maybe in the ##<database_file_states>##?
If it is not an option, let me know so I can make the request to the BOINC team.
https://boinc.berkeley.edu/trac/wiki/WebRpc#server_status
<app>
<id>14</id>
<name>ATLAS</name>
<unsent>2197</unsent>
<in_progress>17487</in_progress>
<avg_runtime>4.3400</avg_runtime>
<min_runtime>0.0100</min_runtime>
<max_runtime>91.2800</max_runtime>
<users>509</users>
</app>
<database_file_states>
<results_ready_to_send>7265</results_ready_to_send>
<results_in_progress>83295</results_in_progress>
<workunits_waiting_for_validation>1</workunits_waiting_for_validation>
<workunits_waiting_for_assimilation>664</workunits_waiting_for_assimilation>
<workunits_waiting_for_deletion>4</workunits_waiting_for_deletion>
<results_waiting_for_deletion>10</results_waiting_for_deletion>
<transitioner_backlog_hours>0.0011111111111111</transitioner_backlog_hours>
<users_with_recent_credit>5411</users_with_recent_credit>
<users_with_credit>179980</users_with_credit>
<users_registered_in_past_24_hours>29</users_registered_in_past_24_hours>
<hosts_with_recent_credit>9866</hosts_with_recent_credit>
<hosts_with_credit>567855</hosts_with_credit>
<hosts_registered_in_past_24_hours>78</hosts_registered_in_past_24_hours>
<current_floating_point_speed>76753.772445474</current_floating_point_speed>
____________
Primes Found:
50*893^231310-1 (Top 5000)
20*634^476756-1 (Top 5000)
96*789^506568+1 (Top 5000)
225*370^322863-1 (Top 5000)
3293*82^335630-1 (Top 5000)
18431*82^467690-1 (Top 5000)
More primes on prestacki.com! |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7496 Credit: 44,029,375 RAC: 36,320 |
It looks like there might be a built in option, I do not have enough information to be sure. Is anything missing from below that says something along the lines of "Completed_Workunits_last24"?
Or maybe in the ####?
If it is not an option, let me know so I can make the request to the BOINC team.
https://boinc.berkeley.edu/trac/wiki/WebRpc#server_status
14
ATLAS
2197
17487
4.3400
0.0100
91.2800
509
7265
83295
1
664
4
10
0.0011111111111111
5411
179980
29
9866
567855
78
76753.772445474
There is no entry for this, we have the old server_status page with a rather old BOINC server software.
https://github.com/BOINC/boinc You can search for server_status.php and take a look into the code. |
|
|
|
Thank you for the link.
I will see what I can suggest there.
Out of curiosity, what is the resource lift to update the BOINC server software?
This would help me understand the requirements to implement such a change.
____________
Primes Found:
50*893^231310-1 (Top 5000)
20*634^476756-1 (Top 5000)
96*789^506568+1 (Top 5000)
225*370^322863-1 (Top 5000)
3293*82^335630-1 (Top 5000)
18431*82^467690-1 (Top 5000)
More primes on prestacki.com! |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7496 Credit: 44,029,375 RAC: 36,320 |
Thank you for the link.
I will see what I can suggest there.
Out of curiosity, what is the resource lift to update the BOINC server software?
This would help me understand the requirements to implement such a change.
https://boinc.berkeley.edu/trac/wiki/ServerIntro
below |
|
|