How to profile MVC4 application, send multiple get requests to Web site for testing

Andrus

ASP.NET MVC4 shopping cart application runs under Debian using Mono, Postgres, Apache and mod_mono in VPS server in virtual hosting with 8 GB RAM.

Sometimes application works slowly.

top and free shows that all memory is used but ESX hypervisor shows that actually only free parem of memory is used.

Apache access log file contains http GET requests which may cause this. How to send those get requests to application.

Is there some free tool which and issue list of GET requests to web site automatically to perform stress testing ? List of requests is text file, every get url is in separate like, it is Apache standard log file format.

Can Fiddler so sometihg similar used to read and send requests from file ?

How to profile this system to find reason of slowness ?

Mihai Dinculescu

To determine how well your software program responds to various levels of usage, you conduct load tests. A load test models the expected usage of a software program by simulating multiple users who access the program at the same time.

Visual Studio Ultimate lets you use an unlimited number of virtual users on a local and remote load test run. The virtual users that are used in load tests use multiprocessor architecture. Multiprocessor architecture allows the machine on which the virtual users are installed to use more than one processor. In a load test, the load pattern properties specify how the simulated user load is adjusted during a load test. Visual Studio Ultimate provides three built-in load patterns: constant, step, and goal-based. You choose the load pattern and adjust the properties to appropriate levels for your load test goals.

Text taken from: Testing Performance and Stress Using Visual Studio Web Performance and Load Tests

Video tutorial: Load testing applications in Visual Studio

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to profile MVC4 application, send multiple get requests to Web site for testing

From Dev

How to Mock MVC4 application when UI testing with Watin?

From Dev

How to send mails to multiple reciepients from web application?

From Dev

Why does my C# MVC4 web application get certificate warnings when the certificate is installed?

From Dev

How to run a asp.net MVC4 web application in RedHat OS

From Dev

How to create ASP .NET MVC4 Web API to search my multiple parameters

From Dev

How to create ASP .NET MVC4 Web API to search my multiple parameters

From Dev

How does Guzzle send async web requests?

From Dev

How to give a call to more than two Get method using mvc4 web api controller

From Dev

Boost Asio how to send multiple requests

From Dev

scrapy, how to send multiple requests to a form

From Dev

How to send multiple http requests python

From Dev

How to send multiple requests asynchronously in JavaScript?

From Dev

how to send multiple requests using same client?

From Dev

How to send multiple http requests python

From Dev

How to add multiple routes to MVC4

From Dev

How to get a web server to send outbound http requests through local fiddler proxy?

From Dev

How do I get a TFS build to precompile a web application using a saved publish profile?

From Dev

how to send a list in python requests GET

From Dev

Testing a MVC5 Web application

From Dev

Authenticating angular for HTTP requests on MVC4 site using Windows Authentication

From Dev

How to Send Json String to Controller in mvc4 and Deserialize json

From Dev

how to send an email in asp.net mvc4

From Dev

How to Send Json String to Controller in mvc4 and Deserialize json

From Dev

how to send stringified Json from view to controller in MVC4

From Dev

How can I protect my site from the multiple post requests?

From Dev

How can I protect my site from the multiple post requests?

From Dev

How to make my MVC 4 application able to access from other computer , allow multiple computers to connect to my site on IIS 7.5

From Dev

How to implement IEnumerator in MVC4 application with ViewModel

Related Related

  1. 1

    How to profile MVC4 application, send multiple get requests to Web site for testing

  2. 2

    How to Mock MVC4 application when UI testing with Watin?

  3. 3

    How to send mails to multiple reciepients from web application?

  4. 4

    Why does my C# MVC4 web application get certificate warnings when the certificate is installed?

  5. 5

    How to run a asp.net MVC4 web application in RedHat OS

  6. 6

    How to create ASP .NET MVC4 Web API to search my multiple parameters

  7. 7

    How to create ASP .NET MVC4 Web API to search my multiple parameters

  8. 8

    How does Guzzle send async web requests?

  9. 9

    How to give a call to more than two Get method using mvc4 web api controller

  10. 10

    Boost Asio how to send multiple requests

  11. 11

    scrapy, how to send multiple requests to a form

  12. 12

    How to send multiple http requests python

  13. 13

    How to send multiple requests asynchronously in JavaScript?

  14. 14

    how to send multiple requests using same client?

  15. 15

    How to send multiple http requests python

  16. 16

    How to add multiple routes to MVC4

  17. 17

    How to get a web server to send outbound http requests through local fiddler proxy?

  18. 18

    How do I get a TFS build to precompile a web application using a saved publish profile?

  19. 19

    how to send a list in python requests GET

  20. 20

    Testing a MVC5 Web application

  21. 21

    Authenticating angular for HTTP requests on MVC4 site using Windows Authentication

  22. 22

    How to Send Json String to Controller in mvc4 and Deserialize json

  23. 23

    how to send an email in asp.net mvc4

  24. 24

    How to Send Json String to Controller in mvc4 and Deserialize json

  25. 25

    how to send stringified Json from view to controller in MVC4

  26. 26

    How can I protect my site from the multiple post requests?

  27. 27

    How can I protect my site from the multiple post requests?

  28. 28

    How to make my MVC 4 application able to access from other computer , allow multiple computers to connect to my site on IIS 7.5

  29. 29

    How to implement IEnumerator in MVC4 application with ViewModel

HotTag

Archive