Commit Graph

10 Commits

Author SHA1 Message Date
Akizon77
396fe5cfc2 fix: 排除hugetlbfs 2025-09-16 00:28:58 +08:00
Akizon77
245fc45160 feat: 更新磁盘信息获取逻辑,支持物理分区和文件系统类型显示 2025-09-06 04:25:19 +00:00
Akizon
77cd944d74 Fix mountpoint paths by removing trailing slashes 2025-08-31 00:29:49 +08:00
Akizon77
e24eb93c53 feat: #11 增加更多排除的挂载点 2025-08-05 04:41:30 +00:00
imlonghao
547df7a40a feat: 启动时输出监控的文件夹和网卡名 2025-08-02 10:48:26 +08:00
Akizon77
a984adc56d feat: #5 支持指定挂载路径 2025-07-20 07:58:13 +00:00
akizon77
a8ada8203d deps: 更新 gopsutil 依赖至 v4 版本 2025-07-16 19:20:52 +08:00
Akizon77
ef2c638932 feat: 优化 CPU 和磁盘信息获取,增强对 Server 版本的支持,改进终端关闭逻辑 2025-06-09 00:57:17 +08:00
Akizon77
6257278426 fix: 优化磁盘信息获取逻辑,排除临时文件系统和网络驱动器 2025-05-25 18:17:00 +08:00
Akizon77
e34367de69 Refactor monitoring package: remove platform-specific files and consolidate OS detection and process counting logic
- Deleted os_windows.go and process_windows.go, replacing them with platform-agnostic implementations in unit directory.
- Removed Linux-specific process counting logic from process_linux.go and integrated it into unit.
- Consolidated uptime and OS name retrieval into unit files for better organization.
- Updated update mechanism to use global variables for current version and repository.
- Introduced command-line flags for configuration, including disabling auto-update and web SSH.
- Implemented WebSocket connection handling and terminal interaction for both Unix and Windows systems.
- Added basic info upload functionality to server package, enhancing monitoring capabilities.
2025-05-16 19:56:22 +08:00