Giter VIP home page Giter VIP logo

bottom's Introduction

bottom

A customizable cross-platform graphical process/system monitor for the terminal.
Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop.

CI status crates.io link Stable documentation Nightly documentation

Quick demo recording showing off bottom's searching, expanding, and process killing.

Demo GIF using the Gruvbox theme (--color gruvbox), along with IBM Plex Mono and Kitty

Table of contents

Features

As (yet another) process/system visualization and management application, bottom supports the typical features:

You can find more details in the documentation.

Support

Official

bottom officially supports the following operating systems and corresponding architectures:

  • macOS (x86_64)
  • Linux (x86_64, i686, aarch64)
  • Windows (x86_64, i686)

These platforms are tested to work for the most part and issues on these platforms will be fixed if possible. Furthermore, binaries are expected to be built and tested using the most recent version of stable Rust.

For more details on supported platforms and known problems, check out the documentation.

Unofficial

bottom may work on a number of platforms that aren't officially supported - these platforms may not be properly tested by maintainers prior to a stable release, or may receive more limited support, or missing features/problems that may not be fixed. Some of these may eventually be officially supported (e.g., FreeBSD, M1 macOS devices).

A non-comprehensive list of some currently unofficially supported platforms that may compile/work include:

  • FreeBSD on x86_64 (only on master branch/nightly build for now)
  • Linux on armv6, armv7, powerpc64le, riscv64gc
  • macOS on aarch64

For more details on unsupported platforms and known problems, check out the documentation.

Installation

Cargo

Installation via cargo is done by installing the bottom crate:

# If required, update Rust on the stable channel
rustup update stable

cargo install bottom --locked

# Alternatively, --locked may be omitted if you wish to not used locked dependencies:
cargo install bottom

Arch Linux

There is an official package that can be installed with pacman:

sudo pacman -Syu bottom

Debian/Ubuntu

A .deb file is provided on each stable release and nightly builds for x86, aarch64, and armv7 (note stable ARM builds only started with 0.6.8). You could install this way doing something like:

curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.8/bottom_0.6.8_amd64.deb
sudo dpkg -i bottom_0.6.8_amd64.deb

Snap

bottom is available as a snap:

sudo snap install bottom

# To allow the program to run as intended
sudo snap connect bottom:mount-observe
sudo snap connect bottom:hardware-observe
sudo snap connect bottom:system-observe
sudo snap connect bottom:process-control

Fedora/CentOS

Available in COPR:

sudo dnf copr enable atim/bottom -y
sudo dnf install bottom

Gentoo

Available in GURU and dm9pZCAq overlays:

sudo eselect repository enable guru
sudo emerge --sync guru
echo "sys-process/bottom" | sudo tee /etc/portage/package.accept_keywords/10-guru
sudo emerge sys-process/bottom::guru

or

sudo eselect repository enable dm9pZCAq
sudo emerge --sync dm9pZCAq
sudo emerge sys-process/bottom::dm9pZCAq

Nix

nix-env -i bottom

Solus

sudo eopkg it bottom

Void

sudo xbps-install bottom

Homebrew

brew install bottom

MacPorts

sudo port selfupdate
sudo port install bottom

Scoop

scoop install bottom

Chocolatey

Choco package located here. Since validation of the package takes time, it may take a while to become available after a release.

choco install bottom

# The version number may be required for newer releases during the approval process:
choco install bottom --version=0.6.8

winget

You can find the packages here:

winget install bottom

# Alternatively
winget install Clement.bottom

You can also manually do the same thing by going to the latest release and installing via the .msi file.

You can uninstall via Control Panel, Options, or winget --uninstall bottom.

Manual installation

There are a few ways to go about doing this manually. Note that you probably want to do so using the most recent version of stable Rust, which is how the binaries are built:

# If required, update Rust on the stable channel first
rustup update stable

# Option 1 - Download from releases and install
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.8.tar.gz
tar -xzvf 0.6.8.tar.gz
cargo install --path .

# Option 2 - Clone from master and install manually
git clone https://github.com/ClementTsang/bottom
cd bottom
cargo install --path .

# Option 3 - Clone and install directly from the repo all via Cargo
cargo install --git https://github.com/ClementTsang/bottom

Binaries

You can also try to use the generated release binaries and manually install on your system:

Auto-completion

