• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Load Testing

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am doing Load testing for my J2ee Application . How can I know that how many connection are created in Database connection pool and how many threads are genereted for 10 vuser. How i understand the graphs which i get analysis. .I am using HP LoadRunner Software 9.0.

Regards
Prem
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suppose this is something that should be covered in the product's user manual.
 
sonu rai
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lasse,

I have read the product user mannual. the report which is generated i cant understand . I am giving you some details what did they mean.

Duration: 36 minutes and 17 seconds.
Maximum Running Vusers: 10
Total Throughput (bytes): 67,197,246
Average Throughput (bytes/second): 30,853
Total Hits: 8,520
Average Hits per Second: 3.912

How this information is important for my webapplication ?

HTTP Responses Total Per second
HTTP_200 8,160 3.747
HTTP_302 360 0.165

I want to know how many threads are generated and how many connection are made in Database connectionpool for the 10 vusers , on the bases of 10 vusers report can i analysis the work of 200 vusers.

Reply ASAP

Thank's
Prem
 
reply
    Bookmark Topic Watch Topic
  • New Topic