Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2pt] getting statistics for iproto streams was implemented #2420

Closed
Tracked by #2589
Totktonada opened this issue Nov 9, 2021 · 0 comments · Fixed by #2887
Closed
Tracked by #2589

[2pt] getting statistics for iproto streams was implemented #2420

Totktonada opened this issue Nov 9, 2021 · 0 comments · Fixed by #2887
Assignees
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Milestone

Comments

@Totktonada
Copy link
Member

Totktonada commented Nov 9, 2021

Product: Tarantool
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_stat/
SME: @ locker
Peer reviewer: @

Details

Add new metric STREAMS to box.stat.net, which contain statistics
for iproto streams. STREAMS contains same counters as CONNECTIONS
metric in box.stat.net: current, rps and total. For example:

STREAMS:
  current: 0
  rps: 17980
  total: 112623

Requested by @EvgenyMekhanik in tarantool/tarantool@28de3fe

@xuniq xuniq added feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality labels Dec 9, 2021
@xuniq xuniq changed the title getting statistics for iproto streams was implemented [2pt?] getting statistics for iproto streams was implemented Dec 9, 2021
@xuniq xuniq added this to the Estimate [@xuniq] milestone Dec 10, 2021
@xuniq xuniq changed the title [2pt?] getting statistics for iproto streams was implemented [2pt] getting statistics for iproto streams was implemented Dec 10, 2021
@xuniq xuniq modified the milestones: Estimate [@xuniq], box.stat Dec 10, 2021
@veod32 veod32 self-assigned this May 11, 2022
@veod32 veod32 assigned p7nov and unassigned veod32 May 18, 2022
@p7nov p7nov added 1sp and removed 2sp labels May 25, 2022
p7nov added a commit that referenced this issue May 25, 2022
Fixes #2420 #2413 

Co-authored-by: Patience Daur <patiencedaur@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants