Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmarr/vitals
π A tiny macOS process monitor
https://github.com/hmarr/vitals
app mac swift swiftui
Last synced: 12 days ago
JSON representation
π A tiny macOS process monitor
- Host: GitHub
- URL: https://github.com/hmarr/vitals
- Owner: hmarr
- License: mit
- Created: 2021-02-13T21:26:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T12:48:11.000Z (over 2 years ago)
- Last Synced: 2024-10-22T16:42:45.443Z (20 days ago)
- Topics: app, mac, swift, swiftui
- Language: Swift
- Homepage:
- Size: 232 KB
- Stars: 443
- Watchers: 11
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Vitals
README
# Vitals
A tiny macOS process monitor.
Vitals lives in the menu bar, keeping track of resource usage in the background so you can summon it instantly at any time.
While other tools like Activity Monitor show you each process' _current_ CPU usage, Vitals shows a per-process CPU graph covering the last 60 seconds. This makes it much easier to track down apps that misbehave sporadically.
Read more about why this exists [in the introductory blog post](https://hmarr.com/blog/vitals/).
## Install
If you have [Homebrew](https://brew.sh/), you can install it from my tap:
```
$ brew tap hmarr/tap
$ brew install vitals
```Otherwise, you can download the latest release manually:
1. Download and extract the zip file from the [latest GitHub release](https://github.com/hmarr/vitals/releases/latest).
2. Drag the file called Vitals into your computer's Applications folder.
3. Within the Applications folder, right-click the app, then select βOpenβ from the menu that pops up. (It's not notarised, which is why you'll need to right-click.)## Usage
Vitals runs in the background, and lives in your Mac's menu bar. The icon looks like a little "V" in a circle. Click that to open Vitals. To quit, right-click the menu bar icon and select "Quit Vitals" from the menu that appears.