Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Canop/rhit
A nginx log explorer
https://github.com/Canop/rhit
analyzer log nginx rust trend
Last synced: 2 days ago
JSON representation
A nginx log explorer
- Host: GitHub
- URL: https://github.com/Canop/rhit
- Owner: Canop
- License: mit
- Created: 2021-01-20T20:17:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:04:36.000Z (15 days ago)
- Last Synced: 2024-11-04T18:50:24.768Z (4 days ago)
- Topics: analyzer, log, nginx, rust, trend
- Language: Rust
- Homepage: https://dystroy.org/rhit
- Size: 5.8 MB
- Stars: 830
- Watchers: 16
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-tui-software - Canop/rhit - A nginx log explorer (<a name="http"></a>http)
- awesome-list - rhit
README
[![Latest Version][s1]][l1] [![MIT][s2]][l2] [![Chat on Miaou][s3]][l3] [![Packaging status][srep]][lrep]
[s1]: https://img.shields.io/crates/v/rhit.svg
[l1]: https://crates.io/crates/rhit[s2]: https://img.shields.io/badge/license-MIT-blue.svg
[l2]: LICENSE[s3]: https://miaou.dystroy.org/static/shields/room.svg
[l3]: https://miaou.dystroy.org/3768?rust[srep]: https://repology.org/badge/tiny-repos/rhit.svg
[lrep]: https://repology.org/project/rhit/versions![logo](doc/logo-rhit.png)
**[Rhit](https://dystroy.org/rhit)** reads your nginx log files in their standard location(even gzipped), does some analysis and tells you about it in pretty tables in your console, storing and polluting nothing.
It lets you filter hits by dates, status, referers or paths, and does trend analysis.
And it's fast enough (about one second per million lines) so you can iteratively try queries to build your insight.
Here's looking at dates and trends on January hits with status 2xx and 3xx:
![intro](doc/intro.png)
**[Installation instructions and documentation on Rhit's website](https://dystroy.org/rhit)**