https://github.com/vanheemstrasystems/btop
btop - To monitor the system performance and understand what’s going on.
https://github.com/vanheemstrasystems/btop
btop gui terminal
Last synced: about 1 month ago
JSON representation
btop - To monitor the system performance and understand what’s going on.
- Host: GitHub
- URL: https://github.com/vanheemstrasystems/btop
- Owner: vanHeemstraSystems
- Created: 2023-11-28T13:05:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T13:18:03.000Z (almost 2 years ago)
- Last Synced: 2025-07-07T00:46:14.146Z (5 months ago)
- Topics: btop, gui, terminal
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
btop
# btop
Based on "Awesome Terminal Applications" at https://medium.com/gitconnected/awesome-terminal-applications-e4a06022dffa
Based on "btop" at https://github.com/aristocratos/btop
To monitor the system performance and understand what’s going on, there is a default tool called top
Go to your terminal and run:
```
$ top
```
the output, which will look like this:

top
This shows you the basic system status, the number of processes, and so on.
But there is a better version of this tool: **btop**.
Let’s first install it.
On Mac:
```
$ brew install btop
```
On Linux:
```
$ brew install btop
```
After the command is successful run:
```
$ btop
```
And you will see the following output:

btop
How cool is that?
But wait a minute. This is not just beautiful. This is functional as well.
You will see the shortcuts are given. You can use your mouse or keyboard to navigate and kill unnecessary processes.