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

Formale Metadaten

Titel
From text logs to extensive automatic monitoring
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
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.