moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
76 stars 40 forks source link

Display numeric data in the user interface #26

Open dmonllao opened 11 years ago

dmonllao commented 11 years ago

Something like what the previous UI was doing, to show absolute numbers by user. The numbers are currently displayed but we have to hover the bars/lines to see them, which is not specially convenient.

We can also think if would be better to also display it for each step...

stronk7 commented 11 years ago

I'm not sure if I get the meaning of "to show absolute numbers by user.". I remember I commented somewhere that it would be great to get the numeric differences in the graphs, not sure it this is about that. Anyway, any change to make the graphs more informative is ok here.

dmonllao commented 11 years ago

Yes Eloy, it is about this; the totals we are showing when hovering the graph lines are the summatory of the test plan users, the previous UI is showing the numbers of dbreads, dbwrites... for each user. We might be interested in totals as well as differences for each user (calculating the median)