From eb9c8b4eaca8a58b64ec2a3dde13dd523f264538 Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Tue, 18 Feb 2014 09:08:38 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B0=95=EC=9A=B4=EB=8D=95]=20[WEB-49]=20=20?= =?UTF-8?q?=EB=B9=A0=EC=A7=84=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@3358 84d0f5b1-2673-498c-a247-62c4ff18d310 --- flush_htable.sh | 1 + major_compact_htable.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/flush_htable.sh b/flush_htable.sh index b6ed6de29..41f5b4f2f 100644 --- a/flush_htable.sh +++ b/flush_htable.sh @@ -12,6 +12,7 @@ flush 'ApiMetaData' flush 'ApplicationMapStatisticsCaller' flush 'ApplicationMapStatisticsCallee' +flush 'ApplicationMapStatisticsSelf' flush 'ApplicationStatistics' flush 'HostApplicationMap' diff --git a/major_compact_htable.sh b/major_compact_htable.sh index 9f6f73b23..6a60bcc74 100644 --- a/major_compact_htable.sh +++ b/major_compact_htable.sh @@ -31,6 +31,8 @@ major_compact 'Traces' major_compact 'ApplicationMapStatisticsCaller' major_compact 'ApplicationMapStatisticsCallee' +major_compact 'ApplicationMapStatisticsSelf' + major_compact 'ApplicationStatistics' major_compact 'HostApplicationMap'