Results 1 to 40 of 390

Thread: Older stats issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    There isn't any TPS work (that I'm aware of!) otherwise I'd be going for my badge there Hasn't been any for quite some time unfortunately..

    According to my stats you have

    Code:
    mysql> select subproject,metric1 from proj_user_work where proj = 'pgrid' and id = 3550 and subproject like 'TPS%';
    +------------+------------------+
    | subproject | metric1          |
    +------------+------------------+
    | TPS        | 156748.380312153 |
    | TPS_195000 |             1.17 |
    | TPS_333333 | 156747.210312153 |
    +------------+------------------+
    3 rows in set (0.00 sec)
    and according to the xml file from Primegrid..

    Code:
    <user>
        <id>3550</id>
        <subproject name="TPS_195000">
            <workunits>3</workunits>
            <primes>0</primes>
            <credit>1.17</credit>
        </subproject>
        <subproject name="TPS_333333">
            <workunits>107894</workunits>
            <primes>39</primes>
            <credit>156747.210312153</credit>
        </subproject>
    So all is well

  2. #2
    Dungeon Master alpha's Avatar
    Join Date
    Mar 2002
    Location
    Norfolk, UK
    Posts
    1,700
    There seems to be a typo on the user page for each project: "Country Percentle".

    Also, some of the numbers on this page which are >1000 aren't comma separated. For instance, for "Project rank" the first number isn't, but the second is. Same for "Rank for this country", but possibly some others too.

    Small things I know, sorry to nit pick.

  3. #3
    Free-DC Semi-retire gopher_yarrowzoo's Avatar
    Join Date
    Mar 2002
    Location
    Knoxville, TN
    Posts
    3,985
    Well I've looked at it did the changes to the number formatting so this should ripple through once the cache is refreshed. I've checked it with other users and it does work...
    Semi-retired from Free-DC...
    I have some time to help.....
    I need a new laptop,but who needs a laptop when you have a phone...
    Now to remember my old computer specs..


  4. #4
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    Quote Originally Posted by alpha View Post
    There seems to be a typo on the user page for each project: "Country Percentle".

    Also, some of the numbers on this page which are >1000 aren't comma separated. For instance, for "Project rank" the first number isn't, but the second is. Same for "Rank for this country", but possibly some others too.

    Small things I know, sorry to nit pick.
    Cool, thanks foor pointing it out and Gopher for fixing.. I only just started adding these in the last few days, doing small fixes to a page (and chart) at a time....

  5. #5
    Dungeon Master alpha's Avatar
    Join Date
    Mar 2002
    Location
    Norfolk, UK
    Posts
    1,700
    Thanks, looks good! Just the typo remains.

  6. #6
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    fixed..

  7. #7
    Now where did I leave my car? CanoeBeyond's Avatar
    Join Date
    Jul 2008
    Posts
    32
    Hi Bok,

    I've been having a conversation with the SIMAP admins over here:

    http://boinc.bio.wzw.tum.de/boincsim...0&p=8271#p8271

    They seem to think that they're updating their stats data 4 times a day but if so it sure isn't getting picked up anywhere.

    Your mission if you choose to accept it:

    Log on to the SIMAP site and give them a heads up as to what might be the problem.

    Thanks in advance for checking it out:


  8. #8
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    hmm, well it's definitely not working correctly if they are..I check the tables.xml file for a change to the last_update_time field. It's a very low bandwidth check. If it's changed I'll download the files and process on the next iteration of my script running. It means that I should pick up and process any updated stats certainly no more than an hour after they are published and usually faster.

    Have a look at some crude output I produce here - that's fairly odd in that you see 3 updates on the 13th but usually just one on any other day. Looking through my logfiles show that the timestamp is certainly not being updated..

    I would ask them to check if perhaps they are running the exports but somehow the timestamp is not being updated.

    If you look at http://boinc.bio.wzw.tum.de/boincsimap/stats/ you can see there is certainly no updated files for today (as of writing this mail anyway) - all files are timestamped with the 16th - so, given they are in germany, where it's well past the middle of the day...

    Bok

  9. #9
    Dungeon Master alpha's Avatar
    Join Date
    Mar 2002
    Location
    Norfolk, UK
    Posts
    1,700
    Quote Originally Posted by alpha View Post
    Also, some of the numbers on this page which are >1000 aren't comma separated. For instance, for "Project rank" the first number isn't, but the second is. Same for "Rank for this country", but possibly some others too.
    Just found another on the "User by CPID Stats" page. The first number of "Overall rank" is not comma separated.

    TIA.

  10. #10
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    yeah, good spot. Fixed..

    though you'll need to wait for the cache to expire to see it..

  11. #11
    www.amdusers.com
    Join Date
    Apr 2002
    Location
    Sydney, Australia
    Posts
    266
    Bok:
    In the Your Stats list (usermain) it doesn't include Goldbach Conjecture. It is shown in the User CPID.

  12. #12
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    You need to add it in statstool for it to display on usermain.

    I've toyed with the idea of letting it build the list of BOINC projects dynamically whilst getting the list of nonBOINC projects from the entries on statstool but then we have userbycpid to do that anyway and that lets usermain be used by people who have split CPID's too.

    Bok

  13. #13
    I know why the difference exists, but is there anyway to sync up the World Community numbers and your numbers??

    It's difficult to see where we are with almost nine million points there and only 1 + million here.

  14. #14
    Dungeon Master alpha's Avatar
    Join Date
    Mar 2002
    Location
    Norfolk, UK
    Posts
    1,700
    Quote Originally Posted by Bok View Post
    yeah, good spot. Fixed..

    though you'll need to wait for the cache to expire to see it..
    That overall rank thousands comma separator on the stats by CPID page still isn't showing. Not sure if you meant my local cache or some remote server-side cache which needs to expire but I've given it over two weeks and it still isn't there.

    Sorry for being so pedantic, I know it's a really small issue but reading large numbers without comma separation makes my eyes bleed.

  15. #15
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,489
    Blog Entries
    13
    Actually I'd fixed it on the row not at the top which you are pointing out.

    Fixed that one now, it will have to wait for the cache(server side) to expire but I've just done it manually for you. That page is only cached for 15mins anyway, so you never have to wait longer than that

    Bok

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •