• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

load test simulator

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

I need to build a utility that should use information in the logs as input and it should simulate all sort of scenarios.

Please find the below problem:


When the users enter a request through front-end, the API handler logs the details of that request to a log file.

I need a utility should expect to use the information in these logs as input and it should simulate all sorts of scenarios that will test the infrastructure.

1. Utility should fire off a list of requests from a single user.
2. Utility should simulate multiple users making multiple requests.


pls give me any suggestions on this. if any one involved in developing this, then let me know.
thanks
ramakanth
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ramakanth,
I'm going to move this to our testing forum since it is about load testing in general, not just JDBC.
 
reply
    Bookmark Topic Watch Topic
  • New Topic