Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 65
Posts: 65   Pages: 7   [ Previous Page | 1 2 3 4 5 6 7 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 54882 times and has 64 replies Next Thread
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 2089
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

6: make it so users can download what they need in their own script (not only accessible via javascript)

If I have understood what you are asking, it is somewhat hacky, but users can actually do this part already :)

If you look at the network resources that the Contributions page loads in, you can see the API request that it makes underneath. F.ex the Contributions Summary by default requests `https://www.worldcommunitygrid.org/api/v3/ms/...imit=180&pageNumber=1`, but you can modify the parameters & resend to fetch more (or less) data. The detailed History page uses the same API underneath and can be similarly queried as desired.

This should let you pull whatever data you want & then analyse it offline as you see fit.


A typical line reads line:

{"runtimeInSeconds":12770433,"points":528725,"results":832,"date":"2021-10-25"},{"runtimeInSeconds":12542591,"points":498438,"results":800,"date":"2021-10-24"},

A quick check did not reveal any device-data, so I can't see how my devices perform relative to one another. Also, I can't see which project gave me those points, so I can't monitor if some projects give more or fewer points for my devices.

The example that was given is a little unlucky, but the intention was good. rose Members can use/write their own scripts to access the API.
The 'typical statistics lines' that you refer to haven't been updated since late February, so I fear they are somewhat useless at this moment. crying

If you really need your data, use wcgresults to download your results and wcglog to examine your results.

Here is a small example of how you can use wcglog:

$ for m in 4700U-ubuntu android_17e12be8;do echo Device $m:;for a in arp1 hst1 mcm1 opn1 opng;do wcglog -xE $m|wcglog -t1e $a;done;echo;done
Device 4700U-ubuntu:
mcm1 n=199 CpuHours=799.66 Hrs/n=4.018 Credit: Claimed=20775.64 Crd/n=104.400 Granted=19788.34 Crd/n=99.439
opn1 n=543 CpuHours=1941.48 Hrs/n=3.575 Credit: Claimed=47570.29 Crd/n=87.606 Granted=46704.45 Crd/n=86.012
opng n=260 CpuHours=8.12 Hrs/n=0.031 Credit: Claimed=15239.05 Crd/n=58.612 Granted=211901.49 Crd/n=815.006

Device android_17e12be8:
mcm1 n=60 CpuHours=1080.23 Hrs/n=18.004 Credit: Claimed=5605.88 Crd/n=93.431 Granted=5388.49 Crd/n=89.808
opn1 n=45 CpuHours=1035.88 Hrs/n=23.020 Credit: Claimed=3848.66 Crd/n=85.526 Granted=4080.90 Crd/n=90.687


Documentation:
https://sourceforge.net/p/wcgtools/wiki/browse_pages/
----------------------------------------
[Edit 4 times, last edit by adriverhoef at Sep 17, 2022 3:28:26 PM]
[Sep 17, 2022 3:08:03 PM]   Link   Report threatening or abusive post: please login first  Go to top 
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1932
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

A quick check did not reveal any device-data, so I can't see how my devices perform relative to one another. Also, I can't see which project gave me those points, so I can't monitor if some projects give more or fewer points for my devices.
You can download that data (at least until it gets purged) from the download link on the Overview-Results page. That's what I have done since 8/23 to be able to get some stats of my own in absence of the internal stats on the WCG page.
Be aware though that the contents of the download will depend on any filters you have set (the icon direct to the left of the download one), so if you want to have all current results, you need to "reset" and then "apply" the filters before downloading.

I have written my own stats program, for the purposes that I original intended for my own use, but I will expand that program in the next few days as time permits so it might be of more general use.

Ralf
----------------------------------------

