Data Logger: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Pagelinks}}
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
* [[Data Logger]]
* [[/Logger ODB tree]]
* [[mlogger]]
* [[/Lazy ODB tree]]
* [[/Lazy ODB tree]]
* [[Data Archiver]]
* [[Lazylogger]]
* [[/ODB Lazy tree]]
</div>
</div>


Line 20: Line 21:




'''Note:''' There is a '''[[Data Achiever]]''' application which provide a copy or move of the logger data. The destination being usually a remote location holding a large data storage, tape robot, etc... The reason for such secondary logger is to off-load the local disk or decouple the '''[[mlogger|Data Logger]]''' application from possibly slow storage device.
'''Note:''' There is a '''[[Lazylogger|Data Archiver]]''' application which provide a copy or move of the logger data. The destination being usually a remote location holding a large data storage, tape robot, etc... The reason for such secondary logger is to off-load the local disk or decouple the '''[[mlogger|Data Logger]]''' application from possibly slow storage device.
 
[[Category:Data Logging]]

Latest revision as of 17:49, 14 July 2015



The Midas data logger serves multiple purposes related to data logging.

  1. On the fly data compression (if required)
  2. Log experimental data to storage device(s)
  3. Handles the overall Midas System messages logging
  4. Collect and log the history events
  5. Can log special information to an external mySQL database

The data logger configuration is available in the ODB. Please refer to /Logger ODB tree for full feature descriptions.

The actual application handling this Data logging is the mlogger. It is intended to run on the backend computer (on the same node where the event buffers reside) for fast data access (no network involved).


Note: There is a Data Archiver application which provide a copy or move of the logger data. The destination being usually a remote location holding a large data storage, tape robot, etc... The reason for such secondary logger is to off-load the local disk or decouple the Data Logger application from possibly slow storage device.