Name | Modified | Size | Downloads / Week |
---|---|---|---|
wcgstats | 2025-02-16 | 100.9 kB | |
wcgresults | 2025-02-16 | 86.2 kB | |
wcgmembercmp | 2025-02-16 | 9.6 kB | |
wcglog | 2025-02-16 | 23.9 kB | |
wcgformat | 2025-02-16 | 14.1 kB | |
README.txt | 2024-01-25 | 1.0 kB | |
Totals: 6 Items | 235.8 kB | 0 |
This Linux software is geared to the website of World Community Grid (WCG). You can use it to review results and statistics (such as runtime and credit) and to monitor tasks in BOINC's queue. The programs are all written in Bash, using Perl, sed, wget, etc. There are five programs (for a detailed description, see the Wiki pages): wcgstats - to retrieve statistics from the website using your WCG-credentials wcgresults - to get a list of tasks using your WCG-membername + verificationcode wcglog - to show records from the logfile created by "wcgresults" wcgformat - to format result-statuses from the website for use on the WCG-forum wcgmembercmp - to compare statistics concerning a certain number of membernames IMPORTANT For "wcgresults", you may need to install the Term::Size module of Perl, * Fedora: dnf install perl-Term-Size; Ubuntu: apt install libterm-size-perl For "wcgstats", you may need to install the Text::CharWidth module of Perl, * Fedora: dnf install perl-Text-CharWidth; Ubuntu: apt install libtext-charwidth-perl