[
https://issues.apache.org/jira/browse/TS-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899649#action_12899649
]
Leif Hedstrom commented on TS-418:
----------------------------------
My strong preference would be to eliminate port 8091, and only use the unix
domain socket for all stats. Or at a minimum, there should only be one way of
accessing "stats" and "configurations" from command line.
I started working a little on a proposal for how to clean up the stats, there's
a rough draft at
https://cwiki.apache.org/confluence/display/TS/NewStatsAPI
> AdminClient.pm has invalid package path, preventing it's use without
> modification.
> ----------------------------------------------------------------------------------
>
> Key: TS-418
> URL: https://issues.apache.org/jira/browse/TS-418
> Project: Traffic Server
> Issue Type: Bug
> Components: Stats
> Reporter: Adam Faris
> Priority: Minor
> Original Estimate: 25h
> Remaining Estimate: 25h
>
> AdminClient.pm found under 'contrib' in cvs
> (http://svn.apache.org/viewvc/trafficserver/traffic/trunk/contrib/) has a
> couple of issues.
> ---------
> 1) there's no pod or perl documentation
> 2) there's no MakeFile to help with placing AdminClient.pm in the proper
> directory so @INC will find it.
> 3) the package statement is flawed as it's not in a Apache/TS/ directory
> structure. To use the current AdminClient.pm, one would need to modify the
> 'package' statement by hand.
> ---------
> I have a local copy where the above issues are fixed, but have questions
> about the v2 stats on port 8091. Specifically, will future stats use port
> 8091 (or whatever proxy.config.stat_collector.port is set to) or will stats
> continue to be read from the 'unix domain socket' which currently defaults to
> /usr/local/var/trafficserver/cli. If someone who knows can update this
> ticket, I can make those additions/changes before committing to SVN.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.