From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: Konstantin Osipov <kostja@tarantool.org>
Cc: tarantool-patches@freelists.org
Subject: Re: [tarantool-patches] Re: [PATCH] Improve box.stat.net output
Date: Sun, 14 Apr 2019 12:36:21 +0300 [thread overview]
Message-ID: <20190414093620.m2liocx62w2uq4al@esperanza> (raw)
In-Reply-To: <20190412224201.GA8529@chai>
On Sat, Apr 13, 2019 at 01:42:01AM +0300, Konstantin Osipov wrote:
> * Alexander Turenko <alexander.turenko@tarantool.org> [19/04/13 01:34]:
> > Just remind: I would add docbot comment.
>
> ++
Done:
@TarantoolBot document
Title: Document new box.stat.net fields
Here's the list of the new fields:
- `CONNECTIONS.rps` - number of connections opened per second recently
(for the last 5 seconds).
- `CONNECTIONS.total` - total number of connections opened so far.
- `REQUESTS.current` - number of requests in flight (this is what's
limited by `box.cfg.net_msg_max`).
- `REQUESTS.rps` - number of requests processed per second recently
(for the last 5 seconds).
- `REQUESTS.total` - total number of requests processed so far.
`CONNECTIONS.rps`, `CONNECTIONS.total`, `REQUESTS.rps`, `REQUESTS.total`
are reset by `box.stat.reset()`.
Example of the new output:
```
---
- SENT:
total: 5344924
rps: 840212
CONNECTIONS:
current: 60
rps: 148
total: 949
REQUESTS:
current: 17
rps: 1936
total: 12139
RECEIVED:
total: 240882
rps: 38428
...
```
next prev parent reply other threads:[~2019-04-14 9:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-12 18:17 Vladimir Davydov
2019-04-12 20:37 ` [tarantool-patches] " Alexander Turenko
2019-04-12 22:42 ` [tarantool-patches] " Konstantin Osipov
2019-04-14 9:36 ` Vladimir Davydov [this message]
2019-04-18 12:47 ` Vladimir Davydov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190414093620.m2liocx62w2uq4al@esperanza \
--to=vdavydov.dev@gmail.com \
--cc=kostja@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [tarantool-patches] Re: [PATCH] Improve box.stat.net output' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox