Skip to content

Instantly share code, notes, and snippets.

@mping
Created March 25, 2015 14:57
Show Gist options
  • Select an option

  • Save mping/3bcda5093e6301c81491 to your computer and use it in GitHub Desktop.

Select an option

Save mping/3bcda5093e6301c81491 to your computer and use it in GitHub Desktop.
Collectl + Colmux for quick remote monitoring
# on colmux host:
> colmux -addr 'node[01-12],othernode[1-5].linode.com' -command "-sncm" -debug 5
#run on every node:
> sudo /usr/bin/collectl -scn -oT -A10.135.5.143 --debug 1
# with parallel-ssh, hosts.txt:
> parallel-ssh -h hosts.txt sudo /usr/bin/collectl -sncm -oT -A10.135.5.143 --debug 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment