Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmage/ttfb

Measure TTFB time to first byte
https://github.com/hmage/ttfb

Last synced: about 1 month ago
JSON representation

Measure TTFB time to first byte

Awesome Lists containing this project

README

        

# ttfb

Measures TTFB (Time To First Byte), inspired by [ttfb.sh](https://github.com/jaygooby/ttfb.sh), written by @jaygooby and @sandeepraju

## Installation

```
go get github.com/hmage/ttfb
```

## Usage

```
ttfb [-n int] [url ...]

-n int Number of times to fetch the url (default 1)
```

Output is coded to resemble output of [ttfb.sh](https://github.com/jaygooby/ttfb.sh)