Skip to content

Instantly share code, notes, and snippets.

@hornos
Created March 31, 2014 13:46
Show Gist options
  • Select an option

  • Save hornos/9892584 to your computer and use it in GitHub Desktop.

Select an option

Save hornos/9892584 to your computer and use it in GitHub Desktop.
overload
gstat -i manager -a -1 | grep ^cn | awk '{print $11}' | sed s/\,// | awk 'BEGIN{sum=0;c=1}{sum+=$0;++c}END{print sum/c}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment