summaryrefslogtreecommitdiffstats
path: root/server/sql
Commit message (Collapse)AuthorAgeFilesLines
* Added support for PostgreSQL arrays + store cpu_topology CPU spread as an arrayDavid Sommerseth2011-10-072-0/+212
| | | | | | | | Implemented a new value type for the internal <sqldata/> XML format, which will store data in an PostgreSQL array. This is used now to store the CPU core spread of the socket in a sepearate field in rtevalruns_details. Signed-off-by: David Sommerseth <davids@redhat.com>
* Moved annotation data into a separate table field in rtevalruns_detailsDavid Sommerseth2011-01-102-0/+211
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Added basic info for more CPU topology infoDavid Sommerseth2010-03-312-3/+7
| | | | | | | Have not yet implemented extraction new cpu_topology tags, but the summary of this information will go into the num_cpu_cores and num_cpu_sockets fields in the database. Right now it only takes the /rteval/hardware/cpu_cores and puts it into num_cpu_cores
* Added storing NUMA nodes in to rtevalruns_detailsDavid Sommerseth2010-03-262-0/+2
|
* Fixed wrong GRANT statement on the rteval_info tableDavid Sommerseth2010-03-251-1/+1
|
* Added support for storing Linux distro in the databaseDavid Sommerseth2010-03-252-0/+207
|
* Updated the SQL database schema and XML parser stylesheetDavid Sommerseth2009-12-082-0/+215
| | | | | | | | | | | | - This database schema introduces the rteval_info table which should contain rather static information about the current rteval installation. - New data fields from cyclictest are introduces (variance and mean_abs_dev) - Added //sqldata/@schemaver attributes to all defined tables in xmlparser.xsl - Introduced a delta-1.0_1.1.sql file which will update the old 1.0 based database schema to the new 1.1 version.
* Changed the complete autotools setup for rteval-xmlrpcDavid Sommerseth2009-12-031-0/+187
- Rewrote the complete autotools setup for rteval server to also include the XMLRPC interface - Compiles and installs both the Python files needed for Apache+mod_python and the files needed for the rteval_parserd - ./configure accepts --with-xmlrpc-webroot to set the directory of the XML-RPC files needed for mod_python. If this is not set, those files will not be installed. - Moved the sql/rteval-1.0.sql file into the server directory, where it is needed and install this file into the doc directory