-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated access_log_parser library to 0.5.0 and add support for gorout…
…er_time and x_cf_routererror fields in Gorouter log format.
- Loading branch information
Daniel Mikusa
committed
Aug 4, 2020
1 parent
0d6c2cd
commit ece240d
Showing
4 changed files
with
96 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "top-logs" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Daniel Mikusa <[email protected]>"] | ||
edition = "2018" | ||
description = "Tops logs is a tool which can be used to parse through access logs to understand usage trends and hunt for problems" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,15 +55,17 @@ Tops logs is a tool which can be used to parse through access logs to understand | |
- Top X Client IPs | ||
- Top X X-Forwarded-For Ips | ||
- Response time histogram | ||
- Gorouter time histogram | ||
- Top X Backend Address (Cells & Platform VMs) | ||
- Top X Destination Hosts | ||
- Top X App GUIDs | ||
- Top X x_cf_routererror responses | ||
|
||
## Usage | ||
|
||
``` | ||
$ ./target/release/top-logs -i -f cloud_controller data/cloud_controller/nginx.access.log* -h | ||
top-logs 1.1.0 | ||
top-logs 1.3.0 | ||
Daniel Mikusa <[email protected]> | ||
Parses various access log formats and prints stats helpful for debugging/troubleshooting. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters