Skip to content

MonetDBSolutions/monetdb-stethoscope

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A tool to gather information about the execution of queries in MonetDB

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages