#50120 RFE stress functions to put heavy load on a server
Closed: wontfix 4 years ago by tbordaz. Opened 5 years ago by tbordaz.

Issue Description

For test/perf it is usefull to generate a high rate of operation
lib389 could provide a search (or mod/add...) framework like

search_rate = instance.search_rate()
search_rate.set('base') = "dc=example,dc=com"
search_rate.set('filter') = "(objectclass=*)"
search_rate.set('attributes') = [ 'cn', 'sn' ]
search_rate.set('threads') = 10
search_rate.set('maxop') = 10000
search_rate.run(timeout=60)
...
/* do other tasks */
...
rate = search_rate.result()

Package Version and Platform

N/A


@tbordaz there is already a class in lib389 that can generate ldclt instances for this purpose, it probably just needs some extension and improvement to turn it into a performance testing suite that we can add to lib389. :)

Metadata Update from @firstyear:
- Custom field component adjusted to None
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None

5 years ago

Metadata Update from @mreynolds:
- Issue set to the milestone: 1.4.1

5 years ago

Closing as already fixed

Metadata Update from @tbordaz:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/3179

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

3 years ago

Login to comment on this ticket.

Metadata