From: Alexander Turenko <alexander.turenko@tarantool.org>
To: Vladimir Davydov <vdavydov.dev@gmail.com>
Cc: tarantool-patches@freelists.org
Subject: Re: [tarantool-patches] [PATCH] Improve box.stat.net output
Date: Fri, 12 Apr 2019 23:37:49 +0300 [thread overview]
Message-ID: <20190412203749.i53awcaw4s3cvo5d@tkn_work_nb> (raw)
In-Reply-To: <8bd85fabecbbc5ec987327e91506ee89e4f6e985.1555092935.git.vdavydov.dev@gmail.com>
Just remind: I would add docbot comment.
WBR, Alexander Turenko.
On Fri, Apr 12, 2019 at 09:17:29PM +0300, Vladimir Davydov wrote:
> - Add REQUESTS.current to report the number of requests currently in
> flight, because it's useful for understanding whether we need to
> increase box.cfg.net_msg_max.
> - Add REQUESTS.{rps,total}, because knowing the number of requests
> processed per second can come in handy for performance analysis.
> - Add CONNECTIONS.{rps,total} that show the number of connections
> opened per second and total. Those are not really necessary, but
> without them the output looks kinda lopsided.
>
> Now the output looks like this:
>
> | ---
> | - SENT:
> | total: 5344924
> | rps: 840212
> | CONNECTIONS:
> | current: 60
> | rps: 148
> | total: 949
> | REQUESTS:
> | current: 17
> | rps: 1936
> | total: 12139
> | RECEIVED:
> | total: 240882
> | rps: 38428
> | ...
>
> Closes #4150
> ---
> https://github.com/tarantool/tarantool/issues/4150
> https://github.com/tarantool/tarantool/commits/dv/gh-4150-improve-net-stat
next prev parent reply other threads:[~2019-04-12 20:37 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 ` Alexander Turenko [this message]
2019-04-12 22:42 ` [tarantool-patches] " Konstantin Osipov
2019-04-14 9:36 ` Vladimir Davydov
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=20190412203749.i53awcaw4s3cvo5d@tkn_work_nb \
--to=alexander.turenko@tarantool.org \
--cc=tarantool-patches@freelists.org \
--cc=vdavydov.dev@gmail.com \
--subject='Re: [tarantool-patches] [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