dataload.py

PROGRAM [edit section]

dataload.py

DESCRIPTION [edit section]

dataload.py is a python program that is used to put the data from benchmark test results into json files, for use by the Jenkins flot plugin module.

It is called by bench_processing during post_test for a benchmark test.

outline [edit section]

The program has the following rough outline:

ENVIRONMENT and ARGUMENTS [edit section]

parser.py takes takes positional arguments on its command line.

dataload.py is called with the following invocation, from bench_processing:

OUTPUT [edit section]

This program outputs the files:

SOURCE [edit section]

Located in /home/jenkins/fuego/engine/scripts/parser/dataload.py.

SEE ALSO [edit section]