ianh / vitals

πŸ“Š A tiny macOS process monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vitals

A tiny macOS process monitor.

Vitals screenshot

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.

Install

If you have Homebrew, 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.
  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.

About

πŸ“Š A tiny macOS process monitor


Languages

Language:Swift 100.0%