From 5db3f3f69ce700c7ce10d0850369e7a0e06fbda0 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 15 Jul 2018 15:40:23 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 65ee22d..d7602af 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Pretty basic profiling tool for JVM's # roadmap * 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) * extend the user interface From cc248d21ff3af093b5ed017e71d8595ea61347e8 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 15 Jul 2018 15:41:34 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7602af..6c663c1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Pretty basic profiling tool for JVM's # Highlights: * Meant for development time (after process stops, data is gone). -* Minimal memory footprint (agent < 1 mb). +* Minimal memory footprint (agent ~ 1 mb). * Easy setup (2 commandline arguments for java process) * Minimalistic web interface. * Execution time is measured in nanoseconds @@ -31,4 +31,4 @@ Pretty basic profiling tool for JVM's * extend the user interface # DISCLAIMER: -This has only been tested on oracle java8 in spring-boot using tomcat web-container +This has only been tested on oracle java8 in spring-boot using tomcat web-container (and apache dbcp)