Hello,
We (disk infrastructure group at Fermilab) have been requested to provide WLCG tape usage accounting by VO which seems to amount to providing a information in json somewhere.
This link has been given to me as an example:
https://cta.web.cern.ch/wlcg_tape_statistics/CERN-WLCG-tape-statistics.json
My questions
- is….. Is this part of CTA offering or there some standlone script that genetates it?
- If this json is generated by a standalone script - where I can get it from?
- Is there a document describing the json content (I’ve created a script to extract the numbers by VO, I would appreciate some guidance as to what/how to write in json file)
- Is there some significance to where this json is served from? (e.g. CTA ). Does it have to be provided by a known RSE in Rucio or any URL will do. And where this URL needs to be registered.
Also, some of the fields, I am not sure the data on tape mounts is available. In that json the following is reported:
"storageservice": {
"implementation": "CTA",
"implementationversion": "",
"latestupdate": 1758129902,
"name": "CERN-PROD-Tape",
"storageshares": [
{
"avgtaperemounts": 0,
"name": "ALICE",
"occupiedsize": 164142000000000000,
"readbytes24h": 0,
"timestamp": 1758067200,
"totalmounts24h": 0,
"uniquemounts24h": 0,
"usedsize": 178833244000000000,
"vos": [
"alice"
],
"writebytes24h": 0
},
{
"avgtaperemounts": 0,
"name": "ATLAS",
"occupiedsize": 228111000000000000,
"readbytes24h": 0,
"timestamp": 1758067200,
"totalmounts24h": 0,
"uniquemounts24h": 0,
"usedsize": 234447721000000000,
"vos": [
"atlas"
],
"writebytes24h": 0
},
avgtaperemounts, readbytes24h, totalmounts24h, uniquemounts24h, writebytes24h
I am not sure where to get these data. On the link I have provided these numbers are all 0.
Thank you,
Dmitry