summaryrefslogtreecommitdiffstats
path: root/server/parser/README.parser
Commit message (Collapse)AuthorAgeFilesLines
* Changed the parsing defaults for summary reportsDavid Sommerseth2012-12-201-1/+1
| | | | | | | | | | - Don't parse the cyclic_rawdata table any more. The last rteval release to use that table was v1.4. - Parse the hwlatedetect data by default. This is a new feature of rteval v2.0, so lets add this parsing by default. Signed-off-by: David Sommerseth <davids@redhat.com>
* server/parser: Make the parsing of measurement data more flexibleDavid Sommerseth2012-11-081-0/+7
| | | | | | | | | | | | | | | | | | | The parsing of measurement data was hard coded to be very cyclictest centric. With this patch, the code paths used by cyclictest parsing is made more generic and which measurement data to parse is now declared in the configuration file. The default measurement data tables are set to be cyclic_statistics, cyclic_histogram and cyclic_rawdata. These tables can be overridden by setting the measurement_tables config variable in the xmlrpc_parser section. With this change, it is now possible to extend the rteval summary.xml measurement parsing without modifying the C code at all. Only the database schema and the xmlparser.xsl files needs to be updated, and then add this new table to configuration file. Signed-off-by: David Sommerseth <davids@redhat.com>
* Updated the README files to reflect recent changesDavid Sommerseth2010-03-251-14/+43
|
* Renamed rteval_parserd to rteval-parserdDavid Sommerseth2010-03-221-7/+7
|
* Updated README files for the XMLRPC server to match latest changesDavid Sommerseth2009-12-081-0/+17
| | | | (cherry picked from commit d1e70546375f08c8ce0dc7730f671be371be2c2a)
* Changed the complete autotools setup for rteval-xmlrpcDavid Sommerseth2009-12-031-0/+151
- 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