GitHub user zizhong opened a pull request:

    https://github.com/apache/trafficserver/pull/1609

    Adding a stat page for HTTP connection count

    Adding a stat page for HTTP connection count.
    This is useful to monitor connections between ATS and origin server. The 
format of the JSON output is as follows:
    ```
    {
        connectionCountSize: 1,
        connectionCountList: [{
                ip: "127.127.127.127",
                port: 8080,
                hostname_hash: "07F5F13EFFBE8CD71C778A67A95AE5XX",
                connection_count: 97
        }]
    }
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zizhong/trafficserver stat_connection_count

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1609.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1609
    
----
commit c3a9990a146cc0168164a319fcf1a8687addae31
Author: Zizhong Zhang <zizh...@linkedin.com>
Date:   2017-03-27T17:32:56Z

    Adding a stat page for HTTP connection count

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to