Message boards : BOINC Manager : Statistics graph date range
Message board moderation
Author | Message |
---|---|
Send message Joined: 5 Jun 07 Posts: 11 |
Unitl recently the Statistics graph displayed from a previous date (I think it was a month ago) to current-date. It now displays from yesterday until one month in the future. I have reset the computer's date once or twice trying to overcome a date limit in FlightSim Manager, but that's another story. I wonder if it is that which has apparently messed up BOING Statistics view? Whatever the reason, how can I reestablish the view to which I am accustomed? |
Send message Joined: 29 Aug 05 Posts: 15561 |
Well, is your computer date correct these days? Or is it one month into the future? BOINC uses the computer clock and date to write those entries into the project's statistics_*.xml file. So for instance, the Einstein entries are in statistics_einstein.phys.uwm.edu.xml You could try to edit the the file and take out the last entry. Do exit BOINC before and restart it afterwards. If you don't want to fuss around too much, deleting the statistics file will show you a new statistics picture on restarting BOINC. You will have lost the past data then, though. |
Send message Joined: 5 Jun 07 Posts: 11 |
Well, is your computer date correct these days? Yes, of course it is. I'm no genius but I'm not stupid either. You could try to edit the the file and take out the last entry. Would you tell me how to do that please? The file's content is: - <project_statistics> <master_url>http://setiathome.berkeley.edu/</master_url> - <daily_statistics> <day>1180915200.000000</day> <user_total_credit>31347.418051</user_total_credit> <user_expavg_credit>64.760803</user_expavg_credit> <host_total_credit>30993.455996</host_total_credit> <host_expavg_credit>64.760807</host_expavg_credit> </daily_statistics> - <daily_statistics> <day>1181001600.000000</day> <user_total_credit>31408.582253</user_total_credit> <user_expavg_credit>70.018792</user_expavg_credit> <host_total_credit>31054.620198</host_total_credit> <host_expavg_credit>70.018796</host_expavg_credit> </daily_statistics> - <daily_statistics> <day>1183680000.000000</day> <user_total_credit>31283.601340</user_total_credit> <user_expavg_credit>65.208193</user_expavg_credit> <host_total_credit>30929.639285</host_total_credit> <host_expavg_credit>65.208198</host_expavg_credit> </daily_statistics> - <daily_statistics> <day>1181088000.000000</day> <user_total_credit>31475.816267</user_total_credit> <user_expavg_credit>66.896005</user_expavg_credit> <host_total_credit>31121.854212</host_total_credit> <host_expavg_credit>66.896009</host_expavg_credit> </daily_statistics> </project_statistics> Equal rights for equal responsibilities. Equal opportunities for equal abilities. |
Send message Joined: 29 Aug 05 Posts: 15561 |
Delete this part: - <daily_statistics> <day>1183680000.000000</day> <user_total_credit>31283.601340</user_total_credit> <user_expavg_credit>65.208193</user_expavg_credit> <host_total_credit>30929.639285</host_total_credit> <host_expavg_credit>65.208198</host_expavg_credit> </daily_statistics> You can edit XML files with Notepad. (Right click on the file, Open with..., choose Notepad from the list). When you have taken the part out, save the file (not save as..) and exit Notepad. |
Send message Joined: 5 Jun 07 Posts: 11 |
Many thanks. That's done the trick. Much obliged. Equal rights for equal responsibilities. Equal opportunities for equal abilities. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.