The Polarion Log Parser | Analyzer is a simple tool to parse Polarion log files and output an analysis of various aspects decoded from them. It can produce either text-based (machine-readable) or cleaner (human-readable) HTML output.
It allows high configurability via an extensible set of regular expression-based rules. The tool comes with an initial set of rules for basic analysis.
Execution
To run the tool, you must have a Java runtime environment (RTE) installed on your computer. This tool is built using Java 11, so it requires a Java 11 RTE or newer. The tool also works on Java 17.
We also recommend adding the Java binaries to the OS PATH environment variable so you can call the Java interpreter directly.
The tool is distributed as a JAR file and so it can be executed from a command line (in Linux or Windows).
Documentation
Full documentation is available in a form of a PDF document that is included in the distribution package downloadable from this page.