static void pgauge_showSystemLoad(PGauge gauge, S title, double value) { gauge.setValue(100*value, formatDoubleFull(value, 1) + " - " + title); }