> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/bash/bashtop-resource-monitor.md).

# BashTOP Resource Monitor

> Resource monitor that shows usage and stats for processor, memory, disks, network and processes.

Can be installed on Ubuntu by:

```bash
sudo add-apt-repository ppa:bashtop-monitor/bashtop
sudo apt update
sudo apt install bashtop
```

*Python version of the same can be found at:* [*GitHub*](https://github.com/aristocratos/bpytop)

***Source:*** [***GitHub***](https://github.com/aristocratos/bashtop)
