brbzull0 opened a new pull request, #12260: URL: https://github.com/apache/trafficserver/pull/12260
Don't review it just yet. I'll rebase this once https://github.com/apache/trafficserver/pull/12245 is merge into master. _**Note: There is no new `traffic_ctl` option as for now this can just be invoked by the `traffic_ctl` [invoke](https://docs.trafficserver.apache.org/en/latest/appendices/command-line/traffic_ctl.en.html#cmdoption-traffic_ctl-rpc-arg-invoke) option.**_ ```bash $ traffic_ctl rpc invoke get_connection_tracker_info -p 'table: both' -f json | jq .result { "outbound": { "count": "1", "list": [ { "type": "both", "ip": "127.0.0.1:80", "fqdn": "127.0.0.1", "current": "8", "max": "8", "blocked": "0", "alert": "0" } ] }, "inbound": { "count": "1", "list": [ { "type": "ip", "ip": "127.0.0.1:34226", "fqdn": "", "current": "2", "max": "0", "blocked": "0", "alert": "0" } ] } } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org