Programming Tutorials

Question: How would you go about analyzing performance of an application?

By: Praveen in Interview Tutorials on 2008-08-24  

Question: How would you go about analyzing performance of an application?

Answer:   When performance testing a Web application, several requirements must be
determined either through interpretation of data from an existing application that
performs similar work. Those requirements are:

User base
What is the expected number of users that will access this application? This is
generally expressed in hits per month, day, hour, or minute depending on
volumes.

Total concurrent users

During a peak interval, what is the maximum possible number of users
accessing the application at the same time.

Peak request rate
How many pages will need to be served per second?

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Latest Articles (in Interview)