aiomonitor’s documentation!

aiomonitor is Python 3.5+ module that adds monitor and cli capabilities for asyncio application. Idea and code borrowed from curio project. Task monitor that runs concurrently to the asyncio loop (or fast drop in replacement uvloop) in a separate thread. This can inspect the loop and provide debugging capabilities.

Library provides an python console using aioconsole library, it is possible to execute asynchronous command inside your running application.

_images/tty.gif

Features

  • Telnet server that provides insides of operation of you app
  • Supported several commands that helps to list, cancel and trace runnin asyncio tasks
  • Provided python REPL capabilities, that executed in running event loop, helps to inspect state of your asyncio application

Indices and tables