Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsdelf/statbar
Show download speeds, upload speeds, CPU temperature, fan speed in menu bar.
https://github.com/bsdelf/statbar
cpu-temperature fan-speed macos menubar metrics monitors
Last synced: 12 days ago
JSON representation
Show download speeds, upload speeds, CPU temperature, fan speed in menu bar.
- Host: GitHub
- URL: https://github.com/bsdelf/statbar
- Owner: bsdelf
- License: mit
- Created: 2018-05-30T08:24:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T06:46:41.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T09:05:23.713Z (3 months ago)
- Topics: cpu-temperature, fan-speed, macos, menubar, metrics, monitors
- Language: Swift
- Homepage:
- Size: 855 KB
- Stars: 40
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Statbar
README
# Statbar![icon](screenshot/icon.png)
Statbar is a menu bar app for macOS which can be used to monitor following metrics:
- Download speed
- Upload speed
- CPU temperature
- Fan speedSystem requirements:
- macOS 10.11+
## Screenshot
![Screenshot](screenshot/1.png)
## Credits
This app is based on following projects:
- [Up-Down](https://github.com/gjiazhe/Up-Down)
- [SMCKit](https://github.com/beltex/SMCKit)But unlike Up-Down, this app does not rely on [nettop](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/nettop.1.html). All metrics are gathered with system API, which is more efficient.