Home
Softono
sys-overseer

sys-overseer

Open source Rust
13
Stars
2
Forks
0
Issues
1
Watchers
1 year
Last Commit

About sys-overseer

sys-overseer is a system status monitoring tool designed to help users observe and track the performance of their computer in real time. The application provides clear visibility into key system resources, including CPU usage, memory consumption, and network activity, allowing users to identify performance bottlenecks, monitor resource-heavy processes, and ensure their system is running efficiently. With a straightforward interface, sys-overseer displays live metrics for processor load, RAM utilization, and network throughput, making it useful for developers, system administrators, and everyday users who want to keep an eye on their machine's health. The tool runs on macOS and Windows and may trigger operating system security warnings on first launch due to its unsigned status. These warnings can be resolved by adjusting security settings in System Preferences on macOS or allowing the program through Windows security prompts. Once permitted, the application functions normally without affecting system stabilit

Platforms

Web Self-hosted

Languages

Rust

Links

sys-overseer

sys-overseer is a system status monitoring tool that allows you to observe CPU, memory, and network usage.

Feature

  • watch CPU usage
  • watch Memory usage
  • watch Network usage

Other

If you see a security warning, there are two ways to resolve it:

Through System Preferences:

Open "System Preferences" > "Security & Privacy" > "General". Click "Open Anyway" to allow the app to run. Through Terminal:

Open Terminal. Run the command: xattr -d com.apple.quarantine /path/to/your/app. Replace /path/to/your/app with the actual path to the application. Why does this warning appear? This is part of macOS's security mechanism designed to protect users from potential malware. The warning appears because our app has not yet been certified by Apple, but this does not affect its functionality.

You may also encounter this issue when running on Windows. Please allow the program to run.