A cross-platform system management and monitoring tool
Project description
SystemSage
A powerful cross-platform system management and monitoring tool that provides comprehensive system insights and management capabilities.
Features
- System resource monitoring (CPU, Memory, Disk)
- Process management
- Network interface monitoring
- System alerts and diagnostics
- Service management
- Docker container management
- Kubernetes cluster monitoring
- Log management
- Security monitoring
- Performance analysis
- System health checks
Installation
pip install systemsage
For additional cloud features (Docker, Kubernetes, HTTP requests):
pip install systemsage[cloud]
Quick Start
from SystemSage.server import mcp
# Get system metrics
print(mcp.get_cpu_usage())
print(mcp.get_memory_usage())
print(mcp.get_disk_usage())
# Monitor system resources
print(mcp.monitor_system_resources(duration=10))
# Get system alerts
print(mcp.get_system_alerts())
Command Line Usage
# Run the MCP server
systemsage
# Or run as a module
python -m SystemSage
Requirements
- Python 3.10 or higher
- psutil>=5.9.0
- fastmcp>=1.0.0
- click>=8.1.0
Optional Dependencies
- requests>=2.31.0 (for cloud services)
- docker>=6.1.0 (for Docker management)
- kubernetes>=28.1.0 (for Kubernetes monitoring)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file systemsage-0.1.tar.gz.
File metadata
- Download URL: systemsage-0.1.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac83cadeb991ae7cf646e2043676330af586e51a0e604d5bfa42ed8855e4de20
|
|
| MD5 |
f7ed99d139cff1d8135cee03a83ed6c4
|
|
| BLAKE2b-256 |
330ef11ceb3531ab4daa940306fde1a85471662a88004aceffb4912e6891cb79
|
File details
Details for the file systemsage-0.1-py3-none-any.whl.
File metadata
- Download URL: systemsage-0.1-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e7b2fb3747dec699fbbad55589ecec6fa454295df6204b59ba05ed8e57a012
|
|
| MD5 |
1541d24e5d7e8de45f7bd0a2295b0a5e
|
|
| BLAKE2b-256 |
b9f8e62503f21c99b36b84a2d2b9d2fefd29ab1476efeb4f2c1541850e0e0261
|