Github user bryancall commented on the issue:

    https://github.com/apache/trafficserver/issues/1532
  
    There is an issue with the number of real TCP connections, the stats that 
keeps track of the number of current client connections, and the number of 
http2 client sessions.  All of them disagree:
    
    ```
    [bcall@e24 ~]$ ss -tn | awk '{print $4}' | grep -c :80 ; ss -tn | awk 
'{print $4}' | grep -c :443; traffic_ctl metric get 
proxy.process.net.accepts_currently_open; traffic_ctl metric match 
current_client_sessions
    253
    1364
    proxy.process.net.accepts_currently_open 9
    proxy.process.http2.current_client_sessions 41804
    ```


---
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