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

Update description of Job Size: Normalized statistic #1856

Merged

Conversation

eiffel777
Copy link
Contributor

Update description to include information about cases where the statistic is inaccurate.

Tests performed

Tested in docker

Checklist:

  • The pull request description is suitable for a Changelog entry
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request

@eiffel777 eiffel777 added documentation Documentation updates autodoc:ignore Auto documentation ignore this PR labels May 21, 2024
@eiffel777 eiffel777 added this to the 11.0.0 milestone May 21, 2024
@eiffel777 eiffel777 self-assigned this May 21, 2024
@@ -121,7 +121,7 @@
"aggregate_formula": {
"$include": "datawarehouse.d/include/Jobs-norm-avg-proc-agg.sql"
},
"description_html": "The percentage average size ${ORGANIZATION_NAME} job over total machine cores.<br><i>Normalized Job Size: </i>The percentage total number of processor cores used by a (parallel) job over the total number of cores on the machine.",
"description_html": "The average size ${ORGANIZATION_NAME} job divided by the total number of cores in the resource where the job ran. The job normalization calculation assumes that the resource size is constant. This statistic should not be used with a time range where the resource size changes, because the statistic will be incorrect.<br><i>Normalized Job Size: </i>The ratio of the total number of processor cores used by a (parallel) job over the total number of cores on the resource.",
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems like "percentage" should be included since the formula multiplies by 100.

Copy link
Member

Choose a reason for hiding this comment

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

Yes I missed that when I did my suggestion.

@eiffel777 eiffel777 merged commit 77e034b into ubccr:xdmod11.0 May 31, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodoc:ignore Auto documentation ignore this PR documentation Documentation updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants