16 lines
338 B
Python
16 lines
338 B
Python
"""
|
|
ServerGuard 硬件检测模块
|
|
|
|
包含以下子模块:
|
|
- system_info: 系统信息概览
|
|
- cpu: CPU 检测与压力测试
|
|
- memory: 内存检测与压力测试
|
|
- storage: 存储设备检测
|
|
- sensors: 电源与传感器监控
|
|
- gpu: 显卡检测
|
|
- log_analyzer: 日志分析
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "ServerGuard Team"
|