Data Logger

From MidasWiki
Revision as of 17:59, 15 February 2014 by Pierre (talk | contribs)
Jump to navigation Jump to search

The Midas data logger serves multiple purpose of logging.

  1. Its main task is to log experimental data to storage device(s) such as disk, tape, FTP with prior data compression.
  2. Serves the logging of the overall Midas system messages
  3. Collect and log the history events
  4. Can log special information to an external mySQL database

The associated utility handling this Data logging is the mlogger. It runs on the backend computer, receiving events from the buffer manager. It supports three type of storage devices so far, i.e.

  1. Disk,
  2. Tape
  3. FTP channel to a remote computer.

Data can currently be written in five different formats :

  • MIDAS binary,
  • ASCII,
  • ROOT
  • DUMP

A built in compression (gzip) can be enabled