<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Portal performance in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161585#M2441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we faced also that kind of problems. How many server notes did you set up? And do you use https?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 07:50:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-06T07:50:32Z</dc:date>
    <item>
      <title>Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaq-p/1161577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do have several customers that have performance problems with their enterprise portal. &lt;/P&gt;&lt;P&gt;But these problems don´t have to be "real" problems with the portal itself. It is also possible that they are based in connection to the backend system, they can be network problems, slow database(s), the j2ee engine etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a tool or a process that will enable people like me to find the real problem systematically? Do you have an idea what to test first, have a look at what kind of logs to get some information about the performace bottlenecks? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best case would be a unified process that will check all possible bottlenecks systematically (does not have to be automated) and help the guy doing the measurement in finding the solution. Is there anybody who already has a solution for this problem?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2006 23:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaq-p/1161577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-02T23:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161578#M2434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first you can check some things in the monitoring service (reply times, memory usage and so on). If you want to make a loadtest I would suggest using a tool like Mercury Loadrunner. I think it would be the best if you prepare some test cases and then use such a tool to find out where the bottlenecks are. Mercury should have adapters to get performance data from the OS, the portal and the backends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 10:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161578#M2434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T10:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161579#M2435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can feel with you and your customers as I have had very similar experiences. There might be no ultimate solution since every customer case has its individual challenges. However, here some tips:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- process/methodology: most important! If there is no clear concept for your approach likely a lot of time and money will be wasted. The strategy which worked best for me is start with small simple tests first, like do a manual 1 user test and use all available monitors for OS, databases, back-ends, network, back-ends to get clues. The work your way up to load tests. More is described in &lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how&lt;/A&gt; to perform sap enterprise portal load testing.zip&lt;/P&gt;&lt;P&gt;One thing to add beyond this paper is that you want to test individual systems, like back-ends first for performance by themselves before moving on to EP embedded scenarios. You also want to start with LAN tests and then move to WAN tests. WAN tests can be challenging to do but are often important to see the "end-user" true experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- tools: all available monitors, Mercury Loadrunner for load testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- network: In particular if end-users are sitting on other continents network latency time becomes often the dominant response time contribution part. Do two things: Reduce number of application roundtrips as much as possible (see above paper for details) and get the network IT people into the boot to see what they can do from their end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Best, Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 16:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161579#M2435</guid>
      <dc:creator>joerg_nalik</dc:creator>
      <dc:date>2006-01-04T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161580#M2436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal&lt;/P&gt;&lt;P&gt;I would like to add some more points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First and foremost, identify the customer scenarios for which the performance is poor and get a clear idea about these sceanrios and make sure that these performance problems are reproducible or repetitive. As rightly pointed out by Joerg, working on all the scenarios will eat up time and money.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Get some statistical data such as the %CPU utilization, Memory utilization on different servers (WebAS, R/3 Backend, Databases etc.)from the customer's productive systems, if possible so that the issue could be identified as response time or memory etc. This data will be very helpful to foucs on the right component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Try to have an environment (dedicated and controlled) where the customer scenarios could be simulatedwith differnt monitors enabled so as to identify the exact bottleneck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 12:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161580#M2436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T12:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161581#M2437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you get some more information about that topic. I'm trying to develop a "strategy" to test the portal and backend performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find something like a check list or even a unified process? Please let me know if you got some more about this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 11:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161581#M2437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T11:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161582#M2438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at the SAP Solution Manager Diagnostics (SMD). This tool has the ability to look at some performance characteristics of your J2EE Engine and Portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 13:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161582#M2438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T13:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161583#M2439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ist der Solution Manger eigentlich  mit weiteren Lizenzkosten verbunden?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 10:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161583#M2439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161584#M2440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens.&lt;/P&gt;&lt;P&gt;which monitoring service you mentioned ?&lt;/P&gt;&lt;P&gt;Is it a tool inside Portal ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 06:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161584#M2440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T06:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Portal performance</title>
      <link>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161585#M2441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we faced also that kind of problems. How many server notes did you set up? And do you use https?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 07:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/portal-performance/qaa-p/1161585#M2441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T07:50:32Z</dc:date>
    </item>
  </channel>
</rss>

