Tools available to load/performace test

Hello,
What are some of the tools available to load test E Business Suite (11.5.10.2)? We would like to test both the browser based applications as well as java applet based applications (base apps).
Load Runner seems to be very expensive.....
Hope to hear back on this soon.
Thanks
Piyush

Hi,
Have you tried using MS-Excel based template that uses macros ? It in itself would help in measuring timings, but does allows posting a batch load of txns in Apps - if you can derive the timings from some other tool.
Rgds,
Rakesh.

Similar Messages

  • What are the better load/performance testing tools available for Flex Application with BlazeDS RO?

    In my application is designed with Flex3, ActionScript3, BlazeDS Remote Objects.
    Just i tried with OPENSTA but i cant do the dynamic parameterization in their generated scripts because the response of the calls is binary values and also we cant get the response using with SCL language.
    While testing with OPENSTA with HttpService, i can do the dynamic parameterization and got the response.
    can give the information about the below questions
    whether we can do dynamic parameterization with OPENSTA for Flex Remote objects?
    and  what are the better load/performance tools available for Flex Remote Objects?

    Your approach is fine, depending on how many and what type of CFCs you are talking about. If they are "singletons" - that is, only one instance of each CFC is needed to be in memory and can be reused/shared from multiple parts of your application - caching them in the application scope is common.  Just make sure they are thread safe ("var" or local.* all your method variables).
    You might consider taking advantage of a dependency injection framework, such as DI/1 (part of the FW/1 MVC framework), ColdSpring, or WireBox (a module of the ColdBox platform that can be used independently).  They have mechanisms for handling and caching singletons.  Then you wouldn't have to go to the application scope to get your CFC instances.
    -Carl V.

  • UAMD PR / Stepping/Performace measuring tool available!

    Hey everyone,
    Just wanted to point out that there is a great new tool available for AMD cpu users called uAMD, which can tell you the PR of your CPU (stock or overlock), compare it to all AMD cpus from the duron up, and tell you details of the chip including its shipping detials, batch number, and importantly what it is downgraded from. Chip makers often downgrade faster CPUs to meet demand for slower models, whereas both chips are in fact identical: my 1900+ is apparently a downgraded 2500+!
    More info and download here:
    uAMD tool
    I was wondering if anyone can tell me how to change the multiplier on my palomino core, on a MSI NFORCE 1 motherboard, to get the chip working at 2500+ as it was supposed to. Now i know what chip it actually is im keen to try that out, i guess i need a multiplier mod of some kind?
    BTW you need VB5 runtime DLLs which most will have but i did not, you can grab those from MS search for the filename.zip
    Enjoy all @)

    Quote
    I was wondering if anyone can tell me how to change the multiplier on my palomino core, on a MSI NFORCE 1 motherboard, to get the chip working at 2500+ as it was supposed to. Now i know what chip it actually is im keen to try that out, i guess i need a multiplier mod of some kind?
    hi
    im a bit confused.
    there is no palomino 2500+.
    there is a barton 2500+
    info on how to unlock multiplier can be found on overclockers
    bye

  • Load & Performance testing of VB applications

    How we can perform load & performance testing of VB6 applications? Are there any tools available for same?

    You could look at something like this:
    http://www.aholme.co.uk/Profiler/Install.htm
    However VB6 as a development environment is no longer supported by Microsoft and this forum is not for VB6 questions, but VB.NET questions.
    Matt Kleinwaks - MSMVP MSDN Forums Moderator - www.zerosandtheone.com

  • FORMS CRASHES (FRM-92101) ON AS 10.1.2.0.2 DURING LOAD PERFORMANCE TESTING

    Hiya
    We have been doing Load Performance Testing using testing tool QALoad on our Forms 10g application. After about 56 virtual users(sessions) have logged-in into our application, if a new user tries to log-in into our application, the Forms crashes. As soon as we encounter the FRM-92101 error, no more new forms session are able to start.
    The Load Testing software start up each process very quickly, about every 10 seconds.
    The very first form that appears is the login form of our application. So before the login screen appears, we get FRM-92101 error message.
    However, those users who have already logged-in into our application, they are able to carry on their tasks.
    We are using Application Server 10g 10.1.2.0.2. I have checked the status on Application Server through Oracle Enterprise Manager Console. The OC4J Instance is up and running. Also, server's configuration is pretty good. It is running on 2 CPUs (AMD Opteron 3GHz) and has 32GB of memory. The memory used by those 56 sessions is less than 3GB.
    The Applicatin Server is running on a Microsoft Windows Server 2003 64bit Enterprise Edition.
    Any help will be much appreciated.
    Cheers
    Mayur

    Hi Shekhawat
    In Windows Registry go to
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
    In the right hand side panel, you will find String Value as Windows. Now double click on it (Windows). In the pop up window you will see a string similar to the following one:
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Now if you read it carefully in the above string, you will find this parameter
    SharedSection=1024,20480,768
    Here SharedSection specifies the system and desktop heaps using the following format:
    SharedSection=xxxx,yyyy,zzzz
    The default values are 1024,3072,512
    All the values are in Kilobytes (KB)
    xxxx = System-wide Heapsize. There is no need to modify this value.
    yyyy = IO Desktop Heapsize. This is the heap for memory objects in the IO Desktop.
    zzzz = Non-IO Desktop Heapsize. This is the heap for memory objects in the Non-IO Desktop.
    On our server the values were as follows :
    1024,20480,768
    We changed the size of Non-IO desktop heapsize from 768 to 5112. With 5112 KB we managed to test our application for upto 495 virtual users.
    Cheers
    Mayur

  • Need a tool to create Development and Test instance of a Production db

    I am very new to Oracle and have previously worked with SQL Server 2005/8 only.
    My current company only has one instance of the Oracle database (which is production) and until now, all development and testing used to take place on the same instance (what a mess!!).
    Anyways, we have now decided to create a development and test on a separate physical machine. We are on Oracle 11g on Windows 2008 Server.
    In SQL Server, it used to be fairly simple, just take a full backup of the database and restore it on another box with SQL Server and we had a new instance of the same database.
    Can someone point out a simple technique to create these development and test instance in Oracle. Essentially, we want to clone the database. Are there any tools available that can make this task simple.
    Thanks.

    Welcome the the forums !
    I believe this question is better suited to the "Database - General" forum (General Database Discussions but here is my take.
    You will first need to clone the Oracle binaries (ORACLE_HOME) - see MOS Doc 1154613.1 (Master Note For Cloning Oracle Database Server ORACLE_HOME's Using the Oracle Universal Installer (OUI))
    Then clone the database - see MOS Doc 458450.1 (Steps to Manually Clone a Database)
    HTH
    Srini

  • Load / Stress Testing Portal ?

    Hi ,
    Are there any downloadable tools which will help Load / Stress Testing the EP7 ?
    i want to simulate say 600 concurrent users accessing ESS functionaliy in the portal.
    and analyse the response time , memory consumption etc.
    what is the general practice to do this ?
    Regards
    Rajendra

    Hi,
      I have heard of LoadRunner and tried to find some info reg that. Hope these links will be useful.
    LoadRunner Plugin
    How to configure LoadRunner 8.0 to test EP 7 ESS ?
    SAP provides Load testing/Performance testing tool
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/000ed790-0201-0010-16bd-dc12d9de6cac
    Regards,
    Harini S

  • When I recently update to photoshop 2014 I lost my access inside photoshop to perfect effects 8.  I still have it on my laptop but it is not available to load as an extension?

    When I recently update to photoshop 2014 I lost my access inside photoshop to perfect effects 8.  I still have it on my laptop but it is not available to load as an extension?

    What OS do you have?  You say you have explained what you had (computer/opsys) but I honestly don't see it here.  If you had mentioned that my advice would have been different; I believe you can only upgrade as far as Camera Raw 8.3 on an older Windows system.  There is more information here (look specifically for the "Revert to 8.3 ..." titles).
    Adobe Camera Raw Help | Camera Raw/DNG Converter 8.4 on Mac OS 10.6, Windows XP, and Vista
    What you've done/written in your last post confuses things further, unfortunately.  Photoshop 13.1 is strictly a Creative Cloud version.  The highest you can go is Photoshop CS6 13.0.1.3 with perpetual license.
    And as far as I can recall, that version can work on Windows back to XP:
    System requirements | Photoshop
    I don't think you're out of luck, but you seem to be leaping into doing things without having the full story, and are jumping to conclusions a bit too quickly.
    Here's what I suggest you try:
    1.  Remove Photoshop entirely with the Creative Suite Removal Tool: 
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    2.  Install Photoshop CS6 from your original media or from here: 
    Download CS6 products
    3.  Update the application using its own Help - Updates process.  That really should get you the latest Camera Raw version that will work.  If that does not bring you a Camera Raw that works with your Nikon, use the "Revert to 8.3" instructions above.
    -Noel

  • Load/Performance Testing using ECATT

    Please provide the process to perform Load/Performance Testing using ECATT ASAP. 
    What are the T-Codes are required to fulfill Load/Performance Testing using ECATT.
    Thanks in ADVANCE.

    Hello Colleague,
    Here are the steps that you need to do, for performance testing using ST30.
    Use transaction ST30 to invoke Global Performance Analysis ( Widely used for performance tests of certain transactions ).
    On the eCATT test tab, Key in the folloing data
    Log ID ( needs to be created ONLY for the first run ),
    Performance test ( logically the entries for Perrformance test field are of the format:
    Logid_name/PERF_transaction_name/systemname/client/date ),
    Name of the testconfiguration ( You need to create a test configuration for the eCATT to be used in ST30, use the same name for the created Test
    configuration as that of the test script ),
    No of times the test configuration needs to be run as the preprocessor to create the required backend data, No of times the test configutation needs to
    run as processor ( both these fields are filled with 5 and 5 or 5 and 10 respectively for performance measurements, but in your case you can give a 1 and 1
    or 0 and 1 in these fields for your requirements )
    With all the check boxes in the Programming guidelines and Distributed Statistics Data unchecked ( unless req ). In the data comparison ( use No - option
    for With values ).
    Click on the eCATT test only button to start the performance run using ST30.
    Now the procedure stated above makes the eCATT test configuration execute as many times as the sum of pre and pro given by the user AT ONE STRETCH ONLY. But if there is a requirement of having the eCATT execute after an interval, we follow a different approach.
    We have a VB script that will create a ECA session, call se37, select the required test package and then execute all the required test cases ( eCATTs ) in the
    test package and also ensure the KILL ECA session at the end of the execution.
    We then create a batch file to execute the VB script and call the batch file for our executions
    In you case, please schedule the execution of the batch file for every 30 mins ( or any such time duration ) using the simple scheduler functionality provided by
    Windows.
    The only problem with this is that whenever we have some system messages / Software updates / any new screens the scheduling is bound to fail as the called VB script does not handle the new situation. Please also ensure that the user whose Password has been given in the scheduler has to be the user who has logged into the system during the execution period.
    So, to summarize : ST30 will only allow you to run the eCATT as many times as required, but only at ONE STRETCH, you need to use the second mechanism to make the eCATT run effectively after a predetermined time without any user interaction.
    FYI : A new feature to handle the scheduling of executions is being developed, will post the details when it is available and the usage steps soon. We also have a new command called PERF ENDPERF in eCATT also ( a new development ), kindly go through the documentations for the new developments in eCATTs for the same
    Thanks and best regards,
    Sachin

  • CUCM: Cleanup TFTP server content. Tool available?

    Hi,
    We've been upgrading our CUCM regularly since version 8.6. Every upgrade brings newer phone firmware files. We now have like 7-9 versions of firmware for each type of phone. Our backups are growing and growing and the time it takes to backup increases.
    Is there any tool available to delete older phone firmware files from all the TFTP servers?
    I know I can delete files manually (one-by-one) but it takes too much time. A tool that would delete all but the latest 2 versions of firmware for each type of phone would be great.
    Regards,
    Erik

    Manish,
    Thank you. I'll proceed and write me a tool that does this via CLI. I didn't know CLI had the tftp list/delete features.
    Process will be easy:
    List all *.loads files
    Download all *.loads files via http/tftp
    Find all references from the loads files to the actual firmware files
    Output CLI delete statements

  • Admin tool could not load the essbase driver.Please check the configuration

    Hi All,
    I have obiee11g installed machine and want to connect that machine with essbase.
    For that I have installed Essbase Client [11.1.2.1] by downloading the following files,
    *1>Oracle Hyperion Enterprise Performance Management System Installer Fusion Edition Release 11.1.2.0.0 for Microsoft Windows (32-bit)*
    *2>Hyperion Enterprise Performance Management System Foundation Services Release 11.1.2.0 for Microsoft Windows (32-bit) Part 1 of 4*
    *3>Oracle Essbase Clients Release 11.1.2.0.0 for Microsoft Windows (32-bit)*
    After that I manually added the ESSBASEPATH and ARBORPATH as Environment Variables (USER).
    And also I manually added the essbasepath in bi-init.cmd file.
    Finally I tried to connect essbase with BI through BI Admin Tool, I get the following Error
    "*Admin tool could not load the essbase driver.Please check the configuration*."
    kindly guide me to overcome this issue.
    Thanks and Regards
    sai
    Edited by: 923924 on Apr 24, 2012 5:20 AM

    Until you perform the configuration on the AD server, the following message will appear:
    Error: Could not start the SSO service. Please check the configuration.
    So configure the AD server so that the error message will not appear again.

  • What are the different kinds of tools  available to cleanup the siebel file

    Hi All,
    Please let me know What are the different kinds of tools available to cleanup the siebel filesystem.
    Thanks in advance
    Tusar

    assuming that you installed Siebel Server under d:\D:\dba81
    cd D:\sba81\siebsrvr\bin
    1) reporting mode
    sfscleanup.exe /u SIEBEL-USER /p SIEBEL-PASSWORD /C SIEBEL-DATA-SOURCE /d SIEBEL-TABLE-OWNER /f SIEBEL-FILE-SYSTEM /m SIEBEL-FILE-SYSTEM-FOR-INCORRECT_FILES /r Y /x "D:\sba81\siebsrvr\log\sfscleanup_report.log"
    2) Real execution
    Replace /r Y by /r N
    Best Regards
    EvtLogLvl

  • What are the reporting tools available for Java applications??

    hi..
    please tell me some reporting tools available for java applications.... if there are some, please mention how to find their documentation????

    http://jasperreports.sourceforge.net is a nice one, there is also a link to a graphical design tool.

  • What are the third party tools available for Encryption in Oracle database?

    Dear All,
    Can you please help me with the below question?
    What are the third party tools available for Encryption in Oracle database? Please let me know if you know their feedback and also licensing/cost information

    Why would you spend money to purchase a third-party tool that will be, almost by definition, less secure than the tools inside the product you already own and paid for?
    http://www.morganslibrary.org/reference/pkgs/dbms_crypto.html
    But were I to have any to recommend one I would not do so without knowing information you seem to consider unimportant such as:
    1. Operating system
    2. Database edition and version
    3. What type of data needs to be secured
    4. What level of security is required

  • What are all database monitering tools available in oracle

    what are all database monitering tools available in oracle

    Monitoring Database Operations
    Monitoring and Tuning the Database
    Oracle Database Online Documentation 11g Release 2 (11.2)

Maybe you are looking for

  • Windows 10 build 10041 32bit crashed hp envy x2 tablet/notebook black screen

    Hello all, Upgraded from Win 8 to 8.1 the 10 preview build 10041 (32bit), online upgrade (as machine will not boot from usb), worked well for one day. Then I changed update option from 'only notify me of available updates' to 'automatically install u

  • MP3 CD'S without Album Information

    Burning a MP3 CD with itunes, I get the song information, but i didn't get the album information. What do I have to de, to get these informations on my cds?

  • Volume Control Keys Not Working

    I got a new MacBook Pro last week and i've noticed that the volume control keys on the keyboard are not working.  When I press any of the keys, the grey box that typically appears does show up, but the volume level indicator does not move and there i

  • Problems with iPhoto 7.1

    Hope someone may help me with this. I just downloaded the iLife update and the new iPhoto 7.1 (and of course Gargeband etc.) and by opening iPhoto it does load the library, but then some menu functions do not work. Preferences does not open, the slid

  • How to format a not well formed xml into well formed

    Hi, Here's what I'm trying to do: I have a build a report based on query results. In the query result, one field is a CLOB (which contains XML. The XML contains two tags - "description" and "count"). I want to read (&parse) the XML and store the "des