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: 14
Posts: 14   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1934 times and has 13 replies Next Thread
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1951
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
confused No XML stats file generated after the latest daily update?

It seems that after the latest daily stats update, the XML file for the external stats sites hasn't been updated...

Ralf sad
----------------------------------------

[May 9, 2012 3:31:38 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update?

They're updated every 6 hours (opposed to the webstats which do it every 12 hours). Please check if they have now.

--//--
[May 9, 2012 6:57:16 AM]   Link   Report threatening or abusive post: please login first  Go to top 
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1951
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update?

They're updated every 6 hours (opposed to the webstats which do it every 12 hours). Please check if they have now.

--//--
No, they haven't, usually, end-of -day stats update coincides (with some DST offset) with the updates on BOINCStats.com for example.

However, as of a minute ago, it states that the last XML update was provided 12h44m ago. That has happened at least a couple of times in the last year before...

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

[May 9, 2012 7:03:56 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update?

your right they have not updated
[May 9, 2012 10:29:31 AM]   Link   Report threatening or abusive post: please login first  Go to top 
knreed
Former World Community Grid Tech
Joined: Nov 8, 2004
Post Count: 4504
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update?

Here is the crontab entry for the export stats update:

16 0,12,18 * * * /usr/local/boinc/scripts/gen_stats.sh
16 6 * * 1,2,4,6 /usr/local/boinc/scripts/gen_stats.sh

This means that the stats are updated every 6 hours EXCEPT on Wednesday and Sunday at 6:16 UTC. It is skipped at that time because that is when our database backup is run. Thus this morning, the job was skipped. I just verified and the 12:16 run of the stats was completed and the stats were updated 1 hour ago (completed at 12:32 UTC)


Looking in the log file shows this for the 0:16 UTC from the earlier scheduled run:

2012-05-09 00:16:01.4308 Quitting because trigger file '../stop_daemons' is present

We had the backend scripts (validator/assimilator) stopped briefly to take care of something and that resulted in export not running due to that check.

This resulted in 2 intervals where the stats were not exported. They are available and updated now.
----------------------------------------
[Edit 2 times, last edit by knreed at May 9, 2012 1:26:54 PM]
[May 9, 2012 1:22:34 PM]   Link   Report threatening or abusive post: please login first  Go to top 
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1951
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update? (RESOLVED)

Here is the crontab entry for the export stats update:

16 0,12,18 * * * /usr/local/boinc/scripts/gen_stats.sh
16 6 * * 1,2,4,6 /usr/local/boinc/scripts/gen_stats.sh

This means that the stats are updated every 6 hours EXCEPT on Wednesday and Sunday at 6:16 UTC. It is skipped at that time because that is when our database backup is run. Thus this morning, the job was skipped. I just verified and the 12:16 run of the stats was completed and the stats were updated 1 hour ago (completed at 12:32 UTC)
Thanks, I just saw that they had indeed ran and updated.

In all the time that I participate in here, I never noticed that there are certain times that the update won't run.
Thanks again for the info of those exceptions in the schedule, though according to the times mentioned on the boinctstats.com web site a little bit earlier (http://boincstats.com/index.php?pr=wcg)
it was +18h since the last update, which means that at least one one of those scheduled XML stats update runs doesn't seem to have run...

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

[May 9, 2012 1:28:42 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update?

ty knreed. all is well now
[May 9, 2012 1:29:30 PM]   Link   Report threatening or abusive post: please login first  Go to top 
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1951
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update?

Looking in the log file shows this for the 0:16 UTC from the earlier scheduled run:

2012-05-09 00:16:01.4308 Quitting because trigger file '../stop_daemons' is present

We had the backend scripts (validator/assimilator) stopped briefly to take care of something and that resulted in export not running due to that check.

This resulted in 2 intervals where the stats were not exported. They are available and updated now.
Thanks, you just edited your post while I was already replying.

It seems to have updated fine by now and the combined stats of the last couple updates are showing up now... smile

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

[May 9, 2012 1:34:10 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update? (RESOLVED)

Here is the crontab entry for the export stats update:

16 0,12,18 * * * /usr/local/boinc/scripts/gen_stats.sh
16 6 * * 1,2,4,6 /usr/local/boinc/scripts/gen_stats.sh

This means that the stats are updated every 6 hours EXCEPT on Wednesday and Sunday at 6:16 UTC. It is skipped at that time because that is when our database backup is run. Thus this morning, the job was skipped. I just verified and the 12:16 run of the stats was completed and the stats were updated 1 hour ago (completed at 12:32 UTC)
Thanks, I just saw that they had indeed ran and updated.

In all the time that I participate in here, I never noticed that there are certain times that the update won't run.
Thanks again for the info of those exceptions in the schedule, though according to the times mentioned on the boinctstats.com web site a little bit earlier (http://boincstats.com/index.php?pr=wcg)
it was +18h since the last update, which means that at least one one of those scheduled XML stats update runs doesn't seem to have run...

Ralf

Somehow my memory suggests that BOINCstats does not update our main page more frequently than once per 24 hours, at an odd time just before an export time. Since the midnight stats were missed to export, maybe it will run up to 36 hours? At any rate, the 4 values that I import from their site, don't update but once per 24 hours.
[May 9, 2012 1:40:55 PM]   Link   Report threatening or abusive post: please login first  Go to top 
TPCBF
Master Cruncher
USA
Joined: Jan 2, 2011
Post Count: 1951
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: No XML stats file generated after the latest daily update? (RESOLVED)

Somehow my memory suggests that BOINCstats does not update our main page more frequently than once per 24 hours, at an odd time just before an export time. Since the midnight stats were missed to export, maybe it will run up to 36 hours? At any rate, the 4 values that I import from their site, don't update but once per 24 hours.
They certainly update at least two times a day, once in the morning, once in the evening (my time here), which pretty much coincides (with some daylight saving times differences) with time shortly before I usually leave the house and/or come back. And I got used to take a quick look at those updated stats, as anything "out of the usual" indicates that something with one of the projects I participate in is askew. That's what I noticed yesterday and hence my post when 3h after the usual update nothing from WCG had shown up yet...

And the reply of knreed suggests that my hunch that something wasn't "as usual" was indeed correct...

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

[May 9, 2012 2:00:41 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 14   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread