summaryrefslogtreecommitdiffstats
path: root/tools/bcfg2-profile-templates.py
Commit message (Collapse)AuthorAgeFilesLines
* Core: apply FAM blocking option to all commands that start a serverChris St. Pierre2013-07-091-1/+1
|
* Revert "Core: properly handle Ctrl-C"Sol Jerome2013-06-261-0/+15
| | | | | | | | | | | | | | This reverts commit 4568c44372c99ba809826e016680da9b881bd8e8. Trying to handle ^c in the core is difficult and can break STDOUT for interactive programs that invoke the core. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Server/Core.py src/sbin/bcfg2-test tools/bcfg2-profile-templates.py
* bcfg2-profile-templates.py: lots of improvementsChris St. Pierre2013-05-011-35/+60
| | | | | | | | calculate mean, median, and standard deviation display templates with high stdev properly calculate rendering times of templates on multiple clients better logging make number of runs per template configurable
* Core: properly handle Ctrl-CChris St. Pierre2013-02-251-15/+0
|
* bcfg2-profile-templates.py: various improvementsChris St. Pierre2013-01-291-60/+44
|
* updated various scripts/components to reflect updated Core invocation for ↵Chris St. Pierre2012-09-051-4/+1
| | | | thread-safety
* removed print statementsChris St. Pierre2012-08-151-2/+2
|
* added --client argument to bcfg2-profile-templates.pyChris St. Pierre2011-12-281-12/+23
|
* fixed bug when no templates are specified to bcfg2-profile-templates.pyChris St. Pierre2011-12-211-0/+2
|
* added tools for SVN postcommit log message, template render benchmarking; ↵Chris St. Pierre2011-12-151-0/+119
improved tools README