文件名称:stats-nginx-module:Nginx模块,用于灵活的统计信息累积
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-18 03:53:04
nginx nginx-modules C
名称 stats-nginx-module-统计持续聚合。 地位 此Nginx模块仍在试验和开发中。 概要 http { stats_format main '${remote_addr:c} $bytes_sent ${body_bytes_sent:a}' ; stats_zone $http_host zone=stats:10m format=main; server { listen 8080 ; location / { return 200 "hello" ; stats zone=stats; } location /echo { stats_echo key= $http_host zone=stats;
【文件预览】:
stats-nginx-module-master
----ngx_http_stats_module.c(45KB)
----t()
--------00-sanity.t(575B)
--------servroot()
----valgrind.suppress(5KB)
----util()
--------test.sh(12B)
--------build.sh(797B)
----README.markdown(680B)
----config(160B)