summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/src/templates/plot_tables.html
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20Inlining of the graphssaksham1151-73/+72
JIRA: STORPERF-141 Change-Id: I94e82bab9796ae2e966435cb9c5b9f3651d82c06 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-09-19Implementing the extension: Display of Steady State Convergence Report - All ↵saksham1151-7/+100
block sizes In addition, introducing an intermediary page for single json portal. JIRA: STORPERF-141 Change-Id: I6dd7f43b1f0fd8293c4872e6a7c3ef909f2ddb83 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-25Addition of slope line to graphsaksham1151-2/+30
JIRA: STORPERF-195 Change-Id: I0d674c77976ba7378143edcef4485a6b90a19fc7 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-25Changes in the UIsaksham1151-106/+168
JIRA: STORPERF-194 Change-Id: If90a69c5cbfb859d6941047121fac86d9e422eca Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-16Making the container compliant with the static data and selecting saksham1151-10/+27
the metrics, report data using flask server instead of Javascript To test the static data, just enter the filename in the URL field Now the metrics and the report data are taken from the json dump using the server side(flask server) instead the client side JIRA: STORPERF-194 Change-Id: I6747aa3db30ad30920c2459b9c5eb5a0c1e3539d Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-01header.html for reporting pagesaksham1151-0/+1
JIRA: STORPERF-169 Change-Id: I47814ada495ff1a18b20d34007ab37f84b265f01 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-25Fixing URL for static filessaksham1151-6/+6
Earlier the static files were being served on /static/ now it has been fixed and are being served on /reporting/js/ and /reporting/css/ for js and css files respectively. JIRA: STORPERF-192 Change-Id: Ibcce2210de88f2359d011752513fdab9f930ab5b Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-11Change all pathsmbeierl1-0/+130
Changes the paths of all source code so that it exists under the dockerfile location for each container. This way we can use COPY instead of git clone, as well as use the existing JJB. Change-Id: I883b2957d89659c164fff0a1ebc4d677c534796d JIRA: STORPERF-188 Signed-off-by: mbeierl <mark.beierl@dell.com>