Back to Foundationdb

Stats for Joshua test

contrib/joshua_stats/readme.md

7.4.6549 B
Original Source

Stats for Joshua test

The tool is used for presenting simulation test stats executed by the Joshua system. The tool provides the distribution of peak memory usage, physical runtime, simulation runtime, and details physical runtime for each test.

How to use?

Step 1: Download Joshua test detailed output

PYTHONPATH=/root/src/foundationdb/contrib/TestHarness2/ python3 -m test_harness.results --run-temp-dir=. --success [Joshua test ID] >> your_output.xml

Step 2: Run stats script

python3 stats.py [the file generated by the step 1]