From 5dd91e6e301fcd58bebef7197f9ac0daa8a50932 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sat, 19 May 2018 00:53:44 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f06670c..02f7c4c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Pretty basic profiling tool for JVM's * Overhead (in method execution time) not clear yet. I wouldn't use it in production. * Finish jdbc query logging (CallableStatement) * Implement an actual call stack the way commercial tools work +* Ability to dynamically turn off metrics to minimize cpu and memory overhead (when response time is below a set treshold) # DISCLAIMER: This has only been tested on oracle java8 in spring-boot using tomcat web-container