yerkesobservatory / atlas

A web interface for remote operation of telescopes
GNU General Public License v3.0
0 stars 2 forks source link

Individual User Metrics #21

Open rprechelt opened 7 years ago

rprechelt commented 7 years ago

It's been requested that we keep track of individual user metrics, such as:

  1. Number of total images taken on SEO
  2. When they last used SEO
  3. ??
amanda-pagul commented 7 years ago

Matt has created all of these! Check it out on Slack to see what you think!

mcnowinski commented 7 years ago

The script I developed leverages aster's logging mechanisms (see /data), and specifically (currently) the tserver log. There are lots of possibilities here, I think. So far, this script parses a handful of known log messages and tries to generate some textual and graphical (plot) output. Could be a starting point...

https://github.com/mcnowinski/various-and-sundry/blob/master/seo/itzamna/unlogger.py

Let me know if you can't access this file.