Files
tools/README.md
hubian 7972b06528 feat: 添加极简版进程监控脚本 simple_monitor.sh
- 只需修改3处配置:检测间隔、检查命令、执行命令
- 代码简洁,易于理解和修改
- 适合快速部署使用
2026-03-26 17:17:01 +08:00

37 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🧰 工具箱 (Tools)
存放各种小工具、脚本和代码片段的仓库。
## 📁 目录结构
```
tools/
├── scripts/ # 可执行脚本Python、Shell 等)
├── utils/ # 工具类/函数库
├── snippets/ # 代码片段
└── README.md # 本文件
```
## 🚀 使用说明
- **scripts/**: 存放独立的可执行脚本,每个脚本应有清晰的注释说明用途
- **utils/**: 存放可复用的工具函数或类库
- **snippets/**: 存放常用代码片段,按语言或功能分类
## 📝 新增工具规范
1. 每个脚本/工具文件头部添加注释说明用途、用法
2. 复杂脚本附带简单的使用示例
3. 如有依赖,注明依赖项
## 📦 已收录工具
| 名称 | 路径 | 说明 |
|------|------|------|
| proc_monitor.sh | scripts/proc_monitor.sh | 进程监控脚本(功能完整版) |
| simple_monitor.sh | scripts/simple_monitor.sh | 进程监控脚本极简版只需改3行配置 |
---
* created by 湖边的小龙虾 🦞