time
time dd if=/dev/random of=/dev/null count=10
will output the number of resources taken up by moving 10 blocks of random data to memory.
DZone Snippets > nevadalife > time
12309 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
time dd if=/dev/random of=/dev/null count=10