[Sep 17, 2022 8:32:10 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Robokapp
Senior Cruncher
Joined: Feb 6, 2012
Post Count: 248
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

Hi there.

it's been about 11 days since you announced the contributions page being top priority and I was wondering how it's going. Do you expect to be done soon or what's the status?

Thank you,
Robo
[Sep 25, 2022 1:51:28 AM]   Link   Report threatening or abusive post: please login first  Go to top 
wildhagen
Veteran Cruncher
The Netherlands
Joined: Jun 5, 2009
Post Count: 762
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

The Contribution/History page is showing new data now, but only from yesterday and today. Everything between februari 21th and september 29th seems to be gone?

Streak is also reset to 0.

Will all the work done since the testing started until yesterday be lost? Or will it be added to the contribution/history pages?
[Sep 30, 2022 4:57:17 AM]   Link   Report threatening or abusive post: please login first  Go to top 
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1932
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

The Contribution/History page is showing new data now, but only from yesterday and today. Everything between februari 21th and september 29th seems to be gone?
That still needs to be seen. Some people claim that the data is preserved and can be re-actively being processed, though I for one, am a bit more pessimistic about that possibility. The update you are seeing now is the change after one of the two daily stats runs. .
Streak is also reset to 0.
Yeah, of course. And not that I personally care, as that is as I previously mentioned, the most useless statistic. as it will just be a continous counter for anyone who regularily/daily is returning WUs, which is likely the vast majority of users...
Will all the work done since the testing started until yesterday be lost? Or will it be added to the contribution/history pages?
At this point, nobody really knows, there are statements/opinions going both ways. Again, personally, I am less optimistic here, though I would be happy to be proven wrong... wink

Ralf
----------------------------------------

[Sep 30, 2022 5:40:40 AM]   Link   Report threatening or abusive post: please login first  Go to top 
zdnko
Senior Cruncher
Joined: Dec 1, 2005
Post Count: 225
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

Today a lot of dl and ul failure, forum really slow and login error on the site :(
[Sep 30, 2022 8:10:00 AM]   Link   Report threatening or abusive post: please login first  Go to top 
nivrip
Senior Cruncher
North Yorkshire
Joined: Sep 13, 2007
Post Count: 262
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

Good to see that Last Result Returned is now showing Sept 30 and not way back in February and that History is showing results for the last two days. Up and downloading seems stable now too.

However no reflection of work done before Sept 29 which is worrying. Let's hope that is added later. Not interested in the Streaks.

Looks as though there has been some progress (fingers crossed).
----------------------------------------
ЮРКШИР КРУНЧЕР
[Sep 30, 2022 1:37:37 PM]   Link   Report threatening or abusive post: please login first  Go to top 
grayon
Cruncher
Joined: Nov 16, 2004
Post Count: 18
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
applause Re: 2022-09-13 (Network & Contributions Page Mini-Update)

updates all over the place.....ALL IS FORGIVEN!!!!!!!
[Oct 1, 2022 4:35:28 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Robokapp
Senior Cruncher
Joined: Feb 6, 2012
Post Count: 248
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

.
Streak is also reset to 0.
Yeah, of course. And not that I personally care, as that is as I previously mentioned, the most useless statistic. as it will just be a continous counter for anyone who regularily/daily is returning WUs, which is likely the vast majority of users...
Ralf


on two separate occasions, once at start of shutdown and once a few weeks ago they stated this would've been preserved. Useless or not, we want it and this is not the result that was stated before or after the shutdown. We want what we were told we'll get. Not what you think is useful.
[Oct 1, 2022 4:55:37 PM]   Link   Report threatening or abusive post: please login first  Go to top 
hchc
Veteran Cruncher
USA
Joined: Aug 15, 2006
Post Count: 747
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 2022-09-13 (Network & Contributions Page Mini-Update)

Not sure why the "World Community Grid is officially restarting BOINC" e-mail was sent out on a Saturday afternoon, since it kind of obligates WCG staff to work the entire weekend.

I'm getting transient HTTP errors and 100-250 KB/sec download speeds for single MCM1 tasks.

There's no way in hell we're back in Production, so it's kind of dumb to blast out an e-mail to the entire WCG population.
----------------------------------------
  • i3-8100 (Coffee Lake, 4C/4T) @ 3.6 GHz
  • i5-4590 (Haswell, 4C/4T) @ 3.3 GHz
  • E5800 (Wolfdale, 2C/2T) @ 3.2 GHz

[Oct 1, 2022 7:39:06 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 65   Pages: 7   [ Previous Page | 1 2 3 4 5 6 7 | Next Page ]
[ Jump to Last Post ]
Post new Thread