30.4.17 By Peter In: linux, shell No comments Getting the execution time of a command in the shell Using the 'time' utility can easily get the execution time of a command - for example: time sleep 5 should produce something like: real 0m5.011s user 0m0.000s sys 0m0.003s This (in my case) is very useful when checking how long a kernel took to compile! Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment