Ticket #9231 (assigned)
ICAT usage statistics at ISIS
Reported by: | Jay Rainey | Owned by: | Karl Palmen |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Documentation | Keywords: | ICAT |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
As unique queries are sent to ICAT from within Mantid, it is possible to use this information to extract usage statistics.
I have opted to use the my data query as it indicates how many scientists will be using ICAT within Mantid to specifically access their datafiles
SELECT DISTINCT inves FROM Investigation inves JOIN inves.investigationUsers users JOIN users.user user WHERE user.name = :user ORDER BY inves.id DESC INCLUDE inves.investigationInstruments.instrument, inves.parameters LIMIT 0,100
Using this information, Tom has agreed to setup a job of some sort to obtain statistics of ICAT usage within Mantid. This will need to be discussed further with Tom, including:
- Weekly or monthly statistics?
- Where are they going to be stored? (Perhaps an automated email to mantid-developers?)
- Block the Mantid office subnet (to prevent developers being added to stats, e.g. when testing).
- Can we track IDS (external downloading & publishing) usage?
Change History
Note: See
TracTickets for help on using
tickets.