GithubHelp home page GithubHelp logo

Comments (5)

vozlt avatar vozlt commented on July 2, 2024

Hi.
Please see the issues/21.

from nginx-module-vts.

kietnlt avatar kietnlt commented on July 2, 2024

Thanks so much for your help.
But I think the variable "Total Active Connection" is not CCU because it means how many sessions user interacting with web server. For example, If one user opens two sessions concurrently, the " Total active connection" is 2 but CCU is only 1, i think that.
If there have any mistaken in my options, would you like to give me the favors ?

from nginx-module-vts.

vozlt avatar vozlt commented on July 2, 2024

You're right.
Do you maybe want to count the number of unique IP addresses per second?
The above feature has not been implemented.

from nginx-module-vts.

kietnlt avatar kietnlt commented on July 2, 2024

Hi,
Thanks for your help. The module you write is very interesting. It helps me so much in my project to monitor Nginx server. The variable "Total active connections" sum up Request per seconds in each vHost, doesn't it ?
Best regards,
Tuan Kiet.

from nginx-module-vts.

vozlt avatar vozlt commented on July 2, 2024

Yes, probably I think so if the keepalive is disabled(keepalive_timeout 0).
The variable ngx_stat_active(active) increased only one per a tcp connection and decreased when a tcp connection is closed.
FYI, See the ngx_http_stub_status_module and status variables in issue/35.

from nginx-module-vts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.