"); exec("sensors -j", $out); $outp = implode("\n", $out); $outd = json_decode($outp, true); echo(round($outd["cpu_thermal-virtual-0"]["temp1"]["temp1_input"], 1)); ?>°C, 90) { echo(l("completely overheating!", "en pleine surchauffe !")); } else if ($outd["cpu_thermal-virtual-0"]["temp1"]["temp1_input"] > 60) { echo(l("starting to throttle!", "commence à être bridé !")); } else { echo(l("under normal temperatures", "températures habituelles")); }