Skip to content

CelestialLemon/extime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Extime

A simple CLI tool that measures how long a CLI command takes to execute.

Installation

Download the windows binary from the releases section. Add the path where the binary is located to PATH environment variable.

Usage

extime <command>

Sample Usage

>extime ping www.youtube.com

Pinging youtube-ui.l.google.com [142.250.182.238] with 32 bytes of data:
Reply from 142.250.182.238: bytes=32 time=5ms TTL=117
Reply from 142.250.182.238: bytes=32 time=5ms TTL=117
Reply from 142.250.182.238: bytes=32 time=5ms TTL=117
Reply from 142.250.182.238: bytes=32 time=5ms TTL=117

Ping statistics for 142.250.182.238:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 5ms, Maximum = 5ms, Average = 5ms

extime:  3095 ms

About

A CLI tool to measure execution time for Windows

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages