Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex313031/thorium-netlog-viewer
Fork of the Chromium NetLog Viewer for Thorium.rocks
https://github.com/alex313031/thorium-netlog-viewer
chromium logging netlog thorium webdev
Last synced: 9 days ago
JSON representation
Fork of the Chromium NetLog Viewer for Thorium.rocks
- Host: GitHub
- URL: https://github.com/alex313031/thorium-netlog-viewer
- Owner: Alex313031
- License: bsd-3-clause
- Created: 2022-07-11T09:06:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T22:39:54.000Z (9 months ago)
- Last Synced: 2024-05-21T04:17:55.193Z (6 months ago)
- Topics: chromium, logging, netlog, thorium, webdev
- Language: HTML
- Homepage: https://thorium.rocks/misc/thorium_netlog_viewer/netlog.html
- Size: 4.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Thorium NetLog Viewer
Fork of the [Chromium NetLog Viewer](https://chromium.googlesource.com/catapult/+/master/netlog_viewer/) for [Thorium.rocks](https://thorium.rocks/).This app loads [NetLog .json files](https://www.chromium.org/developers/design-documents/network-stack/netlog) generated by Thorium's `chrome://net-export`. Log data is processed and visualized entirely on the client side (your browser). Data is never uploaded
to a remote endpoint.The latest version of the Thorium Net Log Viewer can be accessed: [Here](https://thorium.rocks/misc/thorium_netlog_viewer/netlog.html) \
The latest version of the Chromium Net Log Viewer can be accessed: [Here](https://netlog-viewer.appspot.com/)## Usage
Go to *chrome://net-export/* and start a logging session. When you stop the session it will save the log file. By default it will save `chrome-net-export-log.json` to your Downloads folder. You can then upload/drag n' drop the file into the NetLog window.__Advanced Usage:__ For more advanced usage, including starting logging when Thorium starts, see > https://www.chromium.org/for-testers/providing-network-details/
To run locally, clone the repo, and then you can run `serve_static.sh` (Linux), or `serve_static.bat` (Windows) and open your browser to *http://0.0.0.0:8086/netlog.html* to use it.
See [CONTRIBUTING.md](https://github.com/Alex313031/Thorium_NetLog_Viewer/blob/main/CONTRIBUTING.md) for details on how to modify and run locally, or report bugs.