Data logging

From Wikipedia, the free encyclopedia

Data logging is the practice of recording sequential data, often chronologically.

Contents

[edit] Etymology

To log is a verb derivative of the noun logbook; the verb form means to record in a logbook, and may have been coined in the 1820s. The term logbook itself stems from the practice of floating a stationary "log" (actually a wooden block attached to a reel via rope) to provide a fixed point of reference for the purpose of measuring a ship's speed (see Knot (speed)). Computer scientists adopted the verb to log circa 1963 to describe the systematic recording of specific types of data processing events.

[edit] Computer data logging

Main article: Computer data logging

In computerized data logging, a computer program may automatically record events in a certain scope in order to provide an audit trail that can be used to diagnose problems.

Examples of physical systems which have logging subsystems include process control systems, and the black box recorders installed in aircraft.

Many operating systems and multitudinous computer programs include some form of logging subsystem. Some operating systems provide a syslog service (described in RFC 3164), which allows the filtering and recording of log messages to be performed by a separate dedicated subsystem, rather than placing the onus on each application to provide its own ad hoc logging system.

In many cases, the logs are esoteric and hard to understand; they need to be subjected to log analysis in order to make sense of them.


data logging is highly valuable to the scientific and general community

[edit] Automotive data logging

In automotive all DTC(Diagnostic Trouble Codes) are logged in ECUs(Engine Control Units) so that at the time of service of vehicle, service engineer will read all the DTCs by Tech-II or similar tools and will come to know problems occurred in Vehicle.

[edit] See also

[edit] References

[edit] Sources

[edit] External links