Virtual User Minutes, Load Testing, and Billing

I am struggling with figuring out how to handle my QA organization's potential use of the Cloud-Based Load Testing.  I have about 30 individuals in my QA organization with MSDN Ultimate licenses.  Many of these individuals do not do Load Testing.
  Ideally I would like to 'pool' all of their 15,000 Virtual User Minutes together - and have my organization be able to use those minutes for our monthly load testing, as the individuals that would be doing the testing invidually would exceed their own
15,000 Virtual User Minutes; plus - in a large organization, having individuals utilize their own MSDN benefits seems odd. 
How does the Windows Azure Organization Account option fit into this? 
Our company also has a Enterprise Azure Agreement - but I'm not sure how that works either - in order to determine how I would budget for these costs. 
We would only be utilizing the Load Testing option within my team.   Please advise on how I determine what route to go and potential budget.  

Hi Psandstrom,
I understand that you are looking forward to know about the Azure benefits for MSDN users, every MSDN user /individual can get up to $150/month.
If you exceed your monthly credits, your service will be disabled for that month. You can choose to turn off your Spending Limit, and any usage each month in excess of the monthly credits will be charged at the rates specified in this offer. For more information
See
Monthly Azure credits.
To grab the benefits, I recommend you to let the 30 individuals who own MSDN licenses to activate the Azure benefits.
To activate Azure benefits, log into http://msdn.microsoft.com , select My Account and click
activate azure.
Hope this answers your query.
Regards,
Shirisha Paderu

