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

Add Badput description #276

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 3 additions & 28 deletions cpueff-goweb/static/templates/condor_detailed.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<th>Tier</th>
<th>Cpu Efficiency Outlier</th>
<th>Cpu Eff</th>
<th>Non Eviction Eff</th>
<th id="badput">Badput (Non Eviction Eff) <span><a href="#star" style="text-decoration: none; color: inherit;">*</a></span></th>
<th>Eviction Aware Eff Diff</th>
<th>Schedule Eff</th>
<th>Cmssw Read Time Pct</th>
Expand All @@ -177,36 +177,11 @@
<th>Max WMAgent Job Id</th>
</tr>
</thead>
<tfoot hidden>
<tr>
<th>Links</th>
<th>Type</th>
<th>Workflow</th>
<th>WMAgent Request Name</th>
<th>Site</th>
<th>Tier</th>
<th>Cpu Efficiency Outlier</th>
<th>Cpu Eff</th>
<th>Non Eviction Eff</th>
<th>Eviction Aware Eff Diff</th>
<th>Schedule Eff</th>
<th>Cmssw Read Time Pct</th>
<th>Cpus</th>
<th>Cpu Time Hr</th>
<th>Wall Clock Hr</th>
<th>Core Time Hr</th>
<th>Committed Core Hr</th>
<th>Committed Wall Clock Hr</th>
<th>Wasted Cpu Time Hr</th>
<th>Committed Over Max Wall Time Avg</th>
<th>Schedds</th>
<th>Max WMAgent Job Id</th>
</tr>
</tfoot>
</table>
</div>
<div class="footer" style="bottom: 0px; width: 100%;background-color: #262626;border-top: 1px solid #333;">
<div class="footer" style="display: flex; justify-content: space-between; align-items: center; width: 100%; background-color: #262626; border-top: 1px solid #333; padding-right: 20px;">
<img alt='CERN' src='/{{.govar_BASE_EP}}/static/img/LogoOutline-White.svg' style="height: 70px;margin: 20px;">
<p style="color: white; text-align: center; font-size: 12px; margin-top: -10px;">Badput is calculated by dividing the sum of CpuTimeHr by the sum of CommittedCoreHr. In case of evictions, CommittedCoreHr indicates the CPU time of the last retry, while CpuTimeHr is the total walltime for all the job retries.<a id="star" href="#badput">*</a></p>
</div>

<!-- prepared using https://datatables.net/download/ -->
Expand Down
34 changes: 3 additions & 31 deletions cpueff-goweb/static/templates/condor_main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<th>WMAgent Request Name</th>
<th>Cpu Efficiency Outlier</th>
<th>Cpu Eff</th>
<th>Non Eviction Eff</th>
<th id="badput">Badput (Non Eviction Eff) <span><a href="#star" style="text-decoration: none; color: inherit;">*</a></span></th>
<th>Eviction Aware Eff Diff</th>
<th>Schedule Eff</th>
<th>Cmssw Read Time Pct</th>
Expand All @@ -186,40 +186,12 @@
<th>Wasted Cpu Time Hr T1T2</th>
</tr>
</thead>
<tfoot hidden>
<tr>
<th></th>
<th>Links</th>
<th>Type</th>
<th>Workflow</th>
<th>WMAgent Request Name</th>
<th>Cpu Efficiency Outlier</th>
<th>Cpu Eff</th>
<th>Non Eviction Eff</th>
<th>Eviction Aware Eff Diff</th>
<th>Schedule Eff</th>
<th>Cmssw Read Time Pct</th>
<th>Cpus</th>
<th>Cpu Time Hr</th>
<th>Wall Clock Hr</th>
<th>Core Time Hr</th>
<th>Committed Core Hr</th>
<th>Committed Wall Clock Hr</th>
<th>Wasted Cpu Time Hr</th>
<th>Committed Over Max Wall Time Avg</th>
<th>Cpu Eff T1T2</th>
<th>Cpus T1T2</th>
<th>Cpu Time Hr T1T2</th>
<th>Wall Clock Hr T1T2</th>
<th>Core Time Hr T1T2</th>
<th>Wasted Cpu Time Hr T1T2</th>
</tr>
</tfoot>
</table>
</div>

<div class="footer" style="bottom: 0px; width: 100%;background-color: #262626;border-top: 1px solid #333;">
<div class="footer" style="display: flex; justify-content: space-between; align-items: center; width: 100%; background-color: #262626; border-top: 1px solid #333; padding-right: 20px;">
<img alt='CERN' src='/{{.govar_BASE_EP}}/static/img/LogoOutline-White.svg' style="height: 70px;margin: 20px;">
<p style="color: white; text-align: center; font-size: 12px; margin-top: -10px;">Badput is calculated by dividing the sum of CpuTimeHr by the sum of CommittedCoreHr. In case of evictions, CommittedCoreHr indicates the CPU time of the last retry, while CpuTimeHr is the total walltime for all the job retries.<a id="star" href="#badput">*</a></p>
</div>

<!-- prepared using https://datatables.net/download/ -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<th scope="col" style="text-align: left;font-weight: bold;">Site</th>
<th scope="col" style="text-align: left;">Tier</th>
<th scope="col" style="text-align: right;">Cpu Eff</th>
<th scope="col" style="text-align: right;">Non Eviction Eff</th>
<th scope="col" style="text-align: right;">Badput (Non Eviction Eff)</th>
<th scope="col" style="text-align: right;">Eviction Aware Eff Diff</th>
<th scope="col" style="text-align: right;">Schedule Eff</th>
<th scope="col" style="text-align: right;">Cmssw Read Time Pct</th>
Expand Down
Loading