https://github.com/gitstq/witr-pro
高级进程监控工具 - Why is this running? Pro Edition | 进程搜索、实时监控、进程树可视化
https://github.com/gitstq/witr-pro
Last synced: 3 days ago
JSON representation
高级进程监控工具 - Why is this running? Pro Edition | 进程搜索、实时监控、进程树可视化
- Host: GitHub
- URL: https://github.com/gitstq/witr-pro
- Owner: gitstq
- License: mit
- Created: 2026-05-17T06:04:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-17T06:16:24.000Z (about 1 month ago)
- Last Synced: 2026-05-17T08:30:17.309Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Witr Pro - 高级进程监控工具
## 简介
Witr Pro (Why is this running? Pro Edition) 是一个功能强大的进程监控工具。
## 功能特性
- 进程搜索与查询
- 实时资源监控
- 进程树可视化
- 系统概览
- 查询历史记录
- 进程终止
## 快速开始
### 安装
```bash
pip install -r requirements.txt
```
### 使用
```bash
# 查看帮助
python3 witr_pro.py --help
# 查找进程
python3 witr_pro.py find python
# 系统概览
python3 witr_pro.py system
# 实时监控
python3 witr_pro.py watch
```
## 开源协议
MIT License