request_log_analyzer icon indicating copy to clipboard operation
request_log_analyzer copied to clipboard

Extract some performance metrics from the request.log of a CQ/AEM instance. It can be used as an alternative to or in addition to `rlog.jar`.

Results 4 request_log_analyzer issues
Sort by recently updated
recently updated
newest added

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.11.0. Changelog Sourced from env_logger's changelog. [0.11.0] - 2024-01-19 Breaking Change Removed bespoke styling API env_logger::fmt::Formatter::style env_logger::fmt::Formatter::default_styled_level env_logger::fmt::Style env_logger::fmt::Color env_logger::fmt::StyledValue Removed env_logger::filter in favor of...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 4.4.18. Release notes Sourced from clap's releases. v4.4.18 [4.4.18] - 2024-01-16 Fixes (error) When lacking usage feature, ensure the list of required arguments is unique...

dependencies

Bumps [hyper](https://github.com/hyperium/hyper) from 0.10.16 to 1.1.0. Release notes Sourced from hyper's releases. v1.1.0 Features client: add http1::Connection without_shutdown() method (#3430) (210bfaa7) http1: Add support for sending HTTP/1.1 Chunked Trailer Fields...

dependencies

## Steps to reproduce Run with a time filter that returns no requests cargo run -- -t 1 --prometheus-listen localhost:9898 src/test/random.log Query the Prometheus endpoint curl localhost:9898 ## Result Panic!...