From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A353D469710 for ; Fri, 5 Jun 2020 11:36:38 +0300 (MSK) Received: by mail-lj1-f173.google.com with SMTP id a9so7148528ljn.6 for ; Fri, 05 Jun 2020 01:36:38 -0700 (PDT) From: Ilya Konyukhov Date: Fri, 5 Jun 2020 11:35:41 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] Extend feedback module report List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org 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)