Update Nvidia application - values in wrong charts (#14736)

This commit is contained in:
fcqpl
2022-12-19 09:54:34 +01:00
committed by GitHub
parent e5242ef25e
commit ae22662c8d
+1 -1
View File
@@ -33,7 +33,7 @@ $metrics = [];
foreach ($gpuArray as $index => $gpu) {
$stats = explode(',', $gpu);
if (count($stats) == 19) {
if (count($stats) == 19 || count($stats) == 20) {
[$gpu, $pwr, $temp, $memtemp, $sm, $mem, $enc, $dec, $mclk, $pclk, $pviol, $tviol,
$fb, $bar1, $sbecc, $dbecc, $pci, $rxpci, $txpci] = $stats;
} else {