Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
World Community Grid Forums
Category: Support Forum: Suggestions / Feedback Thread: feedback HOME PAGE |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 5
|
Author |
|
sptrog1
Master Cruncher Joined: Dec 12, 2017 Post Count: 1557 Status: Offline Project Badges: |
Love it. I particularly like the success stories. Would like to see more info on completed projects even those that resulted in "No real difference found"
Well laid out to grab attention |
||
|
Falconet
Master Cruncher Portugal Joined: Mar 9, 2009 Post Count: 3294 Status: Offline Project Badges: |
The homepage looks very good indeed.
----------------------------------------I certainly wouldn't mind if there were a page describing what each project achieved. I think I made a post about this a while back. AMD Ryzen 5 1600AF 6C/12T 3.2 GHz - 85W AMD Ryzen 5 2500U 4C/8T 2.0 GHz - 28W AMD Ryzen 7 7730U 8C/16T 3.0 GHz |
||
|
thunder7
Senior Cruncher Netherlands Joined: Mar 6, 2013 Post Count: 232 Status: Offline Project Badges: |
Well, my home-made scripts to scrape my progress, status etc. are now borked because apparently, javascript is now needed to see basic info like
https://www.worldcommunitygrid.org/contribution/overview Are moving progress bars while the information is compiled really that important? I now mss information about which project gave how many points/results in how many computing hours in the past day/weeks/month, a prognosis which badges will be reached in how many time with current performance etc. There is a download button above the activity graph on the webpage, but that does not seem to have a separate URL that wget can handle, making it useless to script anything. |
||
|
knreed
Former World Community Grid Tech Joined: Nov 8, 2004 Post Count: 4504 Status: Offline Project Badges: |
Please take a look at the API's here: https://www.worldcommunitygrid.org/api/docs/index.html
They back the contribution overview page and if you were scrapping the HTML before these should be much easier to use going forward. |
||
|
adriverhoef
Master Cruncher The Netherlands Joined: Apr 3, 2009 Post Count: 2069 Status: Offline Project Badges: |
You can get all the basic information per result by using wcgresults, maybe in combination with wcglog. These two scripts use the WCG API capabilities.
----------------------------------------My crontab runs 'wcgresults -daf LOGFILE' hourly (and e.g. 'wcglog -l 50 LOGFILE' is showing me the latest 50 logfile entries). Here is a sample from running 'wcglog -l 10 -w': (*) 2.33 2.40 93.8 93.8 2021-09-22T20:54:27 OPN1_0062970_01884_0 (*) I had to reduce the number of columns because of the width of the post, so I omitted fields such as 'App', 'ModTime', 'Exit', 'Outc' and 'SentTime'. They are available, but there isn't room enough on the screen as we can't use small sized text yet. Also, yesterday, I decided to expand the -S option of wcgresults to emulate my former script wcgstats (now rendered almost useless) that scraped the WCG website. Below you'll find some output samples from executing wcgresults -SSS and wcgresults -SSSS respectively. I tried using '[code]' in combination with '[size=1]' in this forum post, but '[size]' is still ignored somehow, so I had to rearrange the output. In any case, the ouput looks globally almost the same. You will need to configure your username and your verification code once when using wcgresults. Sample from executing wcgresults -SSS: $ wcgresults -SSS User: somebody_else The other example is a sample output (one lo-o-o-ong line) produced by executing wcgresults -SSSS: $ wcgresults -SSSS 2021-09-22 23:28:41 227:305:08:59:37 1758 359860525 1200 478657 1576 opn1=11:288:19:49:53=50459005=44263 arp1=1:075:19:13:36=2494930=580 hst1=0:212:07:50:34=1175281=424 mcm1=67:058:12:49:13=111810644=148193 mip1=1:257:07:39:25=3010690=7815 zika=5:218:12:33:36=17328757=43520 fahb=16:131:00:40:54=27089091=48304 oet1=7:012:02:43:56=21389891=27210 ugm1=1:095:17:28:55=2062517=3220 cfsw=0:026:18:34:31=111286=527 sn2s=0:305:01:27:16=1716846=2409 gfam=0:000:07:04:32=1227=1 dsfl=0:005:01:51:03=17587=21 c4cw=0:259:11:47:41=820998=2110 cep2=0:276:12:19:51=955108=800 dddt2=0:004:06:42:55=10436=28 hcmd2=1:008:03:50:44=1597117=2722 flu1=0:002:14:26:03=5060=10 hfcc=0:236:10:58:48=802318=935 cep1=0:004:01:30:41=6464=6 rice=0:013:15:59:37=24268=47 hcc1=0:319:01:36:13=921033=3704 dddt=0:003:19:27:42=5038=11 hpf2=1:268:23:59:33=2042758=2350 faah=7:052:11:37:47=10565711=29154 scc1=1:088:08:54:38=3436464=10293 [Edit 1 times, last edit by adriverhoef at Sep 23, 2021 6:52:41 AM] |
||
|
|