Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created September 5, 2019 16:45
Show Gist options
  • Save ripienaar/80fd052320a29313b18a6583971bce0a to your computer and use it in GitHub Desktop.
Save ripienaar/80fd052320a29313b18a6583971bce0a to your computer and use it in GitHub Desktop.
$ time ./go-choria req rpcutil ping --nodes list --display failed
40584 / 40584 1s [====================================================================] 100%
Finished processing 40584 / 40584 hosts in 1.83326912s
real 0m1.930s
user 0m3.661s
sys 0m0.862s
$ time mco rpc rpcutil ping --nodes list --display failed --publish_timeout 60
Discovering hosts using the flatfile method for 20 second(s) .... 40584
* [ ============================================================> ] 40584 / 40584
Finished processing 40584 / 40584 hosts in 24774.29 ms
real 0m25.594s
user 0m22.626s
sys 0m2.647s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment