Performance and Load testing for Agentry applications in SMP2.3

Hello Experts,
We have a requirement to carry out the Performance and Load testing for our SAP Work Manager application (SMP2.3).
Please guide me if ATE (Agentry Test environment) /  Jmeter / or any other testing tool can be utilized for the same.
Would be great if you could provide me the steps / references for the same.
Thanks,
Abhishek

Hi Abhishek,
Please refer this document Agentry - Assets for Admins & Architects. It has very good content which explains about performance testing and performance tuning.
Rgrds,
Jitendra

Similar Messages

  • Network load balancer for Agentry applications

    Hi Expert,
    I'm going to implement a SAP Mobile Platform solution that will use an agentry application and I need some clarification about the HA configuration and the usage of the network load balancer and relay server. Just for information I'm going to use SMP 2.3 SP4.
    My understanding is that Relay server is a reverse proxy and load balancer for SMP but It can't be used for the agentry applications. Is this correct?
    Based on the standard configuration in order to balance the load of the client devices in the SMP cluster I have to use a Network load balancer, therefore the technical architecture of my solution should be the following:
    |Agentry Client device|   ---->  | Network Load Balancer |  ----> | SMP and Agentry Cluster| -----> |Back end systems|
    Is this correct? I didn't find specifications about the Network load balancer.. Is there a list of the Network load balancer products supported from SAP for agentry application. Is there any best practice on the network load balancer?
    Thank you in advance for you collaboration.
    BR
    g.
    Tags edited by: Michael Appleby

    Because we don't test any directly with our QA we don't have have a preferred products.  Talking to our consulting group they normally just use what the customer already has installed in their network.   Both Software or hardware load balancers has been used.
    The key part needed for the load balancer for Agentry 6.0.x and SMP 2.3 (not SMP 3) that it is set to TCP Pass through.
    Stephen

  • Require Help on Load Testing for Oracle Applications

    Hi,
    I have to do a Load Testing on Oracle Application 11i. I am not able to understand from where do I need to start.
    Could any one please help on this ?
    Ramu.

    The tool which I am using for this is "Oracle Application Testing Suite".
    Any help welcome !
    Ramu

  • Do load test for application installed in Weblogic 10.3.4 using OATS 9.31

    Hi Friends,
    I need to do a load test for my application deployed in Weblogic 10.3.4. I went on to use the Oracle Application testing Suite (OATS 9.31). But it says its compatible only upto Weblogic 10.3.3. So pls advice me to find a way to load test my oracle fusion application deployed in the current server.
    Thanks and regards,
    Vijai

    Hi,
    Maybe worth also trying the WLS forum for what folks over there use: WebLogic Server - General
    Frank

  • Tool for SharePoint performance and stress testing

    Hi,
    Does anybody have experience and can recommend a SharePoint performance and stress testing tool?
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

    Steve Smith did a great presentation on this at the SharePoint User Group UK, The only document I could find is based around Visual Studio 2008 and SP2007 but it's probably pretty valid for VS/SP2010 too.
    http://www.combined-knowledge.com/Downloads/2007/HowToConfigStressTestProjectForMOSS07usingVS2008TS.pdf
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and prevents the same questions being asked multiple times.

  • BI stress and load testing

    Hi all,
    I am looking for Scenarios in BW/BI related to stress and load testing, does anyone worked on this area? I am looking for a scenario and what are the 3 rd party tools required for this?
    any documents ..plz help me ..its urgent
    Thanks in advance

    Hi,
    Not too sure if Mercury LoadRunner is the solution you're looking for.
    www.mercury.com/us/products/performance-center/loadrunner/
    http://www.sap.com/usa/solutions/solutionextensions/pdf/BWP_LoadRunner.pdf
    I think one of the solution is to check with your SAP accounts manager and ask if he/she has solution to offer.  The last time we did a stress test (2 years ago) was to co-ordinate groups of users to refresh multiple massive queries...
    Hope this helps.
    Cheers,
    Gimmo

  • Stress and load testing

    Hi all,
    How do you do the stress and load testing on queries( WAD) in BW, does mercury loadrunner supports this?  I am little bit confused with the portal and BW, where i hv to do stress and load testing of Web queries( i views)? plz help me

    Stress and Load testing are the different types of testing used to test the Application in Development by increasing the loads on the application in order to test the applications behavior as to how it would react with the increased loads. Example in testing a website we constantly increase the number of users accessing that website at the same time in order to check how much of response time is the web page taking to show up on the screen, how is the back end of the website working and at a time how many users can log on before the website crashes.
    Let me know if this is of any help  and assign points if helpful. Sorry for the delayed reply.
    Thanks,
    Reena

  • Can we hav call transaction and session method for an application

    can we hav call transaction and session method for an application ?if yes how?

    Hi ,
    You can.  If Call Transaction fails, a batch input session can be created.
    Check this example-
    Call the transaction. Messages from Call Transaction are stored in the
    internal table messtab 
      CALL TRANSACTION 'LT01' USING bdc_tab MODE 'N' UPDATE 'S'
          MESSAGES INTO messtab.
      IF sy-subrc = 0.                                                 
    Call transaction successfull,  get the number of the Transfer Order that
    was created                                                        
        LOOP AT messtab.                                               
          IF messtab-dynumb = '0104' AND messtab-msgnr = '016'.        
            w_transportorderno = messtab-msgv1.                        
          ENDIF.                                                       
        ENDLOOP.
      ELSE.
    Call transaction failed, create a batch input session instead.
        PERFORM open_group.                        
        PERFORM bdc_insert USING 'LT01'.           
        PERFORM close_group.                       
    ENDIF.
    Regards,
    Sookshma

  • Load Testing for IMS 5.2

    hi,
    is therer any tools available for load testing for ims 5.2? Can mailstone be used? Understand that this is used in NMS 4.x
    thxz
    cheerz
    marxz

    There is no offically supported load testing tools that I am aware of. You are correct that mailstone was shipped with NMS. I have used mailstone, once, but could not figure out what the thing was trying to do. I think it is badly written and the documentation is extremely lacking, IMHO.
    Being that iMS follows Internet standards you can use any testing tools that also follow those Internet standards. I've not researched to know if load testing tools exist for mail servers or not, certainly someone has done it.

  • Oracle Functional Testing for Web Applications for Oracle Apps

    I am trying to test Oracle Application 11i and R12 using Oracle Functional Testing for Web Applications.
    In 11i:
    If i open any forms then then the Application is getting crashed whereas it's recording the html events.
    In R12:
    If i open any forms then the Form is getting opened but it's not recording the events happening on the forms
    whereas it's recording the html events.
    Please let me know whether Oracle Functional Testing for Web Applications supports can be used to test Oracle Apps 11i/R12 including the Forms.
    Regards,
    Arun

    Hi,
    AFAIK, there is no official document which states that "Oracle Functional Testing for Web Applications" is certified with Oracle E-Business Suite 11i/R12. I assume it should work with Forms 10g but not with Forms 6i, so it should work (does not mean it is certified) with R12.
    I would suggest you log a SR and confirm this with Oracle Support.
    Regards,
    Hussein

  • SMP3 - AppDevelopment (Agentry):how to use GCM (Google cloud Messaging) for Agentry Application.

    Hi, I have a question on SMP3 and AppDevelopment (Agentry): how to use GCM (Google cloud Messaging) for Agentry Application for PUSH notification

    Pratik,
    Let me walk you through the flow with the assumption that the user is on an Android device and "connected" to the Agentry server.
    An emergency workorder is created in SAP and assigned to the technician. 
    The SAP backend system will notify the Agentry server via an XML message that there is a workorder to send.
    Agentry will get the details and if the user is connected attempt to send the workorder to the device via the Push mechanism
    If the push fails to reach the Agentry client, the Agentry server will send a GCM message to the user
    When the user returns to the Agentry client, the normal push processing / fetch will occur to receive the workorder from the server assuming the push retrys are in effect.
    So, essentially you should not have to do anything to get the GCM to work as a secondary notification mechanism.
    If you are looking to do something else with GCM that would be outside of Agentry.
    --Bill

  • [svn:osmf:] 10437: Add support and unit tests for parsing VAST documents ( inline or wrapper).

    Revision: 10437
    Author:   [email protected]
    Date:     2009-09-20 13:31:16 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support and unit tests for parsing VAST documents (inline or wrapper).   All elements are covered with the exception of Video.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • [svn] 2540: add bugs folder and asc test for bug #ASC-2839

    Revision: 2540
    Author: [email protected]
    Date: 2008-07-21 10:38:41 -0700 (Mon, 21 Jul 2008)
    Log Message:
    add bugs folder and asc test for bug #ASC-2839
    Ticket Links:
    http://bugs.adobe.com/jira/browse/ASC-2839
    Added Paths:
    flex/sdk/trunk/modules/asc/test/bugs/
    flex/sdk/trunk/modules/asc/test/bugs/ASC-2839.as

  • Issue in Application Module and Enterprise Integration for SAP applications

    Hi,
    When I enabled the Application Module and Enterprise Integration for SAP applications Version 2.60 Patch 2 I am getting error in defect entity and Application Module. Does any one face this issue? Please let me know the solution.
    QC details:  QC 11.0 with patch 7
    I followed the steps given in ALM addin page to install the adapters
    Attached Screen shots of the Error

    Hi
    If you are wanting to know how to configure ESSO to be used to logon to SAP applications then there is a guide in the helpfile of the admin console. Simply do a search for SAP.
    In short ESSO-LM comes with a SAP helper object which needs to be selected on install. To enable the ESSO SAP helper to interact with SAP, the SAP server and the SAPGUI client need to be configured. The details for this are in the helpfile. If you have multiple SAP systems launched from the SAPGUI then this is the best method because it means ESSO can distinguish between the different SAP systems through matching screens
    If you have only one SAP system and you do not want to configure the SAP server then you could use send keys and not use the SAP helper object at all.
    Hope this helps

  • Reverse Proxy and Load Balancer for SMP 2.3 and Agentry Application

    Hi Expert,
    I'm putting in place a mobile solution composed by SMP 2.3 SPS 4 and SAP ECC 6.0. In the SMP 2.3 I created the agentry server and I have deployed my agentry application.
    My SMP/Agentry infrastructure is composed by two servers therefore I need a load balancer for balance the load into the several servers. Furthermore I need to use a reverse proxy in my DMZ zone.
    Based on what indicated in the SAP note "1904213 - SAP Mobile Platform Server Release Information" the Apache Reverse Proxy is not supported for Agentry clients. Agentry uses nginx for Reverse Proxy.
    I also found the following document How-to-Guide for Reverse Proxy and Load Balancing in SAP Mobile Platform 3.x that explain how to set-up a reverse proxy and load balancer with nginx and apache.
    Both the SAP note and the HOW to document are refereed to SMP 3.0 and not to SMP 2.3.
    I would know if the NGINX must be used also for SMP 2.3.
    Any suggestion/information is appreciated.
    Thanks in advance
    g.

    Please see Agentry Network Landscapes

