Analog Documentation

Analog Documentation

Release 1.0.0

Fabian B¨¹chler

Nov 19, 2017

Contents

1

Contents

1.1 Quickstart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

1.2 Analog API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

1.3 Changelog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

3

3

4

13

2

Authors

2.1 License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

17

17

3

Indices and tables

19

Python Module Index

21

i

ii

Analog Documentation, Release 1.0.0

Analog is a weblog analysis utility that provides these metrics:

? Number for requests.

? Response request method (HTTP verb) distribution.

? Response status code distribution.

? Requests per path.

? Response time statistics (mean, median).

? Response upstream time statistics (mean, median).

? Response body size in bytes statistics (mean, median).

? Per path request method (HTTP verb) distribution.

? Per path response status code distribution.

? Per path response time statistics (mean, median).

? Per path response upstream time statistics (mean, median).

? Per path response body size in bytes statistics (mean, median).

Code and issues are on fabianbuechler/analog. Please also post feature requests there.

Analog can be installed from PyPI at pypi.pypi/analog:

$ pip install analog

Contents

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download