The release binaries are packaged with shell auto-completion files for bash, fish, zsh, and Powershell. To install them:

  • For bash, move btm.bash to $XDG_CONFIG_HOME/bash_completion or /etc/bash_completion.d/.
  • For fish, move btm.fish to $HOME/.config/fish/completions/.
  • For zsh, move _btm to one of your $fpath directories.
  • For PowerShell, add . _btm.ps1 to your PowerShell profile.

Usage

You can run bottom using btm.

  • For help on flags, use btm -h for a quick overview or btm --help for more details.
  • For info on key and mouse bindings, press ? inside bottom or refer to the documentation.

You can find more information on usage in the documentation.

Configuration

bottom accepts a number of command-line arguments to change the behaviour of the application as desired. Additionally, bottom will automatically generate a configuration file on the first launch, which one can change as appropriate.

More details on configuration can be found in the documentation.

Troubleshooting

If some things aren't working, give the Troubleshooting page a look. If things still aren't working, then consider asking a question by opening a question or filing a bug report.

Contribution

Whether it's reporting bugs, suggesting features, maintaining packages, or submitting a PR, contribution is always welcome! Please read CONTRIBUTING.md for details on how to contribute to bottom.

Contributors

Thanks to all contributors:

Marcin Wojnarowski
Marcin Wojnarowski

๐Ÿ’ป ๐Ÿ“ฆ
Mahmoud Al-Qudsi
Mahmoud Al-Qudsi

๐Ÿ’ป
Andy
Andy

๐Ÿ’ป
Kim Brose
Kim Brose

๐Ÿ’ป
Sven-Hendrik Haase
Sven-Hendrik Haase

๐Ÿ“–
Artem Polishchuk
Artem Polishchuk

๐Ÿ“ฆ ๐Ÿ“–
Trung Lรช
Trung Lรช

๐Ÿ“ฆ ๐Ÿš‡
dm9pZCAq
dm9pZCAq

๐Ÿ“ฆ ๐Ÿ“–
Lukas Rysavy
Lukas Rysavy

๐Ÿ’ป
Erlend Hamberg
Erlend Hamberg

๐Ÿ’ป
Frederick Zhang
Frederick Zhang

๐Ÿ’ป
pvanheus
pvanheus

๐Ÿ’ป
Zeb Piasecki
Zeb Piasecki

๐Ÿ’ป
georgybog
georgybog

๐Ÿ“–
Brian Di Palma
Brian Di Palma

๐Ÿ“–
Lasha Kanteladze
Lasha Kanteladze

๐Ÿ“–
Herby Gillot
Herby Gillot

๐Ÿ“–
Greg Brown
Greg Brown

๐Ÿ’ป
TotalCaesar659
TotalCaesar659

๐Ÿ“–
George Rawlinson
George Rawlinson

๐Ÿ“– ๐Ÿ“ฆ
adiabatic
adiabatic

๐Ÿ“–
Randy Barlow
Randy Barlow

๐Ÿ’ป
Patrick Jackson
Patrick Jackson

๐Ÿค” ๐Ÿ“–
Mateusz Mikuล‚a
Mateusz Mikuล‚a

๐Ÿ’ป
Guillaume Gomez
Guillaume Gomez

๐Ÿ’ป
shura
shura

๐Ÿ’ป
Wesley Moore
Wesley Moore

๐Ÿ’ป
xgdgsc
xgdgsc

๐Ÿ“–
ViridiCanis
ViridiCanis

๐Ÿ’ป
Justin Martin
Justin Martin

๐Ÿ’ป
Diana
Diana

๐Ÿ’ป
Hervy Qurrotul Ainur Rozi
Hervy Qurrotul Ainur Rozi

๐Ÿ“–

Thanks

  • This project is very much inspired by gotop, gtop, and htop.

  • This application was written with many, many libraries, and built on the work of many talented people. This application would be impossible without their work. I used to thank them all individually but the list got too large...

  • And of course, another round of thanks to all contributors and package maintainers!

bottom's People

Contributors

clementtsang avatar allcontributors[bot] avatar imgbot[bot] avatar shilangyu avatar bowlofeggs avatar mati865 avatar dependabot-preview[bot] avatar imgbotapp avatar frederick888 avatar viridifox avatar dakyskye avatar llinksrechts avatar mqudsi avatar arcuru avatar svenstaro avatar totalcaesar659 avatar wezm avatar zebp avatar adiabatic avatar dm9pzcaq avatar drsheppard01 avatar pvanheus avatar xgdgsc avatar harharlinks avatar jamartin9 avatar hervyqa avatar herbygillot avatar guillaumegomez avatar grawlinson avatar ehamberg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.