(Think) Timers for Whole Transaction

In OFT you used to be able to manually set timers across multiple steps e.g. if you were only really interested in 3 out of 7 steps you could just get that time as a seperate value. How can you do similar in OpenScript? I've tried putting a dummy step group around the actual steps but that doesn't appear to give me the total time I thought it might.
To be precise, what I'm trying to demonstrate is an artifically REDUCED Think Time script which is being tweaked so that it takes 60s to complete. The idea is that running 60VUs taking 60s each should give a throughput of around 1 transaction per second. The point being to show that "real-world" Think Times (which I suspect should be more like 2-3 minutes for this scenario) are important.
There are 7 steps in the scenario, only 3 of which actually have considerable Think Times, but what I really want to check is that the whole script takes an average of 60s to complete. What appears to be happening is that although OpenScript reports it as taking about 60s (59?) when the script is run in OLT with 60 users I'm actually seeing more like 1.2-1.5tps! I could understand it being LESS than 1tps but not more? I think I'm missing something obvious somehwere? I did spot that you can set a maximum think time in OpenScript but is there something similar in OLT? Is this purely because OLT is far more efficient than OpenScript because it's doing less?
Think Times are as follows (simplified figures)
1) 0ms
2) 25,000ms
3) 10,000ms
4) 2,000ms
5) 10,000ms
6) 2,000ms
7) 4,000ms
Total 53s Think Time (but the script runs in 59-60s).

Basically I'm trying to get a script to run for exactly 60s (I know it's not realistic but that's the point of the demonstration). In order to verify this I wanted to have a timer that would show on the OLT graphs for the WHOLE time each transaction takes end-to-end. There used to be an option in OFT to set a start and end timer so you could do this sort of thing, but I can't find similar in OpenScript.
What I found confusing was that when I added a dummy step group (surrounding my 7 'real' steps) to try and make the end-to-end time 'visible' it appears to be producing a value less than I expected. i.e. A script that takes 60s to run in OpenScript looks like it's only taking around 45-50s in OLT. Why does OLT appear to be completing the script in 50s as opposed to 60s in OpenScript?
i.e.
WholeTran (reports in OLT as around 50s but took 60s in OpenScript)
WholeTran.Step1
WholeTran.Step2
WholeTran.Step3
WholeTran.Step4
WholeTran.Step5
WholeTran.Step6
WholeTran.Step7

