Files
macos-stats/README.md

79 lines
2.1 KiB
Markdown
Raw Normal View History

2019-06-01 19:47:33 +02:00
# Stats
Simple macOS system monitor in your menu bar
2019-06-01 19:47:33 +02:00
2019-06-17 17:22:35 +02:00
[<img src="https://serhiy.s3.eu-central-1.amazonaws.com/Github_repo/stats/widgets%3Fv1.1.0.1.png">](https://github.com/exelban/stats/releases)
2019-05-29 21:42:10 +02:00
2019-06-26 14:10:52 +02:00
## Features
Stats is a application which allows you to monitor your macOS system.
2019-06-15 12:45:32 +02:00
2019-06-26 14:10:52 +02:00
- CPU Usage
- Memory Usage
- Disk utilization
- Battery level
- Network usage
- Black theme compatible
2019-06-15 12:45:32 +02:00
2019-05-29 21:42:10 +02:00
## Installation
2019-06-01 19:47:33 +02:00
You can download latest version [here](https://github.com/exelban/stats/releases).
## Modules
2019-06-01 19:47:33 +02:00
| Name | Available widgets | Description |
2019-06-01 19:47:33 +02:00
| --- | --- | --- |
| **CPU** | Percentage / Chart / Chart with value | Shows CPU usage |
| **Memory** | Percentage / Chart / Chart with value | Shows RAM usage |
2019-06-26 14:10:52 +02:00
| **Disk** | Percentage | Shows disk utilization |
2019-06-17 15:29:18 +02:00
| **Battery** | Graphic / Percentage | Shows battery level and charging status |
2019-06-26 14:10:52 +02:00
| **Newtork** | Dots / Upload/Download traffic | Shows network activity |
2019-05-29 21:42:10 +02:00
2019-06-01 19:47:33 +02:00
## Compatibility
| macOS | Compatible |
| --- | --- |
| 10.13.6 *(High Sierra)* | **true** |
| 10.14.1 *(Mojave)* | **true** |
2019-05-29 21:42:10 +02:00
## Todo
2019-06-26 14:10:52 +02:00
- [X] Battery percentage
2019-06-17 00:22:46 +02:00
- [ ] Create new logo
- [ ] Window with preferences
- [ ] Save last modules values
- [ ] Colors toggle for each module
2019-06-01 19:47:33 +02:00
- [ ] temperature module
2019-06-17 00:22:46 +02:00
- [X] battery module
2019-06-01 19:47:33 +02:00
- [X] move to module system (CPU, RAM, DISK)
2019-06-26 14:10:52 +02:00
- [X] network module
2019-06-01 19:47:33 +02:00
- [X] save settings
2019-05-29 21:42:10 +02:00
- [ ] OTA updates
2019-06-15 12:45:32 +02:00
- [X] charts
2019-06-01 19:47:33 +02:00
- [X] autostart on boot
## What's new
2019-07-03 20:41:05 +02:00
### v1.2.2
2019-07-03 20:41:52 +02:00
- added name of the indicators in the Chart/Chart with value
2019-07-03 20:41:05 +02:00
- added check for new version on start
- removed charts and charts with value to Disk module
- now module submenu is disabled if module is disabled
- fixed bug when network module stop working after turn on/of
- fixed few bugs
### v1.2.1
- added charts and charts with value to Disk module
- fixed bug when Chart with value does not shows
2019-06-26 14:10:52 +02:00
### v1.2.0
- added network module
- added Check for updates window
- fixed few bugs
2019-06-17 00:22:46 +02:00
### v1.1.0
- added battery module
- added chart widget for CPU and Memory
- added About Stats window
2019-06-10 17:59:40 +02:00
### v1.0.0
2019-06-01 19:47:33 +02:00
- first release
2019-05-29 21:42:10 +02:00
## License
2019-06-26 14:10:52 +02:00
[MIT License](https://github.com/exelban/stats/blob/master/LICENSE)