• 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

Application analyize JMeter test files and launch/create JMeter tests from it

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am searching for a tool which a user without any knowledge of programming can use and create a JMeter test using a very simple user interface. Also the tool should analyze the results of the JMeter test file and sends an email to the user asking for increase CPU on the server if the JMeter test shows for example that the maximum time per request is higher than the maximum time per request the user selected when building the test.

For example:

Today I expect:

User select 1 second per reques max time for all users
Today I will have 2000 request every minute

The user wants to avoid problems with the server then the tool has to tell the user what the user should do in the asked situation.


Is any free or not free tool in out there which could help me?

Regards, Isaac
 
reply
    Bookmark Topic Watch Topic
  • New Topic