<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cloudscape&#039;s Blog &#187; SAT</title>
	<atom:link href="http://cloudscape.pe.kr/wp/tag/sat/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloudscape.pe.kr/wp</link>
	<description>Wer rastet, der rostet.</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>새로운 SE30, 몇가지 흥미로운 것들</title>
		<link>http://cloudscape.pe.kr/wp/%ec%83%88%eb%a1%9c%ec%9a%b4-se30-%eb%aa%87%ea%b0%80%ec%a7%80-%ed%9d%a5%eb%af%b8%eb%a1%9c%ec%9a%b4-%ea%b2%83%eb%93%a4/</link>
		<comments>http://cloudscape.pe.kr/wp/%ec%83%88%eb%a1%9c%ec%9a%b4-se30-%eb%aa%87%ea%b0%80%ec%a7%80-%ed%9d%a5%eb%af%b8%eb%a1%9c%ec%9a%b4-%ea%b2%83%eb%93%a4/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 13:24:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAT]]></category>
		<category><![CDATA[SE30]]></category>

		<guid isPermaLink="false">http://cloudscape.pe.kr/wp/?p=164</guid>
		<description><![CDATA[지난 주 참석한 TechEd@BST, &#8216;ABAP Performance and Trace Analysis&#8217;의 내용은 사실 SE30 &#8211; 엄밀히 말하면 새 버젼인 SAT &#8211; 의 소개와 사용법이 대부분이었습니다. 현재 자주 사용하고 있는 툴이라 대부분의 내용이 낯익은 것들이긴 했지만 몇가지 흥미로운(또는 새로운) 것들을 접할 수 있었지요. 몇가지만 적어보면, Variants 설정 옵션에서 &#8216;Full aggregation&#8217;은 더이상 가용하지 않습니다. 대신 &#8216;Per Call Position&#8217;을 선택해야 [...]]]></description>
			<content:encoded><![CDATA[<p>지난 주 참석한 TechEd@BST, &#8216;ABAP Performance and Trace Analysis&#8217;의 내용은 사실 SE30 &#8211; 엄밀히 말하면 새 버젼인 SAT &#8211; 의 소개와 사용법이 대부분이었습니다.<br />
현재 자주 사용하고 있는 툴이라 대부분의 내용이 낯익은 것들이긴 했지만 몇가지 흥미로운(또는 새로운) 것들을 접할 수 있었지요.</p>
<p>몇가지만 적어보면,</p>
<ul>
<li>Variants 설정 옵션에서 &#8216;Full aggregation&#8217;은 더이상 가용하지 않습니다. 대신 &#8216;Per Call Position&#8217;을 선택해야 하는데, 둘의 차이는 다음과 같습니다.
<pre><em>call function A
loop (x 3 times)
    call function A
endloop</em></pre>
<p>Full aggregation → calling A func 1번 기록<br />
Per Call Position → loop 밖에서의 호출 1번, loop 내 호출 1번. 즉 총 2번 기록</li>
</ul>
<ul>
<li>역시 Variants 설정 옵션에 보면 &#8216;Measure in Sections (See Long Text)&#8217;란 부분이 있는데, 즉 특정 부분의 측정이 가능합니다. 이에 대한 설정은 System &gt; Utility &gt; Runtime Analysis &gt; Switch On / Off 를 이용해서 쉽게 할 수 있습니다.</li>
<li>측정 결과를 보면 internal table의 이름은 it_xxx &#8230; 식으로 적힙니다. 첫 화면 하단의 &#8216;Data Formatting&#8217; 섹션에서 &#8216;With Names of Internal Tables&#8217; 옵션을 선택하면 원래 internal table의 이름으로 결과가 적히게 할 수 있습니다.</li>
<li>&#8216;In Parallel Session&#8217; 부분은 장시간 수행되는 프로세스를 측정할 때 유용합니다. 제 경우 늘 골치 썩히는 &#8216;Poller&#8217;라는 Parallel Processing Job이 있는데 얘가 문제 발생시 주로 사용합니다. 급하게 Performance 측정시 유용하더군요.</li>
<li>&#8216;Schedule&#8217; 역시 유용합니다. 옵션을 여러개 선택해야 하는데&#8230; 그냥 대부분 &#8216;Any&#8217;로 셋팅하고 사용합니다. 설정 문제인지 모르겠으나 제가 이용하는 테스트 시스템에서는 얘가 잘 동작을 안 하네요. (해서 옛날 SE30을 이용합니다)</li>
<li>Evaluate 부분에 다양한 feature가 소개되고 있더군요. 가장 인상적인 것은 1) 다양한 Filter option과 2) Sequence Diagram 자동생성 기능 이었습니다. 특히 Sequence Diagram 부분은 정말 환상적이었는데, 이것 역시 제가 이용하는 시스템에서는 아직 가용하지 않더군요. 괜히 한참 찾아 헤맸습니다&#8230; 헐&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cloudscape.pe.kr/wp/%ec%83%88%eb%a1%9c%ec%9a%b4-se30-%eb%aa%87%ea%b0%80%ec%a7%80-%ed%9d%a5%eb%af%b8%eb%a1%9c%ec%9a%b4-%ea%b2%83%eb%93%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

