https://github.com/summerwind/nghttp2-stream-analyzer
The stream analyzer for nghttp2.
https://github.com/summerwind/nghttp2-stream-analyzer
Last synced: 5 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T14:25:51.000Z (almost 10 years ago)
- Last Synced: 2025-07-05T03:46:32.057Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- 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
