TIME a simple command to give resource usage in Linux system
FORMAT
time [options] command [arguments...]
DESCRIPTION
The time command runs the specified program/command with the given arguments. When command finishes, time writes a message to standard error giving timing statistics about the program run.
...
Read more »