monetdb_stethoscope

MonetDB profiler connection tool


Keywords
database, monetdb, profiling
License
MPL-2.0
Install
pip install monetdb_stethoscope==0.5.0

Documentation

PyPIBadge ActionsBadge DocsBadge CoverageBadge

Introduction

stethoscope is a command line tool to filter and format the events coming from the MonetDB profiler. The profiler is part of the MonetDB server and works by emitting two JSON objects: one at the start and one at the end of every MAL instruction executed. stethoscope connects to a MonetDB server process, reads the objects emitted by the profiler and performs various transformations specified by the user.

Installation

Installation is done via pip:

pip install -U monetdb-stethoscope

This project is compatible with Python 3.6 or later and with MonetDB server version Jun2020 or later.

We recommend the use of virtual environments (see this primer if you are unfamiliar) for installing and using monetdb-stethoscope.

Documentation

For more detailed documentation please see the documentation on readthedocs.

Developer notes

See the documentation for instructions.