Similar Messages

  • Running awr report between start of load testing and end of load testing

    Hi,
    How i can get awr report between 2 intervals(snap before the load testing and snap after the load testing)
    supoose load testing will happening for 1 hours and 30 minute and i need to get awr report how i can get this since i know interval between snapshots 60 minutes by default .
    is it accomplished by manually inputs appreciated.
    Thanks
    Prakash

    You change the interval to the increment you wish.
    http://www.morganslibrary.org/reference/dbms_wrkld_repos.html
    DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS.

  • Is there a way for a form user to load graphics and text in same field?

    I am aware that you can load text into a text field and graphics into an image field.  However, I would like to load a document containing text and graphics (e.g., MS Word or RTF) into a single field on a PDF form.  Is there any way to do this?

    Paul,
    I believe that the example of attaching a file that you have provided will solve the problem.  I am using LiveCycle Designer, so using the code that is in your example should be no problem.  The end-user will use Adobe Reader, so as you mentioned, I will use Acrobat to extend the features so that the form can be used by Reader.
    Thanks so much for your help,
    Daniel
    From: pguerett <[email protected]>
    To: Daniel Beinart <[email protected]>
    Sent: Monday, April 25, 2011 3:03 PM
    Subject: Re: Is there a way for a form user to load graphics and text in same field?
    It is part of the PDF AcroForm side of things .....Are you using Reader or Acrobat to fill the form. If Reader then you will have to Reader Extend to make this work ....if Acrobat then you simply need to add some code. I have attached a sample that shows you how to do it if you want it.
    Paul

  • Missing Load Test and Coded UI Templates

    Missing Load Test and Coded UI Templates even though i have installed Premium Version of Visual studio 2010.
    How can we install these?
    saikalyan

    Hi saikkalyan,
    Based on your issue, as far as I know that the Premium Version of Visual studio 2010 is only support the Unit test and coded UI test template.
    And I know that the load test template is only supported with the Ultimate version of Visual Studio 2010.
    Reference:
    https://msdn.microsoft.com/en-us/library/ms182572(v=vs.100).aspx
    So if you want to get the load test project template, you will need to install the VS2010 Ultimate.
    However, as you said that the coded UI test template missing in the VS2010 Premium, I suggest you could try to
    delete your ItemTemplatesCache, ProjectTemplatesCache folder and then run the the devenv /InstallVSTemplates switch and
    devenv /Setup switch. Please refer to the following steps:
    Step1: Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE (by default is <C:\Program Files(x86) \Microsoft Visual Studio 10.0\Common7\IDE>)
    Step2:
     Delete the ItemTemplatesCache, ProjectTemplatesCache folder; 
    Step3: Open Visual Studio Command Prompt (2010 x64 Cross Tools Command Prompt under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools
    (run it with Administrator privilege: right-click the program -> Run as administrator); 
    Step4: Run the devenv /InstallVSTemplates switch and the devenv /Setup switch
    http://msdn.microsoft.com/en-us/library/ms241279.aspx
    http://msdn.microsoft.com/en-us/library/ex6a2fad.aspx
    If you want to get both the load test and coded UI test template, you will need to install the VS2010 Ultimate as I pervious said.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Virtual User Minutes in Visual Studio Online Account Not Updating

    Dear Team,
    I have conducted a LoadTest connecting to my VSO account and even after completing the test under Resource Usage section I'm not able to see my VUM(Virtaul User Minute) usage changing. Its always 0. Please help me with it.
    Regards,
    Divin

    Hi,
     According to this
    Troubleshooting guide, "There will be no deduction of VUserMinutes from your account for any runs that are in an “Error” state."
     If this is not the case, and you want to find our why the usage is not changing, then i would suggest you create a free Billing ticket
    here.
    Regards,
    Nithin Rathnakar

  • ATS Load Testing and adf.view.rich.automation.ENABLED for ADF apps

    In oder to test ADF applications with Load Testing Module, is it required to set the adf.view.rich.automation.ENABLED clause to True in web.xml file or it's only for Functional testing?.
    Thanks,
    Carlos.

    Hey Carlos ^^
    You only need to set the web.xml for functional test script.
    JB

  • Load testing and 100% CPU Utilization - Multiple JVMs?

    Hi,
    Problem:
    While stress testing the application with 20 simultaneous users, unix is 100% utilized and there is degradation in response times.
    One component of the application is invoking a unix script which is executing a java program after setting CLASSPATH, PATH etc. I guess thus each execution will be invoking a jvm. At the end of the program it will do a System.Exit(). This java program generates around 15-60 barcode images. It takes 2 secs normally.
    When, 5 and 10 concurrent users executing this unix script for a steady state time of 30 minutes is also working fine even through response time degrades to 4 secs.
    With 20 concurrent users, unix box with 4 CPUs is 100% utilized and response time degrades to 11 secs or so.
    We need to do this through unix script only because it is executed from database tier (oracle reports - rdfs) and java stored procs doesn't allow awt operations (image file creation).
    I repeated this testing using a java class which just loops for 2 secs. With 20 concurrent users, it was also degrading to 6 secs or so and fluctuating between 100% CPU utilization.
    Any pointers on what we should be analyzing more and how should we try to solve this issue.
    Thanks,
    Ayyappa

    Stupid forums made me change the ``screen name.'' Whatever...
    Anyway, it is resource intensive to invoke a new JVM per request. You can do several things but it comes down to the fact you will want to keep ONE JVM running in the background awaiting requests to do work. These requests can come from several mechanisms, such as polling a database table, sending requests over a local TCP socket, listening in on a Unix fifo file, etc, etc.
    When the shell script is exec'd, connect to your JVM (for example) by opening a socket to it, enter your request for work, and wait for the response, the JVM app will listen and accept socket requests, thread off and process and then return data. Something in this form will be substantially more scalable that what is currently being done.

  • Simulating 500 users for load testing in obiee11g

    Hello
    Could anyone let me know how to do stress/performance testing by simulating 500 users in obiee11g.
    Thanks

    Hello,
    Refer to : http://www.rittmanmead.com/files/ukoug_venkat_obiee_testing.pdf
    You need to use as testing automation tool like Apache JMeter. Link below describes how
    http://www.rittmanmead.com/2012/09/advanced-monitoring-of-obiee-with-nagios/
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • Test Mix in Load Testing VS 2013

    Hi Team,
    I am bit confused with below options in Test Mix. Can you please tell me the difference of these options and some real time use cases on when to use which option. Thanks for your help
    Based on the total number of tests:
    Based on the number of virtual users
    Based on user pace
    Based on sequential test order

    Hi kumaranil36,
    This is the Official explanations about the Test Mix:
    You can specify one of the following test mix model options for your load test scenario:
    Based on the total number of tests: Determines which Web performance or unit test is run when a virtual user starts a test iteration. At the end of the load test, the number of times that a particular test was run matches
    the assigned test distribution. Use this test mix model when you are basing the test mix on transaction percentages in an IIS log or in production data.
    Based on the number of virtual users: Determines the percentage of virtual users who will run a particular Web performance or unit test. At any point in the load test, the number of users who are running a particular
    test matches the assigned distribution. Use this test mix model when you are basing the test mix on the percentage of users running a particular test.
    Based on user pace: Over the course of the load test, each Web performance test or unit test is run a specified number of times per users, per hour. Use this test mix model when you want virtual users to run test at
    a certain pace throughout the load test.
    Based on sequential order: Each virtual user runs the Web performance or unit tests in the order that the tests are defined in the scenario. The virtual user continues cycling through the tests in this order until the
    load test is complete.
    But I think this blog would be better for us to really understand them with the Virtual User Activity Chart  here:
    http://blogs.msdn.com/b/edglas/archive/2009/10/19/using-the-virtual-user-activity-chart-to-understand-the-vs-load-engine.aspx
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [solved] VSFTPD + Virtual Users + different home directories

    Hi All,
       I've been trying to get VSFTPD setup to allow ftp access to some of my clients to access their web files. I've got VSFTPD up and running via the Wiki, but my virtual users can't log in. The only thing that I didn't do from the wiki was the "useradd virtual" as I didn't think it was needed. Also, the wiki only covers one directory for all users, I want to have each user to have access to their own web directory and nothing else.  I think I may just have something a little off in my vsftpd file. Thanks!
    vsftpd.conf
    anonymous_enable=NO
    local_enable=YES
    write_enable=YES
    dirmessage_enable=YES
    xferlog_enable=YES
    connect_from_port_20=YES
    data_connection_timeout=120
    listen=YES
    virtual_use_local_privs=YES
    pam_service_name=vsftpd
    guest_enable=YES
    user_sub_token=$USER
    chroot_local_user=YES
    hide_ids=YES
    local_root=/srv/http/$USER
    Last edited by GravityGripp (2009-05-14 17:36:19)

    GravityGripp wrote:
    I don't think it's a directory permissions issue as it's telling me that my login is incorrect.
    Here's my /etc/pam.d/ftp
    auth required /lib/security/pam_userdb.so db=/etc/vsftpd_login crypt=hash
    account required /lib/security/pam_userdb.so db=/etc/vsftpd_login crypt=hash
    here's part of my auth.log also.
    May 14 08:14:08 arthur vsftpd: pam_unix(vsftpd:auth): check pass; user unknown
    May 14 08:14:08 arthur vsftpd: pam_unix(vsftpd:auth): authentication failure; logname= uid=0 euid=0 tty=ftp ruser=current_user rhost=127.0.0.1
    May 14 08:24:14 arthur vsftpd: pam_unix(vsftpd:auth): check pass; user unknown
    May 14 08:24:14 arthur vsftpd: pam_unix(vsftpd:auth): authentication failure; logname= uid=0 euid=0 tty=ftp ruser=current_user rhost=127.0.0.1
    Hi GravityGripp,
       as posted at the beginning of the thread in /etc/vsftpd.conf the 'pam_service_name' option is 'vsftpd' but here you are referencing /etc/pam.d/ftp as PAM service name but in vsftpd.conf you told to use 'vsftpd' as PAM service for auth.
    About your need to define different directory for each ftp virtual user in my installation I allow ftp access to virtual users (defined in MySQL and auth  via pam_mysql); to let users have access to their own ftp directory (with different auth read only / read-write) I used the user_config_dir option (see man vsftpd.conf).
    Here an extract of my '/etc/vsftpd.conf':
    # This powerful option allows the override of any config option specified
    # in the manual page, on a per-user basis. Usage is simple, and is best
    # illustrated with an example. If you set user_config_dir to be /etc/vsftpd_user_conf
    # and then log on as the user "chris", then vsftpd will apply the settings
    # in the file /etc/vsftpd_user_conf/chris for the duration of the session.
    # Default: (none)
    user_config_dir=/etc/vsftpd/vsftpd-user-conf
    Each time I add a new ftp virtual user that need a personal ftp directory, under the dir '/etc/vsftpd/vsftpd-user-conf' I create a file named as the username where I define the personal ftp directory and the auth on it (RO or RW).
    Example for user 'test' (file '/etc/vsftpd/vsftpd-user-conf/test'):
    # vsftpd per-user basis config file (override of any config option specified
    # in the vsftpd server config file)
    # TEMPLATE
    # User test - Description for user test
    # Set local root
    local_root=/srv/vsftpd/test
    # Disable any form of FTP write command.
    # Allowed values: YES/NO
    write_enable=YES
    Of course the dir must exist and have the right permissions to allow the user to connect.
    Hope that this will be of help.
    bye

  • Weblogic Load Testing intermittent problem!

    Hi All,
    We are running weblogic 5.1 sp8 to load testing, and using following
    setting:
    Weblogic.system.executeThreadCount=20;
    Weblogic.system.nativeIO.enable=ture;
    dbConnection Pool=20
    while we increased 60 concurrent users, HPUX 11i started to hung
    intermittent, can not ping this box. after a while, return back to perform.
    checked weblogic.log, found following error:
    <ListenThread> listen failed, failure count...
    java.net.SocketException: "No buffer space available".
    Any idea for this case?
    Thanks

    No, I haven't seen that before.
    <ListenThread> listen failed, failure count...
    java.net.SocketException: "No buffer space available".I suggest that you go through the JDK sources to find out where that message
    comes from and work back from there to see how to avoid the problem.
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "yubenjb" <[email protected]> wrote in message
    news:3b7b5137$[email protected]..
    Yes, we have followed BEA and HP suggestions to do all. but still happened
    to this special case. The HP console still can operate, but there is noany
    inbound/outbound network traffic at that time. means that can not pingfrom
    this server to outside, meanwhile, others also can not ping this server .
    Any advice from you?
    "Cameron Purdy" <[email protected]> wrote in message
    news:3b718de4$[email protected]..
    Did you up the kernel params as suggested by HP and by BEA?
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "yubenjb" <[email protected]> wrote in message
    news:3b70bbfc$[email protected]..
    Hi All,
    We are running weblogic 5.1 sp8 to load testing, and using following
    setting:
    Weblogic.system.executeThreadCount=20;
    Weblogic.system.nativeIO.enable=ture;
    dbConnection Pool=20
    while we increased 60 concurrent users, HPUX 11i started to hung
    intermittent, can not ping this box. after a while, return back toperform.
    checked weblogic.log, found following error:
    <ListenThread> listen failed, failure count...
    java.net.SocketException: "No buffer space available".
    Any idea for this case?
    Thanks

  • Remote Test and Demo Systems

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's the cost
    - how well does the system work
    - do you get access to only the built-in data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Rejecting emails to unknown virtual users before filtering them?

    hi
    it appears that all emails to any virtual domain on my server gets "filtered" BEFORE it gets checked against valid users for that domain.
    1. mail in
    2. filtered
    3. checked if valid
    4. rejected (unknown)
    Is there any way to have the validity check done before the filtering?
    It would seem more economical if it worked like this...
    1. mail in
    2. checked if valid
    3. rejected (unknown)
    Regan
    Message was edited by: reganyelcich

    I have used pterobyte's virtual mail set up in the past without a problem - and found that Apple has broken the postfix in 10.5 (as it says on the PDF that pterobyte is recommending.)
    If you, like me, had already set up each user in WGM to have two shortnames (the second one - an email at virtual domain) then you only need to append the users to your "virtual" file in "/etc/postfix".
    EG:
    [email protected] shortname
    do this for each virtual user, postmap the file and reload postfix. Then the mail server will accept the email addressed to your virtual user.
    By All Means: read the PDF for more instructions.

  • Test and Demo Systems (DPA)

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's cost
    - how well does the system work
    - do you get access to only the flight data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Usefull links on Load testing of Web API

    Team,
    Can you please share some Usefull links on Load testing of Web API

    Hi kumaranil36,
    Thank you for posting in MSDN forum.
    Base on your issue, I suggest you could refer the following articles to check your issue.
    Reference:
    https://msdn.microsoft.com/en-us/library/ms182605.aspx?f=255&MSPPError=-2147217396
    https://msdn.microsoft.com/en-us/library/ms182558.aspx
    http://blogs.msdn.com/b/weslbo/archive/2013/10/31/how-to-load-test-and-get-profiling-results-from-a-web-api-hosted-in-a-windows-azure-cloud-service.aspx
    Hope it help you!
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Some of my songs don't show up on my iPhone, even though they are in Match.

    I can access the full library if I sign in to iTunes from a desktop computer.  Most of my songs are accessible to be downloaded, but several songs I recently added are missing.  In one case, only one of the songs on an album is visible to be download

  • Mail seems to add certain contacts to Address Book automatically

    I'm not sure how it happens as I can't seem to find the option in Mail to turn it off, but it seems as though Mail wants to automatically add contacts into my Address Book. At least I think it's Mail. I don't think iPhone would do that, would it? Any

  • Problem in replacing the String in a Fille.

    I need to replace the String in the text file, am able to do it partially. I mean, am able to replace it. But there are some discrepancies if the replacement string is of "less" or "more" in length than the existing one. I solved it for the replaceme

  • OBA5 : Error Message for duplicate entry

    Hi In Tcode OBA5 - i enter F5 as Apllication area and i select new entries - i Enter 117 - and i Enter E before i save. but when i go to MIRO to check if there is an error message for duplicate entry, i find just a Warning Message ! Please did i forg

  • Item Import Error Message

    Hi I'm running the import items program to update the existing item in inventory. For that it is throwing some error when the record move from interface table to inventory base table. See below error message. TRANSACTION ID : 203532465 ORGANIZATION I