From: Ilya Konyukhov <runsfor@gmail.com> To: tarantool-patches@dev.tarantool.org Cc: v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Subject: [Tarantool-patches] [PATCH 0/2] Extend feedback module report Date: Fri, 5 Jun 2020 11:35:41 +0300 [thread overview] Message-ID: <cover.1591345474.git.runsfor@gmail.com> (raw) Following patchset adds more information about running tarantool instance. Firstly, it collects platform information such as os, arch and docker environment. Secondly, it looks through box user spaces and collects info about db engines and indices. Related issues: - https://github.com/tarantool/tarantool/issues/3608 - https://github.com/tarantool/tarantool/issues/4943 PR: - https://github.com/tarantool/tarantool/pull/5039 Branch: - RunsFor:runsfor/gh-3608-platform-detection-for-feedback Ilya Konyukhov (2): feedback: determine runtime platform info feedback: collect db engines and index features cmake/os.cmake | 2 +- src/box/lua/feedback_daemon.lua | 94 ++++++++++++++++++++++++++- test/box-tap/feedback_daemon.test.lua | 45 ++++++++++++- 3 files changed, 136 insertions(+), 5 deletions(-) -- 2.24.3 (Apple Git-128)
next reply other threads:[~2020-06-05 8:36 UTC|newest] Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-05 8:35 Ilya Konyukhov [this message] 2020-06-05 8:35 ` [Tarantool-patches] [PATCH 1/2] feedback: determine runtime platform info Ilya Konyukhov 2020-06-07 16:45 ` Vladislav Shpilevoy 2020-06-09 23:05 ` Илья Конюхов 2020-06-11 19:32 ` Vladislav Shpilevoy 2020-07-01 0:16 ` Alexander Turenko 2020-07-05 2:14 ` Alexander Turenko 2020-06-05 8:35 ` [Tarantool-patches] [PATCH 2/2] feedback: collect db engines and index features Ilya Konyukhov 2020-06-07 16:45 ` Vladislav Shpilevoy 2020-06-09 23:06 ` Илья Конюхов 2020-06-11 19:32 ` Vladislav Shpilevoy 2020-06-17 8:59 ` Илья Конюхов 2020-06-17 22:53 ` Vladislav Shpilevoy 2020-06-18 15:42 ` Илья Конюхов 2020-06-18 23:02 ` Vladislav Shpilevoy 2020-06-19 14:01 ` Илья Конюхов 2020-06-19 23:49 ` Vladislav Shpilevoy 2020-06-22 8:55 ` Илья Конюхов 2020-07-01 0:15 ` Alexander Turenko 2020-07-03 12:05 ` Илья Конюхов 2020-07-05 2:10 ` Alexander Turenko 2020-06-23 21:23 ` [Tarantool-patches] [PATCH 0/2] Extend feedback module report Vladislav Shpilevoy 2020-07-13 13:47 ` Kirill Yukhin
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=cover.1591345474.git.runsfor@gmail.com \ --to=runsfor@gmail.com \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] Extend feedback module report' \ /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