benchflow / data-transformers

Spark scripts utilised to transform data to the BenchFlow internal formats
Other
0 stars 0 forks source link

Description of Faban data #52

Open VincenzoFerme opened 8 years ago

VincenzoFerme commented 8 years ago

Faban collects data about performance from the harness/master and each of the utilised agents. The number of agents utilised is arbitrary (from 0 to N), as well as the use of the harness/master to generate the load is optional. That said, at least one among harness/master and agents must be utilised.

For each of the previous harness/master or agent, Faban produces a set of file. In the following I describe the files that are of our interest. Whenever I refer to fields and names that seems not defined, you can find their definition in http://faban.org/1.3/docs/guide/harness/results.html. The files are located in the /app/faban/FABAN_RUN_ID folder for each trial. An overview of the different information that are present can be accessed here: http://faban.org/1.3/docs/guide/harness/results.html.

I attach a zip file containing one of the folder (name: web101.2Q) I mentioned before, with files generated using the master and one agent.

The RunInfo (files: resultinfo, summary.xml*)

Files

Related issue: https://github.com/benchflow/collectors/issues/36

@Cerfoglg feel free to ask questions so that I can improve the description.

web101.2Q.zip xslt.zip

Cerfoglg commented 8 years ago

@VincenzoFerme Faban transformers and analysers are now implemented