Skip to content

Instantly share code, notes, and snippets.

@clauswitt
Created February 12, 2011 09:44
Show Gist options
  • Save clauswitt/823650 to your computer and use it in GitHub Desktop.
Save clauswitt/823650 to your computer and use it in GitHub Desktop.
tail -670 /var/log/cli.log |grep "CLI RUN TIME"|sed 's/.*\([0-9]\.[0-9][0-9][0-9]\).*/\1/'|awk '{ s += $1 } END { print "Average: ", s/NR}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment