bottom

Build Status crates.io link

A graphical top clone, written in Rust. Inspired by both gtop and gotop

Quick demo recording

Installation

Linux

You can install by cloning and using cargo build --release, or use cargo install bottom. Other installation methods based on distros are as follows:

Arch Linux

You can get it from the AUR by installing bottom.

Windows

You can currently install by cloning and building yourself using cargo build --release, or use cargo install bottom . You may need to install a font like FreeMono and use a terminal like cmder for font support to work properly, unfortunately.

macOS

macOS support will hopefully come soonTM.

Support

The compatibility of each widget and operating systems are, as of version 0.1.0, as follows:

| OS/Widget | CPU | Memory | Disks | Temperature | Processes | Networks | | --------- | -------- | -------- | -------- | --------------------- | --------- | --------------------------------------------- | | Linux | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Windows | ✓ | ✓ | ✓ | Currently not working | ✓ | Partially supported (total RX/TX unavailable) | | macOS | Untested | Untested | Untested | Untested | Untested | Untested |

Usage

Run using btm.

Command line options

Keybindings

General

Scrollable Tables

Processes

Mouse actions

Thanks, kudos, and all the like