Skip to content

Small Code Changes to Apply or Document #93

@VincenzoFerme

Description

@VincenzoFerme

Resulting data in the tables (refer to the BenchFlow.wfmsTest.1.1 run):

  • network_interface_data has only zeros
  • what is exp_byte_size?
  • where the metrics computed using the network data are stored?
  • faban_run_info: the status is null (you forgot the resultinfo file as described in Description of Faban data #52)
  • the transformation of the responseTimes section of the summary.xml does not work, because the resulting data do not contain the percentiles for example. This is due to the fact you miss to detect the different percentiles identified by nth probably:
<responseTimes unit="microseconds">
            <operation name="isOutYet">
                <avg>589.741</avg>
                <max>3526.234</max>
                <sd>164.058</sd>
                <percentile nth="25" suffix="th">461168601842738.750</percentile>
                <percentile nth="50" suffix="th">461168601842738.750</percentile>
                <percentile nth="75" suffix="th">461168601842738.750</percentile>
                <percentile nth="90" suffix="th" limit="9223372036854776000.000">461168601842738.750</percentile>
                <percentile nth="95" suffix="th">461168601842738.750</percentile>
                <percentile nth="99.9" suffix="th">461168601842738.750</percentile>
                <passed>true</passed>
            </operation>
</responseTimes>
  • Still to check, because empty: container_properties, host_properties, trial_ram, trial_cpu_core, exp_ram, exp_cpu_core, trial_cpu, exp_cpu
  • Fix to container_properties: add labels, NetworkSettings, aufs in log driver is wrong, it is the volumes driver, image should be read from the config block
  • Remove cpu_avg from trial_cpu_core, because we have cpu_mean

Testing:

  • Faban when the execution happens on multiple hosts

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions