Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mplewis/prof

Profile a site by hitting it a bunch of times
https://github.com/mplewis/prof

Last synced: 2 months ago
JSON representation

Profile a site by hitting it a bunch of times

Awesome Lists containing this project

README

        

# prof.js

Profile a site by hitting it a bunch of times and getting min/mean/median/max TTFB and full load times.

# Usage

Install deps:

```
npm install
```

Run it:

```
Usage: prof ./prof.js -s http://google.com -c 10

Profile a site

Options:

-h, --help output usage information
-V, --version output the version number
-s, --site Site to profile
-c, --count Number of requests
```

# License

MIT