Hello, i'm trying to get all hosts running latest AMD RX 470/480 to compare their running times. According to http://boinc.berkeley.edu/trac/wiki/XmlStats it should be possible to get host stats from host.gz, but only tables.xml is available. Is it available elsewhere or can i get this info another way?
Copyright © 2024 Einstein@Home. All rights reserved.
On Einstein@Home the files
)
On Einstein@Home the files are named host_id.gz, team_id.gz and user_id.gz. The size of the host export is currently 250MB compressed. They are updated every 12 hours (around 0800 and 2000 UTC), check tables.xml before downloading.
Thank you, now i can do my
)
Thank you, now i can do my research :)
Christian, files are gzipped
)
Christian, files are gzipped twice.
Possible. We gzip them on the
)
Possible. We gzip them on the server and the server gzips them during transport. But that shouldn't matter. After you downloaded the file it should be a regular gzipped textfile. At least that was the case when I just downloaded team_id.gz via my browser.
After i downloaded host_id.gz
)
After i downloaded host_id.gz and gunzipped it i got host_id, which was gzipped text file of the same size. I had to gunzip it again to get actual text file several times larger. This may be confusing to someone.
And /stats dir itself returns 403, so its contents and file names are unavailable unlike in seti, one should know what to look for.
chester wrote:After i
)
I downloaded the file and uncompressed using gzip -df team_id.gz which gave me a text file that was larger than the .gz. So I can't reproduce what you are experiencing.
Christian Beer wrote:I
)
I have to do a double unzip (Win7 && Ub 14.04) as well to get text files from host_id.gz and user_id.gz.