How did you find database related issues?
Answers were Sorted based on User's Feedback
Answer / dinesh gawande
If you are using Oracle as database: Oracle comes with a
utility called 'Statspack'. Using statspack you can
identify time/cpu consuming queries, no of hard parses,
queries causing bottlenecks, sequential reads,wait events,
buffer pool advisory, IO statistics and many more things.
When ther is load on the database, generate some statspack
reports and then analyse them. You will get to know/solve
most of the oracle db related issues from statspack report.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / anaz
By Using Database Monitors and DB Resource graph will give
the information for DB
| Is This Answer Correct ? | 4 Yes | 0 No |
To open gmail home page how much transactions has taken to open, how to calculate the time?
Do we consider firewall in performance testing? If so where and why and what we will do with firewall in testing?
Hi Guys, Is it possible to merge and compare graphs from different scenarios in load runnner ?
WHAT IS SOAK TESTING IN LOAD RUNNER
I am from bangalore, Can any one of suggest which is the best institute for performance testing using Loadrunner? great if you provide near Marthahalli or belandure or outer ring road or KR puram?
how can u capture the database counters?
What are the loadrunner testing process?
what is the difference between HTTP & HTTPS
What is elapsed time in load runner?
why do u need a parameterize fields in ur virtual user script ?
Hi Friends, Can anyone help me out in load testing? I need to test a web application in which 100 users has to login at a time and enter 100 different data into the application and logout. All the data should be saved in the data base Please let me know testing. Thanks in advance Giri
In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if the boundary values keeps on changing. For example : At the time of recording,the n value is 3 and at the time of playback, the n value is 4. then how can i display the n-1 value