dql.monitor module

Utilities for monitoring the consumed capacity of tables

class dql.monitor.Monitor(engine, tables)[source]

Bases: object

Tool for monitoring the consumed capacity of many tables

refresh(self, fetch_data)[source]

Redraw the display

run(self, stdscr)[source]

Initialize curses and refresh in a loop

start(self)[source]

Start the monitor