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

Remove the disk i/o % usage calculation from the performance tools #1897

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

mcarmona99
Copy link
Contributor

Related issue
#1718

Description

This PR closes #1718.

After the investigation done in the related issue, the decision taken was to delete the disk(%) measure from the process metrics.

This pull request removes this metric.

I have tested this in our testing environment and the plots generated are the ones including: disk read and written KBs, disk read and write speed; and read and write ops. (Talking about plots showing disk information)

The plot including disk(%) will no longer be created.

Checks

  • Python codebase satisfies PEP-8 style style guide. pycodestyle --max-line-length=120 --show-source --show-pep8 file.py.
  • Python codebase is documented following the Google Style for Python docstrings.
  • The test is documented in wazuh-qa/docs.
  • provision_documentation.sh generate the docs without errors.

@davidjiglesias davidjiglesias changed the title Remove the disk i/o usage calculation from the performance tools Remove the disk i/o % usage calculation from the performance tools Sep 23, 2021
Copy link
Member

@Rebits Rebits left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Rebits
Copy link
Member

Rebits commented Sep 23, 2021

Disk i/o % usage has been removed correctly - wazuh-analysisd

@jmv74211 jmv74211 merged commit bf48fd0 into master Sep 27, 2021
@jmv74211 jmv74211 deleted the feature/1718-disk-usage-calculation branch September 27, 2021 07:34
@snaow snaow mentioned this pull request Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect disk usage calculation in performance tools
5 participants