Ticket #9231 (assigned)

Opened 7 years ago

Last modified 5 years ago

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:

  1. Weekly or monthly statistics?
  2. Where are they going to be stored? (Perhaps an automated email to mantid-developers?)
  3. Block the Mantid office subnet (to prevent developers being added to stats, e.g. when testing).
  4. Can we track IDS (external downloading & publishing) usage?

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

comment:2 Changed 6 years ago by Jay Rainey

  • Owner changed from Jay Rainey to Karl Palmen
  • Milestone changed from Release 3.2 to Release 3.3

I did discuss this with Tom, and he mentioned that it was possible. Another discussing with Tom is required to push this forward.

comment:3 Changed 6 years ago by Nick Draper

Moved to the backlog at the code freeze of R3.3

comment:4 Changed 6 years ago by Nick Draper

  • Milestone changed from Release 3.3 to Backlog

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10074

Note: See TracTickets for help on using tickets.