Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hmage/ttfb
- Owner: hmage
- Created: 2020-08-29T16:53:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T22:41:01.000Z (over 4 years ago)
- Last Synced: 2023-08-07T11:38:33.537Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)