Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tradingstrategy-ai/top-framework
- Owner: tradingstrategy-ai
- Created: 2022-08-21T21:47:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T17:22:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T22:06:44.255Z (about 2 months ago)
- Topics: apm, cli, monitoring, rich, unix
- Language: Python
- Homepage:
- Size: 340 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).