# 服务器磁盘定时巡检 **Repository Path**: wlphp/server_disk_scheduled_patrol ## Basic Information - **Project Name**: 服务器磁盘定时巡检 - **Description**: 服务器磁盘定时巡检 服务器端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-20 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 服务器磁盘定时巡检 #### 介绍 服务器磁盘定时巡检 服务器端,部署到php站点123456789 1. windows版本和linux版本,window版本只能监控站点所在磁盘,linux版本能监测所有分区,linux需要取消禁用函数popen 2. 源码仅供参考学习使用。 3. composer使用方法 include("vendor/autoload.php"); use diskfree\HelloComposer; HelloComposer::test();