-
Notifications
You must be signed in to change notification settings - Fork 134
[DNM] Add role for managing Performance Co-Pilot and start gathering metrics #3219
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
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b9ba06af899247f9bdc578ccb50c1baa ❌ openstack-k8s-operators-content-provider FAILURE in 4m 08s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/95474645bc064a5f8a6a5ef94b208702 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 17s |
61fa28a
to
65e307d
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2375b24f44644559ac082765fde2684f ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 21m 41s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/46329981bf484a7d85bd54ee49cdb369 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 21m 53s |
This role manages Performance Co-Pilot (PCP) toolkit for monitoring and analyzing the historical details of system performance. It would be useful for tracking the resources utilization in the end-to-end testing jobs.
This commit adds a script to produce figures from the collected metrics files, using matplotlib and pandas libraries. Additionally the corresponding Ansible tasks to invoke the script are also provided in the `pcp_metrics` role.
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b068cdadbf064a5c9cb320ba4335eb80 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 00s |
This merge request adds a new role to manage
the Performance Co-Pilot (PCP) toolkit installation
for monitoring and analyzing the historical details
of system performance. It would be useful for tracking
the resources utilization on the end-to-end testing jobs.