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
75 stars 39 forks source link

Add more data to the runs about the server environment #25

Open dmonllao opened 10 years ago

dmonllao commented 10 years ago

Copied from https://github.com/moodlehq/moodle-performance-comparison/pull/17#issuecomment-27292166:

Consider to add some extra information to runs. In order to be able to compare different os, web servers, databases, php versions... we should be able to grab, on each run, that information. Note it's information to be fetched from the server. That way we could compare performance between mysql and postgres, or php5.3 vs 5.5 or linux vs windows... or whatever. And the only way to do so is to know against which server each run was done. Right now we lack that completely. those new "variables" should not affect bases nor groupings... but perhaps should be searchable (in the form) and also readable (in the list of runs). Again, please fill a new issue for that.

stronk7 commented 10 years ago

I think these should be recorded on each run:

Having them there (with some normalization) is the 1st step and we should be recording that asap. later can be decided how that information is shown/used.