real = the total amount of time it took to execute the command. In this case that was one minute and forty eight point six four seconds.
user = the amount of time the command was running user code. User code is a program instruction that doesn't involve a system call.
sys = the amount of time the command was running system, or kernel, code.
real 1m48.64s
user 0m4.17s
sys 0m11.33s
You'll notice that user and sys times don't add up to real. This is quite possible, commands often spend time idle when other things are running; the example above is quite extreme though. Mike
________________________________________________________________
"Experience is the comb that Nature gives us, after we are bald."
Is that a haiku?
I never could get the hang
of writing those things.