From b7b61c0bfc4f7809fea2890fc96a654545cf4770 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 25 Nov 2024 16:21:38 +0100 Subject: [PATCH] fixed to LINE1 the Involuntari Context Switches value in process.pm --- lib/process.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/process.pm b/lib/process.pm index ca36348..ccd7593 100644 --- a/lib/process.pm +++ b/lib/process.pm @@ -1281,7 +1281,7 @@ sub process_cgi { $str = trim((split(',', $process->{desc}->{$p} || ""))[0]) || $p; $str =~ s/:/\\:/g; # escape colons push(@tmpz, "LINE2:vcs" . $n . $LC[$n] . ":$str"); - push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]); + push(@tmpz, "LINE1:n_ics" . $n . $LC[$n]); $str = sprintf("%-20s", substr($str, 0, 20)); push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str"); push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\:%7.1lf");