Project

General

Profile

task #6107

Updated by Andreas Kohlbecker over 7 years ago

The suggestions given in https://www.infoq.com/articles/Diagnose-Microservice-Performance-Anti-Patterns could help us improve the overall performance of the cdm services. 

 We should consider taking some/all of the following actions: 

 1. Use a performance monitoring tool, like 
  * [stagemonitor](http://www.stagemonitor.org/) looks verry complete and promising at first glance 
  * [Dynatrace](https://www.dynatrace.com/) commercial, very good?, promoted in the above names article 
  * SpringInsight (from vmware?) 
  * [XRebel](https://zeroturnaround.com/software/xrebel/) 
 1. Establish continuous performance monitoring in CI (Jenkins)

Back