# 服务器监控 **Repository Path**: jhjd/server-monitoring ## Basic Information - **Project Name**: 服务器监控 - **Description**: 服务器监控程序。提供api - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-26 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #安装方式 需要python3的环境。 克隆代码到本地,运行pip3 install -r requirements.txt 开发启动方式 `python3 app.py` 服务器启动请用nohup命令 `nohup python3 app.py &` 默认占用54000端口 启动后访问http://127.0.0.1:54000;即可拿到服务器当前状态信息