| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
Signed-off-by: Clark Williams <williams@redhat.com>
CC: David Sommerseth <davids@redhat.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Clark Williams <williams@redhat.com>
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
/usr/bin/rteval link. This exposes a problem with rpmdiff.
Signed-off-by: Clark Williams <williams@redhat.com>
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
%posttrans section to avoid upgraded package %post wiping
it out
Signed-off-by: Clark Williams <williams@redhat.com>
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| | |
Modified .gitignore to ignore rpm related directories
as well as tempdirs from test runs
|
|/
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
A variant of -Z|--summarize, but it uses another XSLT template to
generate a raw text formated version of the histogram data
|
|\
| |
| |
| |
| | |
Conflicts:
rteval/rteval_text.xsl
|
| |
| |
| |
| |
| | |
Using <xsl:text/> tags extensively to better control the text flow,
which also increases the readablity of the stylesheet.
|
|/
|
|
|
| |
Using <xsl:text/> tags extensively to better control the text flow,
which also increases the readablity of the stylesheet.
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
Makefile
rteval.spec
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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 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>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
Conflicts:
Makefile
rteval.spec
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Added <kthread> section to XML summary and merged David's fixes
to option processing and additions to XML.
|
| | |
| | |
| | |
| | |
| | | |
added code to grab kthread policy/priority via 'rtctl' and store
that in the xml summary report of a run
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
changed stats calculation to loop less
added methods for retrieving services status and kthread status
|