From 0414df16a5d827115e1fe498a879f2244f99c55a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 18 Feb 2018 14:44:53 +0545 Subject: [PATCH] docs: mention CPU usage reduction --- docs/ansible.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index d69a3f8a..a468252b 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -23,10 +23,11 @@ significant testing will prove the extension's soundness. Overview -------- -You should **expect a speedup between 1.25x and 5x** depending on network -conditions, the specific modules executed, and time spent by the target host -already doing useful work. Mitogen cannot speed up a module once it is -executing, it can only ensure the module executes as quickly as possible. +You should **expect a 1.25x - 5x speedup** and a **CPU usage reduction of at +least 2x**, depending on network conditions, the specific modules executed, and +time spent by the target host already doing useful work. Mitogen cannot speed +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 sudo invocation per distinct user account. Subsequent playbook steps always