summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Ignore *.o filesDavid Sommerseth2009-11-101-0/+1
| | | | |
| * | | | Corrected commentsDavid Sommerseth2009-11-101-2/+4
| | | | |
| * | | | Cosmetic fixDavid Sommerseth2009-11-101-1/+1
| | | | |
| * | | | Ignore files generated by autoreconfDavid Sommerseth2009-11-101-0/+7
| | | | |
| * | | | Fixed a misleading log message during shutdown and a tiny memleakDavid Sommerseth2009-11-101-3/+2
| | | | |
| * | | | Added new config parameter: max_report_sizeDavid Sommerseth2009-11-106-7/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid potential DoS attacks by sending big XML files, the max_report_size rejects reports which is bigger than this value. The default value is 2MB if this value is not configured. A new status code was introduced, STAT_FTOOBIG (12). The submissionqueue record will be updated with this value on records which fails this check. In addition minor SIGSEGV failure was fixed when rteval_parserd shutsdown before worker threads have really started.
| * | | | Fixed potential thread collision with oid return valuesDavid Sommerseth2009-11-101-3/+4
| | | | |
| * | | | Build and package rteval_parserdDavid Sommerseth2009-11-051-8/+33
| | | | |
| * | | | autotoolised rteval_parserdDavid Sommerseth2009-11-055-13/+1266
| | | | |
* | | | | include rteval/rteval_histogram_raw.xsl in Makefile and specfileClark Williams2009-11-282-2/+9
| |_|_|/ |/| | | | | | | | | | | | | | | Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
* | | | Fix mismatch between rteval.py and specfileClark Williams2009-11-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Clark Williams <williams@redhat.com>
* | | | version bump to 1.12Clark Williams2009-11-252-4/+8
| | | |
* | | | fix incorrect manipulation of cyclictest thread prioritiesClark Williams2009-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running multiple measurement realtime threads (-t -p<N>), cyclictest normally starts one thread with the specified priority N, then decrements that priority for each subsequent thread. But, using the histogram option (which rteval does) changes this logic so that all measurement threads are equal priority. Change this in cyclictest.py. Signed-off-by: Clark Williams <williams@redhat.com>
* | | | ensure that no double-slashes appear in symlink path for theClark Williams2009-11-162-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | /usr/bin/rteval link. This exposes a problem with rpmdiff. Signed-off-by: Clark Williams <williams@redhat.com>
* | | | changed generation of /usr/bin/rteval to be during %install andClark Williams2009-11-101-9/+8
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | added /usr/bin/rteval back to %files section (on recommendation of mikeb) Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com CC: Mike Bonnet <mikeb@redhat.com>
* | | modified symlink creation for /usr/bin/rteval to be in theClark Williams2009-11-091-2/+5
| | | | | | | | | | | | | | | | | | | | | %posttrans section to avoid upgraded package %post wiping it out Signed-off-by: Clark Williams <williams@redhat.com>
* | | fixed incorret dependency for libxsltClark Williams2009-11-091-2/+5
| | |
* | | version bump to 1.11Clark Williams2009-11-062-5/+7
| | |
* | | updated change log to include base OS changesClark Williams2009-11-061-1/+2
| | |
* | | capture base OS infoClark Williams2009-11-062-0/+20
| |/ |/| | | | | | | | | | | | | | | Added routine to capture base OS (RHEL vs. Fedora) info and put into the XML summary; also modified xsl report file to show the base OS info in report Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
* | added ignores for generated files and directoriesClark Williams2009-11-051-1/+5
| | | | | | | | | | Modified .gitignore to ignore rpm related directories as well as tempdirs from test runs
* | split rteval into two separate packagesClark Williams2009-11-053-55/+87
|/ | | | | | | | | | split split the current rteval rpm logic into two specfiles: rteval.spec - python and xml stuff rteval-loads.spec - tarballs for loads modified Makefile to deal with this and to add rpmlint target Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
* added group field to xmlrpc sub-package in rteval.specClark Williams2009-11-041-2/+3
| | | | | | | | RHEL rpmbuild requires a group field for subpackages (Fedora doesn't). Put the xmlrpc subpackage in the Applications/System group. Signed-off-by: Clark Williams <williams@redhat.com>
* version bump to 1.10Clark Williams2009-11-042-2/+6
|
* add config file sections for cyclictestClark Williams2009-11-043-3/+16
| | | | | | | | | | Added a config file section for setting parameters used by cyclictest. Handle two parameters: buckets: <n> - the number 1us histogram buckets to allocate [2000] interval: <n> - the polling interval in microseconds [100] Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
* version bump to 1.9Clark Williams2009-11-032-3/+9
|
* New feature: rteval <-H | --raw-histogram>David Sommerseth2009-10-292-5/+63
| | | | | A variant of -Z|--summarize, but it uses another XSLT template to generate a raw text formated version of the histogram data
* Merge commit 'origin/master_ipv4' into master_ipv4David Sommerseth2009-10-290-0/+0
|\ | | | | | | | | Conflicts: rteval/rteval_text.xsl
| * Cleaned up the rteval_text.xslDavid Sommerseth2009-10-291-48/+148
| | | | | | | | | | Using <xsl:text/> tags extensively to better control the text flow, which also increases the readablity of the stylesheet.
* | Cleaned up the rteval_text.xslDavid Sommerseth2009-10-291-48/+148
|/ | | | | Using <xsl:text/> tags extensively to better control the text flow, which also increases the readablity of the stylesheet.
* Sort CPU cores as numbers, not as string (which is the default)David Sommerseth2009-10-291-1/+1
|
* Merge commit 'clark/master' into local clark work branchDavid Sommerseth2009-10-263-28/+69
|\ | | | | | | | | | | Conflicts: Makefile rteval.spec
| * version bump to 1.8Clark Williams2009-10-202-4/+2
| |
| * fixed command line issue with sysreport optionClark Williams2009-10-202-4/+6
| | | | | | | | | | | | | | Fixed incorrect option being passed to sysreport option and added debugging messages around generation and moving of sysreport Signed-off-by: Clark Williams <williams@redhat.com>
| * fixed specfile issues and added better failure message on NFSClark Williams2009-10-202-3/+8
| | | | | | | | | | | | | | | | | | | | Fixed bogus %changelog date and removed leftover load tarball in rteval %files section. Caught permissions failure when running on NFS filesystem with root squash. Signed-off-by: Clark Williams <williams@redhat.com>
| * reworked Makefile and specfile install/uninstall logicClark Williams2009-10-202-22/+52
| | | | | | | | | | | | | | | | Moved the install work from the specfile %install section to the Makefile 'install' target. Also added an 'uninstall' target so the source tree may be used directly for installation/uninstallation Signed-off-by: Clark Williams <williams@redhat.com>
* | Fixed rpmlint complaintsDavid Sommerseth2009-10-261-25/+31
| |
* | Merge branch 'master_ipv4' into clarkDavid Sommerseth2009-10-2638-279/+5100
|\ \ | |/ |/| | | | | | | Conflicts: Makefile rteval.spec
| * Added missing SQL script for rteval-xmlrpc packageDavid Sommerseth2009-10-262-2/+3
| |
| * Added missing COPYING file to rteval-xmlrpcDavid Sommerseth2009-10-261-1/+1
| |
| * Added xmlrpc mod_python stuff into rteval.spec fileDavid Sommerseth2009-10-264-14/+48
| | | | | | | | | | | | Rewrote the server/install.sh a little bit and moved out the apache conf generation to server/gen_config.sh which is also used by the rteval.spec file.
| * Cleaned up the XML-RPC serverDavid Sommerseth2009-10-266-227/+17
| | | | | | | | | | | | Removed code not needed any more and updated README with correct information. This is all connected to the introduction of the rteval_parserd process, which is found in ./parser.
| * A few of fixesDavid Sommerseth2009-10-231-22/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | - rteval do not collect system info before it's really needed This avoids system data collection when running rteval with --summarize. - Fixed get_kthreads() to ignore lines which do not have number in the first column. On some boxes, rtctl prints some warnings before it prints the thread list. - Made --summarize work more independently of the self.xmlreport variable.
| * Merge commit 'origin/master_ipv4' into master_ipv4David Sommerseth2009-10-230-0/+0
| |\
| | * Cleaned up the service XML tagsDavid Sommerseth2009-10-231-1/+1
| | |
| * | Cleaned up the service XML tagsDavid Sommerseth2009-10-231-1/+1
| | |
| * | version bump to 1.7Clark Williams2009-10-232-2/+7
| | | | | | | | | | | | | | | Added <kthread> section to XML summary and merged David's fixes to option processing and additions to XML.
| * | added <kthread> section to XML reportClark Williams2009-10-231-7/+29
| | | | | | | | | | | | | | | added code to grab kthread policy/priority via 'rtctl' and store that in the xml summary report of a run
| * | updated changelog statusClark Williams2009-10-231-0/+4
| | |
| * | version bump to 1.6Clark Williams2009-10-232-2/+2
| | | | | | | | | | | | | | | changed stats calculation to loop less added methods for retrieving services status and kthread status