Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/summerwind/nghttp2-stream-analyzer
The stream analyzer for nghttp2.
https://github.com/summerwind/nghttp2-stream-analyzer
Last synced: 15 days ago
JSON representation
The stream analyzer for nghttp2.
- Host: GitHub
- URL: https://github.com/summerwind/nghttp2-stream-analyzer
- Owner: summerwind
- Created: 2015-12-03T14:16:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T14:25:51.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T12:01:49.004Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-http2 - nghttp2-stream-analyzer - The stream analyzer for nghttp2 (Categories / Log Parsers)
README
# Nghttp2 Stream Analyzer
This is a prototype of stream analyzer for nghttp2.
## Requirements
- Node.js v0.12 or higher
## Install
```
$ git clone https://github.com/summerwind/nghttp2-stream-analyzer.git
$ cd nghttp2-stream-analyzer
$ npm install
```## Usage
```
$ nghttpd 443 server.key server.crt -v > nghttpd.log
$ node ./analyzer.js -f nghttpd.log -o output.html
```## Screenshot
![Sceenshot](https://cloud.githubusercontent.com/assets/230145/11563026/eefe91fe-9a14-11e5-83d4-fe5db073085b.png)