timez is a simple utility that measures the execution time and resource usage of commands. It is designed to be a very lightweight and minimal solution for measuring the performance and resource usage of commands.
- Measure execution time and resource usage of commands.
- Set the duration of the command execution.
- Ability to save results to a file.
- Verbose mode for detailed output.
- Easy-to-read output
- Lightweight
Option | Description |
---|---|
-h, --help |
Display help message. |
-v, --verbose |
Display more verbose output. |
-d, --duration |
Set the duration of the command execution in seconds. |
-o, --out |
Modify the default stream and save the results to a file. |
$ ./timez sleep 5
$ ./timez sleep 5 -d 2.5
$ ./timez sleep 5 -v
Download the latest release from the releases page.
You can either choose the statically linked binary or the dynamically linked binary.
git clone https://github.com/miteshhc/timez.git
cd timez
make
Using AUR helper (for example - yay):
yay -S timez
Available here.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! If you have any suggestions, bug reports, or want to contribute enhancements, feel free to open an issue or submit a pull request. Let's make timez even better together!