ceph/qa/workunits/erasure-code
Loic Dachary 8363a94a60 erasure-code: HTML display of benchmark results
The ceph_erasure_code_benchmark output is converted into a JSON series
suitable to display in HTML with the http://www.flotcharts.org/
library. A self contained copy of the HTML,JS,CSS files is included for
durability and can be used from the source tree with:

    CEPH_ERASURE_CODE_BENCHMARK=src/ceph_erasure_code_benchmark  \
    PLUGIN_DIRECTORY=src/.libs \
        qa/workunits/erasure-code/bench.sh fplot jerasure |
        tee qa/workunits/erasure-code/bench.js

and display with:

    firefox qa/workunits/erasure-code/bench.html

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-08-04 11:42:05 +02:00
..
bench.html erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00
bench.sh erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00
examples.css erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00
jquery.flot.categories.js erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00
jquery.flot.js erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00
jquery.js erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00
plot.js erasure-code: HTML display of benchmark results 2014-08-04 11:42:05 +02:00