For comparison on a small Digital Ocean instance (512MB):

$ time -p ansible localhost -m shell -a 'echo helloworld'
localhost | SUCCESS | rc=0 >>
helloworld

real 0.62
user 0.45
sys 0.16

$ ansible --version
ansible 2.1.0.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides

$ cat /etc/issue.net
Ubuntu 14.04.4 LTS

Regards,
- Robert

On Tue, Aug 30, 2016 at 11:37 PM, Michael Dexter <[email protected]> wrote:
>
> (just keeps waiting)
>
>
> So, I tried Ansible and found that, quite remarkably, it can run "echo
> hello world" on localhost in between 8 and 10 seconds, spiking my disk
> at 60% load:
>
> /usr/bin/time -h ansible localhost -m shell -a 'echo helloworld'
> 8.09s real...
>
> Seriously?
>
> Anyone else been burned by Python's performance, short of the Scribus
> guy who was forced to move to C++? (Though says he could use a
> remarkable number of his Python structures with modification)
>
> Michael
> _______________________________________________
> PLUG mailing list
> [email protected]
> http://lists.pdxlinux.org/mailman/listinfo/plug
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to