how does this work???

can someone tell me the meaning of this commnad,
If you want to see a grand total of CPU time for a program when it finishes running, you can use the time command. At the Unix prompt, enter:

time java myprog

Replace myprog with the name of the program you are running. The following is an output example for users in the csh or tcsh shells:

1.406u 0.042s 0:04.96 29.0% 2+5k 0+1io 0pf+0w

i know meaning of first half (1.406u 0.042s 0:04.96 29.0%). plz. post replies for the second half if anyone knows about it

cheers
lokky

See other thread