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(fetch_data)[source]

Redraw the display

run(stdscr)[source]

Initialize curses and refresh in a loop

start()[source]

Start the monitor