summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Migrated from libxslt to lxmlHEADmasterDavid Sommerseth2013-03-121-3/+7
| | | | | | | To avoid depending on libxslt-python, use the more standard Python lxml module for XSLT processing. Signed-off-by: David Sommerseth <davids@redhat.com>
* add module-specific command line optionsClark Williams2012-12-131-3/+42
| | | | | | | | | | | | | | | | | | Add command line options: --cyclictest-priority --cyclictest-distance --cyclictest-interval --cyclictest-buckets --hackbench-jobspercore --kcompile-jobspercore These options allow setting module specific behavior for a run. Updated the rteval.8 man page to reflect this and the rteval.conf file as well. Signed-off-by: Clark Williams <williams@redhat.com>
* added setup.py to version update step in release checklistClark Williams2010-08-231-2/+2
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* Updated docs with relevant up-to-date informationDavid Sommerseth2010-08-042-24/+10
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* cleaned up email address in doc/rteval.txtClark Williams2010-06-251-1/+1
|
* fixed installation commandlines for python-schedutils and python-ethtoolClark Williams2010-06-251-2/+2
| | | | | | Needed to add DESTDIR=/ to 'make install' command Signed-off-by: Clark Williams <williams@redhat.com>
* first cut at a how-to-install document for non-RHEL usersClark Williams2010-06-251-0/+47
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* Merge remote branch 'davids/master_ipv4' into workClark Williams2010-06-141-1/+1
|\
| * added example push cmd to release-checklist.txtClark Williams2010-05-131-1/+1
| | | | | | | | Signed-off-by: Clark Williams <williams@redhat.com>
| * updated text in doc/rteval.txtClark Williams2010-05-061-24/+28
| | | | | | | | | | | | Expanded explanation of load balancer and NUMA issues Signed-off-by: Clark Williams <williams@redhat.com>
* | updated doc/rteval.txt with better mlockall and load balancer explainationsClark Williams2010-06-141-33/+37
|/ | | | | | | | Make clear that mlockall does not prevent pagefaults but just ensures that regions are kept in memory. Also explain how OS load balancer can cause latencies Signed-off-by: Clark Williams <williams@redhat.com>
* updated rteval.txt whitepaperClark Williams2010-03-271-3/+110
|
* initial checkin of rteval whitepaperClark Williams2010-03-271-0/+134
|
* add upstream push to release checklistClark Williams2009-12-221-0/+1
| | | | | | Added a git push to the checklist after commit and tagging Signed-off-by: Clark Williams <williams@redhat.com>
* added release checklistClark Williams2009-12-081-0/+21
| | | | | | Added the file doc/release-checklist.txt to document release steps Signed-off-by: Clark Williams <williams@redhat.com>
* Added a TODO file for keeping track of things we need to do for rtevalClark Williams2009-08-271-0/+112
and added first cut at a man page.