Skip to content

Common Usage Ready!!

Latest
Compare
Choose a tag to compare
@nitinka nitinka released this 03 Jan 16:47
· 64 commits to master since this release

Updates since v1.0.0

This release covers most of the common usage needs from load generation perspective. Users should be able to make the most out of loader. Highlights of this release :

Load Generation Enhancements

  • Support of out of box data generators of various kind like : counters, random number & string, random selection, random float, random/cyclic selection from list, % based data selection etc.
  • Added concept of shared data across Groups. Support sharedList, sharedMap and sharedQueue. This would allow users to create performance flows where functions in 1 or more group depends on data generated by functions in other groups.
  • Added Support for Setup and Teardown groups
  • Support for Custom counters, timers and histograms in user defined functions.

Usability Improvements

  • Swanky new UI with attention to ease of use.
  • Javadoc Style Function description page.
  • Function Input section would depict the type of data. For eg. map type input would have list of key, values text boxes, list type input would have list of values text boxes.
  • Now you can added description and remarks in runs and jobs respectively. Allows users to put meaningful information about the run and job.
  • User can select log levels while creating Run Schema. Useful for debugging.
  • Support for quartz based scheduled runs. User can also schedule sequence(workflow) of runs in one shot.
  • Agent Tagging with teams. Restrict usage of jobs to their team agents to avoid resource hogging.