Maybe you are looking for

  • How to count number of raw & put result top of page?

    I try to count number of table raw it work fine  but when I wont to put result top of page it dose not work only count one table raw REPORT  ZTEST. DATA: it_sflight TYPE TABLE OF Sflight WITH HEADER LINE  . DATA counter TYPE i VALUE 0. start-of-SELEC

  • How can I set up a time capsule to extend my wifi network from a non-apple Medialink MWN-WAPR300N?

    I just purchased a new Medialink MWN-WAPR300N from Amazon to replace my old 2008 500 GB Time Capsule. I was wondering if it would be possible to use my old Time Capsule to extend the network from the Medialink router to the rooms in the back of my ho

  • Establishing the BW link to a R/3 Source system

    Hello BW Experts, I was wondering may be some one of this forums may guide me how to connect a r/3 source system with BW system? Could you please provide me soem step by step documets in setting up connection? Regards, Santosh

  • Should I care about BT not available? Or... Is Deep Sleep safe??

    As many others here from what I've seen, BT in not available from time to time. I would rather put my MB to sleep rather than shut it down completely. I've downloaded the Deep Sleep Widget and I'm thinking of using this every time BT becomes unavaila

  • File Reference and XML

    Hey everyone, i've been working on an mp3 player that runs off of xml i have it set up so that for each instance of a song it attaches movie clips onto the stage that serves as buttons. I'm trying to add a download button so when you click it it will