Skip to content
Snippets Groups Projects
Commit 28de3fec authored by EvgenyMekhanik's avatar EvgenyMekhanik Committed by Kirill Yukhin
Browse files

iproto: implement getting statistics for iproto streams

Currently there are several statistic metrics for iproto, which can
be obtained by using `box.stat.net`: `CONNECTIONS`, `REQUESTS`, `SENT`
and `RECEIVED`. Add new metric `STREAMS` which contain statistics for
iproto streams.

Part of #6293

@TarantoolBot document
Title: getting statistics for iproto streams was implemented
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
  totat: 112623
parent 6fd94e29
No related branches found
No related tags found
No related merge requests found
Showing with 242 additions and 147 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment