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