From 32e5317cdabeb409f3f6bf3d8effae2ab19689f7 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 26 Apr 2015 21:15:22 +0200 Subject: [PATCH] Added monitoring section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 41790c4..3c15842 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Machine Learning](#machine-learning) - [Messaging](#messaging) - [Miscellaneous](#miscellaneous) + - [Monitoring](#monitoring) - [Native](#native) - [Natural Language Processing](#natural-language-processing) - [Networking](#networking) @@ -298,6 +299,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. * [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. +## Monitoring + +*Tools that monitor applications in production.* + +* [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. +* [New Relic](http://newrelic.com/) - Commercial performance monitor. +* [Takipi](https://ipi.com/) - Commercial in-production error monitoring and debugging. + ## Native *For working with platform-specific native libraries*