Created
June 10, 2010 12:52
-
-
Save KristianLyng/432945 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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