Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE stress functions to put heavy load on a server #3179

Closed
389-ds-bot opened this issue Sep 13, 2020 · 5 comments
Closed

RFE stress functions to put heavy load on a server #3179

389-ds-bot opened this issue Sep 13, 2020 · 5 comments
Labels
closed: fixed Migration flag - Issue lib389 Involves lib389 librabry
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/50120

  • Created at 2019-01-04 14:49:52 by tbordaz (@tbordaz)
  • Closed at 2020-02-26 16:50:38 as fixed
  • Assigned to nobody

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

@389-ds-bot 389-ds-bot added closed: fixed Migration flag - Issue lib389 Involves lib389 librabry labels Sep 13, 2020
@389-ds-bot 389-ds-bot added this to the 1.4.1 milestone Sep 13, 2020
@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2019-01-06 23:15:03

@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. :)

@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2019-01-06 23:15:04

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

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2019-02-07 17:55:42

Metadata Update from @mreynolds389:

  • Issue set to the milestone: 1.4.1

@389-ds-bot
Copy link
Author

Comment from tbordaz (@tbordaz) at 2020-02-26 16:50:33

Closing as already fixed

@389-ds-bot
Copy link
Author

Comment from tbordaz (@tbordaz) at 2020-02-26 16:50:39

Metadata Update from @tbordaz:

  • Issue close_status updated to: fixed
  • Issue status updated to: Closed (was: Open)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue lib389 Involves lib389 librabry
Projects
None yet
Development

No branches or pull requests

1 participant