koder aka kdanilov | 5fd7bd9 | 2015-03-31 02:55:20 +0300 | [diff] [blame^] | 1 | go over each file and make sure, that we need it |
| 2 | fix pgbench |
| 3 | add ability to store all data into local file (bson/msgpack?) |
| 4 | update report generation code |
| 5 | allow to run package directly |
| 6 | make a normal python package |
| 7 | add options for username, build description, etc |
| 8 | provide API for retreiving data |
| 9 | fuel port forwarding and censor data collecting |
| 10 | |
| 11 | store all taken actions in special file and add 'clear' command to clear results |
| 12 | or make a separated watchdog process, which would clear results |
| 13 | |
| 14 | INTEGRATE WITH BLKTRACE/SEEKWATCHER/perf |
| 15 | |
| 16 | !!!!add warm-up stage to each fio test!!!!!! and make io.py to ignore results from it |
| 17 | |
| 18 | create first release |
| 19 | |
| 20 | WE NEED MORE HIGHT_LEVEL TESTS |
| 21 | IMPLEMENT TEMPLATE FROM |
| 22 | |
| 23 | Gchart looks really like 2000. Please investigate more |
| 24 | modern-looking tools, like http://pygal.org/, http://www.flotcharts.org/ |
| 25 | and hundreds of thousands of javascript-python-c++ tools - |
| 26 | https://wiki.python.org/moin/NumericAndScientific/Plotting, |
| 27 | http://www.rgraph.net/examples/bar-line-and-pie-charts.html, ... |
| 28 | http://www.sitepoint.com/15-best-javascript-charting-libraries/ |
| 29 | |
| 30 | |
| 31 | make nodes.discover.discover pluggable |
| 32 | |
| 33 | fix grafana + influx installation |
| 34 | |
| 35 | allow to owerwrite config options from command=line |
| 36 | |
| 37 | ceph sensors support |
| 38 | fio package deployment on test nodes |
| 39 | send data to influx |
| 40 | integrate with grafana |
| 41 | integrated with db |
| 42 | collected lab data during test (check and fix this code) |
| 43 | |
| 44 | need to store complete hardware information (e.g. like in |
| 45 | certification, but even more, but with controllable levels). |
| 46 | It also should dump network topology. |
| 47 | |
| 48 | make a separated library for gathering hw info for node |
| 49 | |
| 50 | create a wiki page with tool description |
| 51 | create a wiki page with usage descriptions |
| 52 | create a wiki page with test selection description |
| 53 | and where all calculations explained |
| 54 | create a wiki page with test selection evaluation and provement |
| 55 | create a separated repos for config |
| 56 | |
| 57 | |
| 58 | Test methodology: |
| 59 | https://software.intel.com/en-us/blogs/2013/10/25/measure-ceph-rbd-performance-in-a-quantitative-way-part-i |