docs: mention CPU usage reduction
This commit is contained in:
parent
113b747e15
commit
0414df16a5
|
@ -23,10 +23,11 @@ significant testing will prove the extension's soundness.
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
You should **expect a speedup between 1.25x and 5x** depending on network
|
You should **expect a 1.25x - 5x speedup** and a **CPU usage reduction of at
|
||||||
conditions, the specific modules executed, and time spent by the target host
|
least 2x**, depending on network conditions, the specific modules executed, and
|
||||||
already doing useful work. Mitogen cannot speed up a module once it is
|
time spent by the target host already doing useful work. Mitogen cannot speed
|
||||||
executing, it can only ensure the module executes as quickly as possible.
|
up a module once it is executing, it can only ensure the module executes as
|
||||||
|
quickly as possible.
|
||||||
|
|
||||||
* **A single SSH connection is used for each target host**, in addition to one
|
* **A single SSH connection is used for each target host**, in addition to one
|
||||||
sudo invocation per distinct user account. Subsequent playbook steps always
|
sudo invocation per distinct user account. Subsequent playbook steps always
|
||||||
|
|
Loading…
Reference in New Issue