You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As one can see, for some reason the column %idle is either missing entirely or simply moved left by one for some reason and %gnice is missing instead. In my opinion the latter is more likely according to the other lines, which always have 0.00 for %gnice and an %idle of slightly less than 100.00. That rows result in a lot of error messages on like the following:
10:33:50.236 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 0 col 11 is missing 00:00:01 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.237 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 1 col 11 is missing 00:00:01 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.237 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 2 col 11 is missing 00:00:01 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.237 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 3 col 11 is missing 00:00:01 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.239 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 4 col 11 is missing 00:00:01 4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.239 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 5 col 11 is missing 00:00:01 5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.239 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 6 col 11 is missing 00:00:01 6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
10:33:50.239 [Thread-16] ERROR net.atomique.ksar.graph.Graph - CPU 7 col 11 is missing 00:00:01 7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
Does anyone know why this happens? Obviously the data generated is wrong already, but I didn't find any reason.
Is there some way in ksar to work around such problems? Like simply using column 10 as the missing column 11 and making column 10 having the value 0 instead?
The text was updated successfully, but these errors were encountered:
Some of my SAR files contain lines like the following:
As one can see, for some reason the column
%idle
is either missing entirely or simply moved left by one for some reason and%gnice
is missing instead. In my opinion the latter is more likely according to the other lines, which always have0.00
for%gnice
and an%idle
of slightly less than100.00
. That rows result in a lot of error messages on like the following:Does anyone know why this happens? Obviously the data generated is wrong already, but I didn't find any reason.
Is there some way in ksar to work around such problems? Like simply using column 10 as the missing column 11 and making column 10 having the value 0 instead?
The text was updated successfully, but these errors were encountered: