[Tarantool-patches] [PATCH 1/2] feedback_daemon: add operation statistics reporting

Kirill Yukhin kyukhin at tarantool.org
Fri Dec 25 11:29:31 MSK 2020


Hello,

On 24 Dec 16:34, Serge Petrenko via Tarantool-patches wrote:
> Report box.stat().*.total, box.stat.net().*.total and
> box.stat.net().*.current via feedback daemon report.
> Accompany this data with the time when report was generated so that it's
> possible to calculate RPS from this data on the feedback server.
> 
> `box.stat().OP_NAME.total` reside in `feedback.stats.box.OP_NAME.total`, while
> `box.stat.net().OP_NAME.total` reside in `feedback.stats.net.OP_NAME.total`
> The time of report generation is located at `feedback.stats.time`
> 
> Closes #5589
> ---
>  src/box/lua/feedback_daemon.lua       | 29 +++++++++++++++-
>  test/box-tap/feedback_daemon.test.lua | 49 ++++++++++++++++++++++++++-
>  2 files changed, 76 insertions(+), 2 deletions(-)

I've checked your patch into master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list