Time Command - Measure Execution Time | Online Free DevTools by Hexmos

Measure execution time with the Time command, a powerful system resource monitor. Analyze command performance and optimize scripts. Free online tool, no registration required.

time

Measure how long a command took to run. Note: time can either exist as a shell builtin, a standalone program or both. See also: times. More information: https://manned.org/time.

  • Run the command and print the time measurements to stdout:

time {{command}}

  • Create a very simple stopwatch (only works in Bash):

time read