Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mplewis/prof
- Owner: mplewis
- Created: 2015-08-05T04:44:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T20:20:07.000Z (over 9 years ago)
- Last Synced: 2024-04-13T04:56:09.512Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 10Profile 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