The time utility is a program that measures many of the CPU resources, such as time and memory, that other programs use. The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements.
Although the shell has a builtin command providing similar functionalities, this utility is required by the LSB.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://ftp.gnu.org/gnu/time/time-1.8.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/time/time-1.8.tar.gz
Download MD5 sum: 4e00dcb8c3ab11c7cf5a0d698828ac96
Download size: 533 KB
Estimated disk space required: 3.9 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/time
Install Time by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2018-02-25 15:41:39 -0800