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
2 changes: 1 addition & 1 deletion configuration/datawarehouse.d/ref/Jobs-statistics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 percentage 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.",
"name": "Job Size: Normalized",
"precision": 1,
"timeseries_formula": {
Expand Down