Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tradingstrategy-ai/top-framework

A generic Python framework for writing UNIX top-like monitoring tools
https://github.com/tradingstrategy-ai/top-framework

apm cli monitoring rich unix

Last synced: about 1 month ago
JSON representation

A generic Python framework for writing UNIX top-like monitoring tools

Awesome Lists containing this project

README

        

[![Automated test suite](https://github.com/tradingstrategy-ai/top-framework/actions/workflows/test.yml/badge.svg)](https://github.com/tradingstrategy-ai/top-framework/actions/workflows/test.yml)

[![Documentation Status](https://readthedocs.org/projects/top-framework/badge/?version=latest)](https://top-framework.readthedocs.io/en/latest/?badge=latest)

Top Framework is a Python library for writing UNIX top like Text User Interface applications.

It comes with [web-top](https://github.com/tradingstrategy-ai/web-top),
a`top` like monitoring tool for HTTP requests and responses on any web server.

![screenshot](https://raw.githubusercontent.com/tradingstrategy-ai/top-framework/master/docs/source/web-top/screenshot2.png)

# Use cases

The goal of Top Framework is to make is easy to roll out
custom live monitoring tools with text user interface quickly.
Sometimes you just need to log in to your server and see what's going on.
Top tools are is ideal for observing and catching issues when they happen.
These tools are supplement for Application Performance Management (APM),
metrics like statsd and Prometheus and logging.

Monitoring use cases you might have include:

- HTTP request/response trackers for web servers

- Background job trackers for Cron, Celery and other background job managers

# Documentation

- [Browse documentation](https://top-framework.readthedocs.io/)

# Community

- [Join Discord for any questions](https://tradingstrategy.ai/community)

# Social media

- [Follow on Twitter](https://twitter.com/TradingProtocol)
- [Follow on Telegram](https://t.me/trading_protocol)
- [Follow on LinkedIn](https://www.linkedin.com/company/trading-strategy/)

# License

MIT.

[Developed and maintained by Trading Strategy](https://tradingstrategy.ai).