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
currently only "english" sar outputs are supported - this is independend form the date/time formats.
language influences how Summary/Average lines are written to the sar files.
These lines must be filtered out, to avoid errors in later processing. A simple workaround would be to list all translations ...
currently only "english" sar outputs are supported - this is independend form the date/time formats.
language influences how Summary/Average lines are written to the sar files.
These lines must be filtered out, to avoid errors in later processing. A simple workaround would be to list all translations ...
ksar/src/main/java/net/atomique/ksar/parser/Linux.java
Lines 32 to 34 in 9a6cabe
but there are a lot of translations ..
https://translationproject.org/domain/sysstat.html
https://github.com/sysstat/sysstat/tree/master/nls
Another approach could be to include the translation *.po files and extract the corresponding msgid values:
msgid "Average:"
msgid "Summary:"
The text was updated successfully, but these errors were encountered: