secondlife / jira-archive

2 stars 0 forks source link

[BUG-232085] [Feature Request] - SIM_STAT_CHILD_AGENT_COUNT constant for llGetSimStats(). #9437

Open sl-service-account opened 2 years ago

sl-service-account commented 2 years ago

Information

This feature request is for the llGetSimStats() constant SIM_STAT_CHILD_AGENT_COUNT.

With access to this data point, any application that runs constant scripted visual prim updates intended to be seen such as breedables, or wandering pets/livestock, stage/dance hall lighting, cycling textures on adboards or applications the use HTTP to attempt to deter region idle status can significantly cut down on this resource usage as long as they see neither main nor child agents.

We currently have a few means of getting main agent count, but no way to get child agent count.

llGetSimStats() is the chosen function instead of a stand-alone function as there have been other metrics of interest discussed recently that can be added to it as well.

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-232085 | | Summary | [Feature Request] - SIM_STAT_CHILD_AGENT_COUNT constant for llGetSimStats(). | | Type | New Feature Request | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | Lucia Nightfire (lucia.nightfire) | | Created at | 2022-04-26T18:45:50Z | | Updated at | 2022-04-27T18:07:36Z | ``` { 'Build Id': 'unset', 'Business Unit': ['Platform'], 'Date of First Response': '2022-04-27T13:07:36.841-0500', 'How would you like the feature to work?': 'This feature request is for the llGetSimStats() constant SIM_STAT_CHILD_AGENT_COUNT.\r\n\r\nWith access to this data point, applications that run constant scripted visual prim updates such as breedables, or wandering pets/livestock or applications such as stage/dance hall lighting or applications the use HTTP to attempt to deter region idle status can significantly cut down on this resource usage as long as they see neither main nor child agents.\r\n\r\nWe currently have a few means of getting main agent count, but no way to get child agent count.\r\n\r\nllGetSimStats() is the chosen function instead of a stand-alone function as there have been other metrics of interest discussed recently that can be added to it as well.', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'Target Viewer Version': 'viewer-development', 'Why is this feature important to you? How would it benefit the community?': '?', } ```
sl-service-account commented 2 years ago

Kyle Linden commented at 2022-04-27T18:07:37Z

Thank you for the suggestion. We may implement some version of this request at a future date.