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 )

Explain garbage collection?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

What is Collection API?

What is similarities/difference between an Abstract class and Interface?

The output of System.out.println(5>>2) in Java

What do you understand by Synchronization?

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: What is EJB container?

What is bean managed transaction?

What is the difference between JTS and JTA?

Differentiate between .ear, .jar and .war files.

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

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Interview Question: What is the difference between EAR, JAR and WAR file?

What are the services provided by a J2EE container?

Latest Articles (in Interview)