From ac6d11ac5435d35ca90601f8e2ac10fa98411b4f Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Sun, 11 Sep 2016 12:38:23 -0700 Subject: [PATCH] Small adjusts in JVM metrics Change-Id: I549f915fb461c5945269f9b7600e9973bc992508 Signed-off-by: Luis Gomez --- csit/libraries/CheckJVMResource.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/libraries/CheckJVMResource.robot b/csit/libraries/CheckJVMResource.robot index 8101182f5c..760f0660d4 100644 --- a/csit/libraries/CheckJVMResource.robot +++ b/csit/libraries/CheckJVMResource.robot @@ -44,8 +44,8 @@ Create JVM Plots \ Log ${controller-ip} \ ${session} ElasticsearchAppender.Get_Connection ${controller-ip} ${elastic-port} \ Log ${session} - \ ElasticsearchAppender.Plot Points ${session} JVM ThreadCount threadcount_${index}.png 'Threading' 'TotalStartedThreadCount' + \ ElasticsearchAppender.Plot Points ${session} JVM Threads threadcount_${index}.png 'Threading' 'ThreadCount' \ ElasticsearchAppender.Plot Points ${session} JVM Heap Memory heapmemory_${index}.png 'Memory' 'HeapMemoryUsage' \ ... 'used' - \ ElasticsearchAppender.Plot Points ${session} JVM LoadedClassCount class_count_${index}.png 'ClassLoading' 'TotalLoadedClassCount' + \ ElasticsearchAppender.Plot Points ${session} JVM Loaded Classes class_count_${index}.png 'ClassLoading' 'TotalLoadedClassCount' \ ElasticsearchAppender.Plot Points ${session} JVM CPU Usage cpu_usage_${index}.png 'OperatingSystem' 'ProcessCpuLoad' -- 2.36.6