Closed Krysztophe closed 3 years ago
I see the pidstat format has changed, please post the version of sysstat you are using (sar -V
).
I have found the reason of the problem, commit e0e3800 might fix the issue.
I confirm, this works :clap:
Et merci pour la rapidité :-)
pgCluu version is from Github (master)
On Debian 9 server, I get this error when generating the pgCluu report (line 10687 of pgcluu):
I can reproduce on Ubuntu 20.04 (there is one column more in pidstat):
The culprits are these lines in
pidstat_stats.dat
:I'm surprised this problem did not happen sooner, but spaces in process names are not so common.
I removed the pgbadger lines with spaces and the report generation was okay.
I'm not sure how to correct this without arbitrarily cutting excess columns.