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

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 | 进程搜索、实时监控、进程树可视化

Awesome Lists containing this project

README

          

# Witr Pro - 高级进程监控工具


Python 3.8+
MIT License

## 简介

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