Similar Messages

  • STAD REPORT exute for one day if i wish to run for whole year than?

    Guru's
    Can u suuggest how to excute STAD REPORT for whole year.Is it possible if yes then wht steps to follow.
    Kindly suggest.
    Thanks in advance

    Daily execution of any program can be done using Batch job execution i.e. Background Jobs.
    Goto Transaction SM36.
    Define the Job details
    & Schedule it.

  • Free Goods Determination for other transaction types

    Hi,
    Does anybody know of any Function Modules or Class names that determines Free Goods determination in a Sales Order? We are thinking if this functionality could be mimicked for other transaction types?
    Thanks!

    Hi,
    please consider the sap online help:
    http://help.sap.com/saphelp_crm700_ehp03/helpdata/en/b7/4a893a8729337be1
    0000000a11402f/frameset.htm
    Check the function moduls:
    Event CRM_FREE_GOODS_ADD_ITEM_EC
    CRM_FREE_GOODS_DETERMINE_EC  >
    CALL  FUNCTION CRM_FREE_GOODS_DETERMINATION
    Best regards
    Rene

  • Creating a Web Service Proxy for a transaction with Microsoft Visual Studio

    Hi experts out there,
    I have created a simple transaction which I'd like to call as a webservice. Getting the WSDL from an authenticated browser (from which I started the xMII Workbench) works fine. But when I try to create a Web Reference within my Visual Studio project I only get the following output:
    "XacuteWS" Description
    Methods
    Xacute ( LoginName As string ,  LoginPassword As string ,  InputParams As InputParams ) As Rowset
    I think this is because my visual studio is not authenticated with the xMII server. So is there any way to achieve this? I have to find a way to generate a .NET proxy for out xMII web services because otherwise it would be too complicated to use the web services from within our .NET applications.
    Thanks in advance for any hint on this topic!
    Achim

    Two comments:
    1) The generated proxy looks correct.  If you explore the generated code for the InputParams object and the Rowset object, they should represent the incoming and outgoing data structures for your transaction.  If not, and if you are returning an XML property type from the transaction, be sure that you have used the "Assign Reference Document" technique to tell MII what the structure of your outgoing document is (there are a few other discussion threads on that topic).
    2) Personally, I find it much easier to consume MII services from .NET code using a URL-based technique instead of a SOAP based technique.  Invoke the "Runner" servlet (see the documentation) and you'll get an XML document back, that will always be in the MII Rowsets/Rowset/Row format.  Also, it is "self describing" because it includes Column metadata information.  It is very trivial to load this into a .NET XmlDocument object and parse/process it.  In fact, doing a similar approach, I've been able to make MII services appear as ADO.NET tables/stored procedures to .NET code.
    Rick

  • MT 100 DME file for multiple Transactions

    Hello
    We are not able to generate the <b>DME file in MT100 format for Multiple Transactions of the Bank Account after F110.</b>
    We are able to generate DME file in MT 100 format for a Single Transaction.
    Please suggest us if we had missed any configuration or any specific process is required to generate the DME file in MT100 for Multiple Transactions of the Bank Account after F110.
    Regards
    Srini

    Hi,
    I am just trying to give some additional information on this one. Here is a snippet from the PDF handbook.
    Option:
    SpoolBatches Enter Yes to tell the PDF Print Driver to print an entire batch of transaction to a single PDF file. The default is No.
    Please do keep in mind...
    • To create a linearized PDF file (for page-at-a-time downloading), you must set this option to No.
    • If you are using single step processing, you must set this option to No.
    In addition to this, you must also turn off the MultiFilePrint callback function. To do this, remove or comment out the CallbackFunc option. Here is an example of commenting out the CallbackFunc option:
    < Print >
    ; CallbackFunc = MultiFilePrint
    You cannot generate linearized PDF files if you set the SpoolBatches option to Yes because when linearizing, the PDF Print Driver must have the entire contents of the PDF
    file in memory. Since batches can be very large, it is not practical to keep an entire batch in memory.
    Important point for your reference:
    I just went through the FAQ in the below link and understood that there are some problems when you try to create a single PDF for a batch as a whole - Acrobat Reader only display the first transaction in a PDF file which contains multiple transactions.
    FAQ Book link -> http://download.oracle.com/docs/cd/E16256_01/faq_book.pdf
    PDF Handbook -> http://download.oracle.com/docs/cd/E16256_01/pdf_book.pdf
    I did not get a chance to explore much on this. Please explore if it helps. Thank you.

  • Enhancement for BGM1 Transaction

    Hi Friends,
    I have a reqirement to add a new column in the BGM1 transaction -> Item Screen -> Services Tab ,            in-between SORTID and INCL/EXCL. I have checked all the User-exits, Customer exits and BADI's available for the transaction but could not find a suitable enhancement for this.
    I have given the basic frame work of the sequence in which the column should be inserted below.
    Item              Service             Text              LongText            Sortid       New field to be inserted              INCL/EXCL                       
    Is there any way to modify the screen by inserting this column. Please guide me.
    Thanks & Regards,
    R.Indirajit.

    Hi
    I do not think so, there is any user exit/BADI related to "Baseline date" change.
    Instead, if you are using ECC6.0 you can go with " Enhancement Spots ".
    Program:
    Include:     LFDCBFM0
    Search for " Implicit Enhancement " in the above program.....
    At the end of the Subroutine " Modify_Screen_Header_Fields ", place your logic:
    Logic:
                 Loop at screen.
                     Case Screen-Name.
                           When 'INVFO-ZFBDT'.
                               If <company code> is YES.
                                   screen-input = 0.
                                    modify screen.
                                endif.
                     endcase.
                 end loop.
    Hope this helps.............

  • How to create a new request for whole Package.

    Dear All,
    I have an unique requirement. we have a system, where developement have been done in phases with different Requests of A Package.
    Now we need to apply same package/project on different system. But unable to list/gather all change request of developement. Now, is there any option to make a request for whole package or export whole package (Table, transaction, Program, class, objects etc. Everything of this package) and then theni import into another system.
    Regards
    Dharmendra

    A suggestion:
    In Se80, display the package.  Right-click on the displayed package name and choose write transport entry. Choose "package".   Create the new transport as a "Transport of copies".  Choose your target and client as part of your copy request.
    BTW, SE80, select object, right click, write transport entry is an easy way to create a new transport for anything you need transported although not changed, such as an entire function group, etc.

  • Bapi for GB01 Transaction

    I want to post entries to FI-SL (Sub-ledger) from within my program using Transaction GB01.
    Is there a BAPI or a function module (which returns exceptions) available for this transaction. I want to avoid writing BDC program for this purpose.
    Any help would be greatly appreaciated.
    Thanks.

    Hi Shyam,
    I think this is used in 4.7. I checked with function consultant, Now a day new GL concept is exit and That why it is not implemented by SAP.
    Kind Rgds
    Ravi

  • How I know if there notification for each transaction in each module

    dear Consultant's
    How I know if there notification for each transaction in each module and if it's enabled or need to enable
    For example:
    In AP:
    When I create, transaction is there any notification send
    When I create payment term is there any notification send
    How I know what the standard oracle notification create for each module
    thanks for caring

    I can't believe there's still no proper answers for this question . I'm now struggling with the same issue as the original asker. It seems that at least with the newest version of Nokia Drive you can delete the maps saved (without the need to remove the whole application). You can do that even one by one. But the question is: "If I delete a particular map and load it again, will that be the newest version of the map? Or is there still a need to delete the whole Nokia Drive application, as said in the instructions linked earlier in this thread?"
    Anyway, even deleting one map and loading it again sounds very frustrating without knowing if there actually is a new update or not. We should know exactly which is the current version of each map and wheter there is a newer version.
    Many things are gone worse after Symbian. On Symbian phones, you could easily update all the maps with Ovi Suite. Now, with Zune, you can update the firmware, but not the maps which was a disappointment to me. I don't have WiFi connection, so, for me, it would be cheaper to download huge amounts of data with my computer's wired connection (with my phone connected to it via USB). Don't want to waste my monthly data limit to download again possibly the same map versions just to be sure...
    But please, moderators and others, give us some comments and answers...
    Loyal Nokia owner

  • Selection Variant for Standard transaction

    Hi,
    The requirement is that, On starting a standard transaction the initial selection screen should appear with a default selection variant selected in it.
    Regards,
    Prabaharan.G

    Sudhir,
    Are you sure about that ? I think the the SHD0 transaction creates screen variants only for  "normal" screens, dialog boxes, and subscreens . Not for  List display (and selection screens) ..
    I read this at - <a href="http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fe015111d396480000e82de14a/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fe015111d396480000e82de14a/content.htm</a>
    For example try and create a transaction variant for standard transaction FBL1N (make the Company code field Output only) .. is it possible ?
    Will someone please verify.

  • Background JOB scheduling for BD87 transaction for IDOC processing

    Hello All,
    I have a requirement to schedule program(BD87) for background processing.I have created varient for selection screen.
    Query is how do i slect a particular node ithe tree and execute a particular button in background processing.
    Do i need to write BDC for BD87 transaction?? or there is any other approach for the same.
    Thanks.

    oh!! that's different! if your IDOCs have errors and remain in status 51, no transaction in the whole world can proceed them.
    you will have to investigate what caused the status 51. go to transaction BD87, select your IDOCs and go to the IDOC-body. you have several segments there: contol, data and status ... go to the status-segment, open it and double-click on the message in red at the side of the status 51 - analyse the error, edit the IDOCs or - if that is no solution, kill them and create new ones.
    what is the error message? (just out of curiosity ...)

  • Exceptions for blocked transactions on SM01

    Hi to all!!
    If I've blocked one specific transaction on SM01, how can i do to have an exception for a specific user?
    In other words, existis an specific table that i can create exceptions about the blocked transaction in SM01?
    Thanks
    André Benite

    Hi, thanks for the anwers!
    I'm thinking about the "SCCs" transactions (copy client, delete, and so on).
    There are blocked for all, except for the only one 'basis guy'.
    Using role, i can limit the acess for them, but imagine that accidentally one 'sap_all' is created. Theory he can use the SCCs transactions, but if I've used SM01 to block, and created an exception for the 'basis guy', nor the 'sap_all' can make changes in own system.
    Thanks for all
    André Benite

  • BADI for F150 Transaction

    Hello evrybody,
    For T-code ' f150 ' package is FIBP.
    My requirement is to make some changes in dunning ,
    but i couldn't fina any BADI's or enhancements for that transaction,
    there is a userexit but it is not helpful to me.
    So is there any other options.
    Thanks in advance
    Regards
    Ravi

    hi Ravi chandra,
    There are no badis for that transaction and there is only one exit for this transaction.
    Enhancement
    F150D001                                Indiv. customer exits in prog. for printing dunning notices.
    I think the above exit will  satisfy your requirement.
    Since it is in FI module try for some BTE's if not go for modification.
    Reward points if usefull,
    Thanks,
    Kalyan.

  • CRM Search for business transactions, not functioning as expected

    Hello All:
    I am not sure if this is a authorization issue or something to do with config.
    Using transactions CRMD_BUS2000120 - Process Complaints and CRMD_BUS2000126 - Maintain Activities I am trying to perform an open/all search on documents the user has access to, but for some bizarre reason it only lists the documents to which the user is defined as 'own'. But, if I try to open a document for the transaction type the user is authorized to, it lets me open it.
    From a security settings perpective, i would think that the system would perform a check in the following order:
    1) Your own documents (authorization object CRM_ORD_OP)
    2)   a) Authorization objects CRM_ACT, CRM_OPP, CRM_SAO, CRM_SEO, CRM_CO_SE, CRM_CON_SE, CRM_LEAD, CRM_CMP, CRM_CO_SA, CRM_CO_SC
    b) Authorization object CRM_ORD_PR
    c) Authorization object CRM_ORD_OE
    any suggestions?
    Thanks
    KT

    Hi Ravindranath
    Check if your system time zone settings are correct:
    IMG>SAP Web Application Server>General Settings>Time Zones>Maintain System Settings
    IMG>SAP Web Application Server>General Settings>Time Zones>Maintain Time Zones
    Hope this helps
    Regards
    Pragasen

  • Single PDF for Multiple transactions

    Hi,
    As of now we are getting multiple PDF files for Multiple transactions in the single extract file. But is there any possibility to generate single pdf file with all the transactions. Im not sure where we need to change in the FSISYS.INI file. Can anybody help on this. Is there any option like that???
    we are using 11.4 environment and input is an extract file. Please let me know if any details required.
    Many Thanks,
    Vamshi Mundla.

    Hi,
    I am just trying to give some additional information on this one. Here is a snippet from the PDF handbook.
    Option:
    SpoolBatches Enter Yes to tell the PDF Print Driver to print an entire batch of transaction to a single PDF file. The default is No.
    Please do keep in mind...
    • To create a linearized PDF file (for page-at-a-time downloading), you must set this option to No.
    • If you are using single step processing, you must set this option to No.
    In addition to this, you must also turn off the MultiFilePrint callback function. To do this, remove or comment out the CallbackFunc option. Here is an example of commenting out the CallbackFunc option:
    < Print >
    ; CallbackFunc = MultiFilePrint
    You cannot generate linearized PDF files if you set the SpoolBatches option to Yes because when linearizing, the PDF Print Driver must have the entire contents of the PDF
    file in memory. Since batches can be very large, it is not practical to keep an entire batch in memory.
    Important point for your reference:
    I just went through the FAQ in the below link and understood that there are some problems when you try to create a single PDF for a batch as a whole - Acrobat Reader only display the first transaction in a PDF file which contains multiple transactions.
    FAQ Book link -> http://download.oracle.com/docs/cd/E16256_01/faq_book.pdf
    PDF Handbook -> http://download.oracle.com/docs/cd/E16256_01/pdf_book.pdf
    I did not get a chance to explore much on this. Please explore if it helps. Thank you.

Maybe you are looking for

  • How to install java in /opt

    Hi, I am trying to install java using RPM selfextract package. But it alwasy installs in /usr. I am installing on fedora core 3 machine. I dont't have enough space in /usr that's why i want to install in /opt. I am downloading the j2sdk-1_4_2_08-linu

  • How to install plugins in Lightroom

    I've searched the forum but could not find a correct answer to this. I'm running LR 2.3 and Vista. I've tried using the Plug-in Manager in  Lightroom by going to file tab. When going to the location where I un-zipped the plugins, I always get the sam

  • Excel 2010 Pivot Chart

    On my pivot chart, the field filters at the top of the chart do not show the field value that it was filtered on.  We filter on Customer.  I am clicked into the chart and I select the analyze tab, on the field button drop down, the "show legend field

  • Problem using datasource in netbeans to get connection

    The method initialContext.lookup("java:comp/env/myDatabase"); generated the following exception javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application reso

  • Pages loading slowly

    I've had issues off and on with my Mac and the internet. I recently installed a new router(Monday) and all seamed great for the first day or so. On Wed I was having internet access problems AGAIN, ugh! I re-set the router and cable modem and it worke