[ 
https://issues.apache.org/jira/browse/TS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836763#action_12836763
 ] 

Raghav Jeyaraman commented on TS-157:
-------------------------------------

Copy paste error :)

The result for the current INKStat implementation(225 stats) is wrong.

It should be :
Current INKStat:
250 stats, 1000 parallel fetches - 420.941ms
225 stats, 1000 parallel fetches - 316.63ms

vector<int>
2500 stats, 1000 parallel fetches - 459.996ms
225 stats, 1000 parallel fetches - 184.773ms

The current implementation allows for only 250 stats, which is why I compared 
the performance at 225 stats. This avoids any overhead that may be associated 
with hitting the MAX limit.



> Improve stats API
> -----------------
>
>                 Key: TS-157
>                 URL: https://issues.apache.org/jira/browse/TS-157
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Stats
>            Reporter: Raghav Jeyaraman
>            Assignee: Raghav Jeyaraman
>
> As it stands today, traffic server limits the number of stats that can be 
> registered to 250. 
> The code must be changed to allow a large number of stats (100000)  to be 
> tracked.
> The API for adding coupled stats is cumbersome to use and as a result, has 
> very few users. Current stats API must be cleaned up or gotten rid of.
> Thanks,
> --raghav

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to