TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An open source monitoring library for async Python

3 pointsby codingismycraftalmost 4 years ago
Mnemic is an open source project that allows for tracing and profiling of async python applications. It consists of a backend that can be easily installed using docker and a python library called dolon that can be installed from PyPi. The application to be traced and profiled must include the librart and strart the tracing process as can be seen in the examples. The tracing runs can be accessed through a browser based front end that is exposed from the back end. Detailed documentation can be read here:<p>https:&#x2F;&#x2F;mnemic.readthedocs.io&#x2F;en&#x2F;main&#x2F;index.html<p>while the source code can be cloned from here:<p>https:&#x2F;&#x2F;github.com&#x2F;codingismycraft&#x2F;mnemic

no comments

no comments