Skip to content

Instantly share code, notes, and snippets.

@KristianLyng
Created June 10, 2010 12:52
Show Gist options
  • Select an option

  • Save KristianLyng/432945 to your computer and use it in GitHub Desktop.

Select an option

Save KristianLyng/432945 to your computer and use it in GitHub Desktop.
kristian@delfin:~$ { for a in `seq 1 10000`; do /usr/bin/time -f %E bash -c echo hei > /dev/null ; done } 2>&1 | sort | uniq -c
9736 0:00.03
147 0:00.04
1 0:00.05
1 0:00.06
105 0:00.09
10 0:00.10
kristian@delfin:~$ grep -i model /proc/cpuinfo
model : 3
model name : Pentium II (Klamath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment