文件名称:elblog:用于分析 Amazon Elastic Load Balancing 访问日志的工具
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-18 04:34:03
Go
博客 描述 用于分析 Amazon Elastic Load Balancing 访问日志的工具。 最初开发用于处理访问日志。 用法 按指定的时间间隔过滤日志条目 elblog interval interval [command options] [arguments...] 命令interval输出指定持续时间之前的日志条目。 如果指定了--hour标志,则输出将包含前一小时的日志条目。 指定--day标志将显示--day一天开始的日志条目。 要输出自定义持续时间的日志条目, --duration标志与自定义持续时间值一起使用。 --duration flug 的值必须符合 time.ParseDuration Go 函数的输入。 持续时间字符串是一个可能有符号的十进制数序列,每个都有可选的分数和单位后缀,例如“300ms”、“-1.5h”或“2h45m”。 有效时间单
【文件预览】:
elblog-master
----reducer.go(4KB)
----reader.go(587B)
----testdata()
--------count_request_param.log(780B)
----parser.go(1KB)
----output()
--------output.go(2KB)
----example()
--------all.sh(1KB)
----reducer_test.go(641B)
----LICENSE(1KB)
----README.md(5KB)
----cmd()
--------elblog()
----CHANGELOG.md(151B)