chrome-http2-log-parser
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "chrome-http2-log-parser", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Parse Chrome's http/2 net-internals logs", | ||
"main": "index.js", | ||
"bin": "cli.js", | ||
"engines": { | ||
@@ -29,4 +30,5 @@ "node": ">=4.2" | ||
"dependencies": { | ||
"jade": "^1.11.0" | ||
"jade": "^1.11.0", | ||
"meow": "^3.7.0" | ||
} | ||
} |
@@ -18,5 +18,24 @@ # chrome-http2-log-parser | ||
## Usage | ||
Given a file `session.txt` that contains the output of the Chrome | ||
## CLI | ||
```sh | ||
$ chrome-http2-log-parser --help | ||
Usage | ||
$ chrome-http2-log-parser | ||
Options | ||
-f, --file file path containing the output of Chrome HTTP/2 net-internals log | ||
--reporter html, generate a html table representing the parsed log data | ||
--interval the resolution in milliseconds of the report | ||
Examples | ||
$ chrome-http2-log-parser --file=./test/fixtures/session.txt --reporter=html --interval=5 | ||
``` | ||
## API Usage | ||
Given a file `session.txt` gathered from `chrome://net-internals/#export` that contains the output of the Chrome | ||
HTTP/2 net-internals log, and given that it is a sibling of the file | ||
@@ -64,4 +83,1 @@ `report.js` that contains the following code: | ||
## TODO | ||
- Ability to run `chrome-http2-log-parser --file=<filename> --reporter=html --interval=5` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99511
13
219
82
2
+ Addedmeow@^3.7.0
+ Addedarray-find-index@1.0.2(transitive)
+ Addedcamelcase@2.1.1(transitive)
+ Addedcamelcase-keys@2.1.0(transitive)
+ Addedcurrently-unhandled@0.4.1(transitive)
+ Addederror-ex@1.3.2(transitive)
+ Addedfind-up@1.1.2(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-stdin@4.0.1(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhosted-git-info@2.8.9(transitive)
+ Addedindent-string@2.1.0(transitive)
+ Addedis-arrayish@0.2.1(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedis-finite@1.1.0(transitive)
+ Addedis-utf8@0.2.1(transitive)
+ Addedload-json-file@1.1.0(transitive)
+ Addedloud-rejection@1.6.0(transitive)
+ Addedmap-obj@1.0.1(transitive)
+ Addedmeow@3.7.0(transitive)
+ Addednormalize-package-data@2.5.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedparse-json@2.2.0(transitive)
+ Addedpath-exists@2.1.0(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpath-type@1.1.0(transitive)
+ Addedpify@2.3.0(transitive)
+ Addedpinkie@2.0.4(transitive)
+ Addedpinkie-promise@2.0.1(transitive)
+ Addedread-pkg@1.1.0(transitive)
+ Addedread-pkg-up@1.0.1(transitive)
+ Addedredent@1.0.0(transitive)
+ Addedrepeating@2.0.1(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedspdx-correct@3.2.0(transitive)
+ Addedspdx-exceptions@2.5.0(transitive)
+ Addedspdx-expression-parse@3.0.1(transitive)
+ Addedspdx-license-ids@3.0.20(transitive)
+ Addedstrip-bom@2.0.0(transitive)
+ Addedstrip-indent@1.0.1(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedtrim-newlines@1.0.0(transitive)
+ Addedvalidate-npm-package-license@3.0.4(transitive)