diff options
author | Loic Dachary <loic@dachary.org> | 2014-05-30 15:24:25 +0200 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2014-08-04 11:42:05 +0200 |
commit | 8363a94a60bd7d9f729ddc7d32f1881f01100180 (patch) | |
tree | 3d3ac4f72d1514c1f66abe3edb6a64240a5c3c0e /COPYING | |
parent | COPYING: Cloudwatt copyright is inline (diff) | |
download | ceph-8363a94a60bd7d9f729ddc7d32f1881f01100180.tar.xz ceph-8363a94a60bd7d9f729ddc7d32f1881f01100180.zip |
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>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -132,3 +132,12 @@ Packaging: Copyright (C) 2004-2009 by Sage Weil <sage@newdream.net> Copyright (C) 2010 Canonical, Ltd. Licensed under LGPL-2.1 + +File: qa/workunits/erasure-code/jquery.js + Copyright 2012 jQuery Foundation and other contributors + Released under the MIT license + http://jquery.org/license + +Files: qa/workunits/erasure-code/jquery.{flot.categories,flot}.js + Copyright (c) 2007-2014 IOLA and Ole Laursen. + Licensed under the MIT license. |