Skip to content

SampleProcessingPythonScript

Vivian lobo edited this page Apr 16, 2018 · 1 revision
  1. summary A python script that generates simple statistics about processed error reports.

Introduction

When you process incoming error reports with `crprober.exe` tool, you find a lot of resulting `*.txt ` files in your output directory. And you might want to calculate some basic statistics about these files.

The following is a python script (provided by RoRThom) that creates a statistical summary of the `*.txt` files in the existing directory. It will produce a stat.txt file. For example a short snip from it:

(so 222 reports use winxp sp3)

Source

Clone this wiki locally