]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: HTML display of benchmark results 1875/head
authorLoic Dachary <loic@dachary.org>
Fri, 30 May 2014 13:24:25 +0000 (15:24 +0200)
committerLoic Dachary <loic@dachary.org>
Mon, 4 Aug 2014 09:42:05 +0000 (11:42 +0200)
commit8363a94a60bd7d9f729ddc7d32f1881f01100180
tree3d3ac4f72d1514c1f66abe3edb6a64240a5c3c0e
parent3cc723450a36ef8628666bb5a0231d2e0985f2d9
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>
COPYING
qa/workunits/erasure-code/bench.html [new file with mode: 0644]
qa/workunits/erasure-code/bench.sh
qa/workunits/erasure-code/examples.css [new file with mode: 0644]
qa/workunits/erasure-code/jquery.flot.categories.js [new file with mode: 0644]
qa/workunits/erasure-code/jquery.flot.js [new file with mode: 0644]
qa/workunits/erasure-code/jquery.js [new file with mode: 0644]
qa/workunits/erasure-code/plot.js [new file with mode: 0644]