We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

From text logs to extensive automatic monitoring

Formal Metadata

Title
From text logs to extensive automatic monitoring
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
Bugs, corrupt data or performance issues on web applications are oftenrecognized far too late. In the worst case they are reported by the customer,so they probably have already done some serious damage - frustrated the user,made them lose trust or even corrupted their data. Finding these bugs orrecognizing them early gets especially hard, if your application makes heavyuse of background processes, daemons or cronjobs. They might even throwexceptions that are buried somewhere in the logs, and no one will ever beaware of them, until someone has a look into the log files. I want to show a way out of this misery and provide different solutions inform of practical examples. These will include different levels of monitoring- from simple text logs on the servers up to a fully monitored applicationincluding hardware monitoring, extensive metrics, indexed and searchable logsof the whole environment, performance analysis and alerts if something oddhappens. I'll show different examples and give ideas when such a fullymonitored solution is a good idea, or when a "light monitoring" is applicable.