From: Luis Gomez Date: Sun, 11 Sep 2016 19:38:23 +0000 (-0700) Subject: Small adjusts in JVM metrics X-Git-Tag: release/boron~12 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ac6d11ac5435d35ca90601f8e2ac10fa98411b4f;p=integration%2Ftest.git Small adjusts in JVM metrics Change-Id: I549f915fb461c5945269f9b7600e9973bc992508 Signed-off-by: Luis Gomez --- 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'