You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span><small><iclass="question circle icon"></i>Can be 1=INFO, 2=WARN or 3=ERROR. When set on 3 runs will fail only on erros, when 2 then also on warnings and 1 also on pure info statements.</small></span>
101
+
</td>
102
+
<td><inputtype="text" placeholder="Input a value" id="measurement-system-check-threshold" name="measurement-system-check-threshold" data-setting="measurement.system_check_threshold" required=""></td>
103
+
<td><buttonid="save-measurement-system-check-threshold" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
104
+
</tr>
105
+
<tr>
106
+
<td>Disable providers<br>
107
+
<span><small><iclass="question circle icon"></i>Deactivates a provider even if configured on the machine. Use only if you experience errors with a provider.</small></span>
<td><buttonid="save-measurement-disabled-metric-providers" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
108
116
</tr>
109
117
<tr>
110
-
<td>Maximum flow process duration</td>
118
+
<td>Maximum flow process duration<br>
119
+
<span><small><iclass="question circle icon"></i>Value is in seconds.</small></span>
120
+
</td>
111
121
<td><inputtype="text" placeholder="Input a value" id="measurement-flow-process-duration" name="measurement-flow-process-duration" data-setting="measurement.flow_process_duration" required=""></td>
112
122
<td><buttonid="save-measurement-flow-process-duration" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
113
123
</tr>
114
124
<tr>
115
-
<td>Maximum total duration</td>
125
+
<td>Maximum total duration<br>
126
+
<span><small><iclass="question circle icon"></i>Value is in seconds.</small></span>
127
+
</td>
116
128
<td><inputtype="text" placeholder="Input a value" id="measurement-total-duration" name="measurement-total-duration" data-setting="measurement.total_duration" required="" ></td>
117
129
<td><buttonid="save-measurement-total-duration" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
118
130
</tr>
119
131
<tr>
120
-
<td>Phase padding</td>
132
+
<td>Phase padding<br>
133
+
<span><small><iclass="question circle icon"></i>Determines if phases shall be padded to account for possible undersampling. Only turn off when you need nanosecond exact cut-offs from measurements and favor undersampling instead of capturing partial samples.</small></span>
<td><buttonid="save-measurement-phase-padding" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
123
137
</tr>
138
+
<tr>
139
+
<td>Pre-test sleep<br>
140
+
<span><small><iclass="question circle icon"></i>Value is in seconds.</small></span>
141
+
</td>
142
+
<td><inputtype="text" placeholder="Input a value" id="measurement-pre-test-sleep" name="measurement-pre-test-sleep" data-setting="measurement.pre_test_sleep" required=""></td>
143
+
<td><buttonid="save-measurement-pre-test-sleep" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
144
+
</tr>
145
+
<tr>
146
+
<td>Baseline duration<br>
147
+
<span><small><iclass="question circle icon"></i>Value is in seconds. We recommend 60 seconds at least to get stable baseline for runtime overhead calculations.</small></span>
148
+
</td>
149
+
<td><inputtype="text" placeholder="Input a value" id="measurement-baseline-duration" name="measurement-baseline-duration" data-setting="measurement.baseline_duration" required=""></td>
150
+
<td><buttonid="save-measurement-baseline-duration" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
151
+
</tr>
152
+
<tr>
153
+
<td>Idle duration<br>
154
+
<span><small><iclass="question circle icon"></i>Value is in seconds. We recommend 60 seconds at least to get stable baseline for runtime overhead calculations.</small></span>
155
+
</td>
156
+
<td><inputtype="text" placeholder="Input a value" id="measurement-idle-duration" name="measurement-idle-duration" data-setting="measurement.idle_duration" required=""></td>
157
+
<td><buttonid="save-measurement-idle-duration" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
158
+
</tr>
159
+
<tr>
160
+
<td>Post-test sleep<br>
161
+
<span><small><iclass="question circle icon"></i>Value is in seconds. Should be 10 seconds minimum when doing Blue Angel measurements.</small></span>
162
+
</td>
163
+
<td><inputtype="text" placeholder="Input a value" id="measurement-post-test-sleep" name="measurement-post-test-sleep" data-setting="measurement.post_test_sleep" required=""></td>
164
+
<td><buttonid="save-measurement-post-test-sleep" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
165
+
</tr>
166
+
<tr>
167
+
<td>Phase transition time<br>
168
+
<span><small><iclass="question circle icon"></i>Value is in seconds.</small></span>
169
+
</td>
170
+
<td><inputtype="text" placeholder="Input a value" id="measurement-phase-transition-time" name="measurement-phase-transition-time" data-setting="measurement.phase_transition_time" required=""></td>
171
+
<td><buttonid="save-measurement-phase-transition-time" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
172
+
</tr>
173
+
<tr>
174
+
<td>Wait time for dependencies<br>
175
+
<span><small><iclass="question circle icon"></i>Value is in seconds.</small></span>
176
+
</td>
177
+
<td><inputtype="text" placeholder="Input a value" id="measurement-wait-time-dependencies" name="measurement-wait-time-dependencies" data-setting="measurement.wait_time_dependencies" required=""></td>
178
+
<td><buttonid="save-measurement-wait-time-dependencies" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
179
+
</tr>
124
180
<tr>
125
181
<td>(DEV) No Sleeps during run<br><span><small><iclass="question circle icon"></i>You can use this while developing to speed up runs on the cluster. However it will make the measurement invalid as important cooldown times are skipped.</small></span></td>
<td><buttonid="save-measurement-dev-no-optimizations" class="ui positive small button" onclick="updateSetting(this);">Save</button></td>
133
189
</tr>
190
+
<tr>
191
+
<td>(DEV) Skip volume inspect<br><span><small><iclass="question circle icon"></i>You can use this while developing to speed up runs on the cluster if you are not interested in the volume sizes or experience errors with shared non-readable volumes.</small></span></td>
allowed_run_args=user._capabilities['measurement']['orchestrators']['docker']['allowed_run_args'], # They are specific to the orchestrator. However currently we only have one. As soon as we support more orchestrators we will sub-class Runner with dedicated child classes (DockerRunner, PodmanRunner etc.)
67
+
68
+
60
69
)
61
70
try:
62
71
# Start main code. Only URL is allowed for cron jobs
0 commit comments