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

Add the average of $var per request #44

Closed dmonllao closed 10 years ago

dmonllao commented 10 years ago

Where $var can be dbreads, dbwrites, memoryused, filesincluded, serverload, sessionsize or timeused.

An option would be to display it below all graphs.

rajeshtaneja commented 10 years ago

Hello David, As per I recall, actual issue was to show graph with average increase /users*loopcounts ? I have attached a branch to do the same. https://github.com/rajeshtaneja/moodle-performance-comparison/commit/987c500c9ed565b7f9f42381c63b9889646a482e

rajeshtaneja commented 10 years ago

Removed rounding off in last commit as suggesting by Eloy.

dmonllao commented 10 years ago

The changes looks very good Rajesh, the only think that I am doubting is if we should add a CHANGELOG.txt file or something like that because of replacing the total numbers for per request numbers.

BTW, thanks for fixing https://github.com/rajeshtaneja/moodle-performance-comparison/commit/2a1637a864012a9cbdf24b63f22e0621538eb8c9#diff-ae124eb9027bc326e113460a4c008603L163

rajeshtaneja commented 10 years ago

Thanks David, I have added CHANGELOG.md and not this is part of Moodle-performance-comparison tool.