diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-14 17:29:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-14 17:29:08 +0200 |
| commit | b1f0ce01fb6ece8628cf0499690a003cdac28f7f (patch) | |
| tree | ce67d7633075743cd057031c21dca81834494be8 /README.md | |
| parent | ef236805d7c7f655ef22da08d708ecb85212c15c (diff) | |
Remove macOS stats gathering support, require Linux with /procv0.8.4
Remove non-functional macOS monitoring code that used native tools (sysctl, vm_stat, netstat, iostat). Now loadbars exits with an error when attempting local stats gathering on non-Linux systems. macOS can still be used as a client to monitor remote Linux servers via SSH.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ Loadbars is a tool that can be used to observe CPU loads of several remote serve This version of loadbars has been tested on: - Fedora Linux 43 and most modern Linux distributions (RHEL, CentOS, Ubuntu, Debian, etc.) -- macOS (Darwin) - localhost monitoring uses native macOS tools (sysctl, vm_stat, netstat, iostat) +- macOS (Darwin) - can connect to remote Linux servers via SSH (local monitoring not supported) -**Note:** Remote hosts are assumed to be Linux (using /proc filesystem). When running on macOS, localhost monitoring uses macOS-specific commands, while remote hosts use the Linux script. So remote hosts only work with Linux. +**Note:** Local monitoring requires Linux with /proc filesystem. Remote hosts must be Linux (using /proc filesystem). macOS can be used as a client to monitor remote Linux servers. ## Build and run |
