You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.4 KiB

<panel>
<title>CPU Overall Usage (%)</title>
<input type="dropdown" token="tkn_futurespan_cpu">
<label>Predict Future Timespan</label>
<choice value="5">5</choice>
<choice value="10">10</choice>
<choice value="15">15</choice>
<choice value="20">20</choice>
<default>10</default>
</input>
<chart>
<search>
<query>
`itsi_os_module_indexes` host=$host$ tag=oshost tag=performance tag=cpu cpu_load_percent=* | timechart fixedrange=false eval(round(avg(cpu_load_percent), 2)) as "CPU Overall Usage (%)" | predict "CPU Overall Usage (%)" as "Prediction CPU Usage (%)" future_timespan=$tkn_futurespan_cpu$
</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
<option name="charting.chart">area</option>
<option name="charting.axisTitleX.visibility">collapsed</option>
<option name="charting.chart.nullValueMode">connect</option>
<option name="charting.chart.showDataLabels">none</option>
<option name="charting.legend.placement">top</option>
<option name="refresh.time.visible">false</option>
<option name="charting.drilldown">none</option>
<option name="charting.axisY.minimumNumber">0</option>
<option name="charting.axisY.maximumNumber">100</option>
</chart>
</panel>