Hi,
I am trying to access the automatically generated web pages with the publication statistics (cf Release Notes for CernVM-FS 2.8.2 — CernVM-FS 2.8.2 documentation). I have set CVMFS_UPLOAD_STATS_DB=true
in the repository server.conf file and installed ROOT but there is nothing in /stats.
Did I miss a step?
Thanks
Hi Martin,
Are you using the local file backend on the server or the S3 backend? In any case, do you see anything for the URL
http://<servername>/cvmfs/<reponame>/stats/index.html
In case of a local backend, is there anything in /srv/cvmfs/<reponame>/stats
?
Cheers,
Jakob
Hi Jakob,
I’m using local backend.
The URL was not found.
In /srv/cvmfs/<reponame>/stats
there is only one file :
ls -l /srv/cvmfs/<reponame>/stats/
total 504
-rw-r--r-- 1 cvmfsUser cvmfsUser 514048 22 oct. 14:07 stats.db
Thanks
I see, you’d need to set both CVMFS_UPLOAD_STATS_DB=true
and CVMFS_UPLOAD_STATS_PLOTS=true
.
Cheers,
Jakob
Thanks, it works now.