nginx-module-stream-sts
nginx-module-stream-sts copied to clipboard
Nginx stream server traffic status core module
The calculated average will be smaller than the actual value when the number of effective values in the queue is less than `q->len - 1`.
incorrectly inserted `connect_time ` into the queue `first_byte_times `
can't use server_traffic_status_dump
Hi, I have successfully compiled a binary with these modules: $ ./nginx -V nginx version: nginx/1.15.12 built by clang 10.0.1 (clang-1001.0.46.4) configure arguments: --with-stream --add-module=./nginx-module-sts --add-module=./nginx-module-stream-sts conf file: events {...
I am building it on ubuntu. Following is the config from debian/rules full_configure_flags := \ $(common_configure_flags) \ --with-http_addition_module \ --with-http_geoip_module=dynamic \ --with-http_gunzip_module \ --with-http_gzip_static_module \ --with-http_image_filter_module=dynamic \ --with-http_sub_module \ --with-http_xslt_module=dynamic...
Hello, we use `vts` and `sts` nginx modules. Unfortunately we have experienced strange performance issues and after debugging it seems that `sts` module causes them. We have couple of nginx...
HI! After clients connect to our TCP application the connections remain in ESTABLISHED state for rather long time (days or weeks). When I refresh the stats page I don't see...
i have already clone sts and sts-stream-module(save at /usr/local) , and configre like this : ./configure --without-pcre \ --prefix=/usr/local/nginx \ --with-debug \ --without-http_rewrite_module \ --with-poll_module \ --with-http_stub_status_module \ --add-module=/usr/local/nginx-module-sts --add-module=/usr/local/nginx-module-stream-sts...
Hello: there is the module [(nginx-stream-upsync-module )](https://github.com/xiaokai-wang/nginx-stream-upsync-module) dynamic upsync the upstream server, how can nginx-module-streem-sts trace the newest upstream server ?
**OS:** CentOS 6.9 **Nginx info:** - 1.12.0 - build with dynamic module - /usr/lib64/nginx/ngx_http_stream_server_traffic_status_module.so - /usr/lib64/nginx/ngx_stream_server_traffic_status_module.so `--add-dynamic-module=nginx-module-sts-0.1.0 --add-dynamic-module=nginx-module-stream-sts-0.1.0` - order of load module - check 3 case and get same...