bottom(btm)

bottom(btm)の使い方

タグ buttom top htop


概要

  • rustで作られたtop, htopのalternative
  • bottomという名前が長いからか、btmがコマンド名になる
  • CLIでありながら、マウスに一部対応している
  • ディスクアクセスを表示できる
    • snapデバイスを除外する設定が必要

インストール

nix

$ nix profile install nixpkgs#bottom

cargo

$ cargo install bottom

macOS

$ brew install bottom

動作例

設定

  • ~/.config/bottom/bottom.toml
[flags]
dot_marker = false
temperature_type = "c"

[disk_filter]
is_list_ignored = true
list = ["/dev/loop.*"]
regex = true
whole_word = true

[mount_filter]
is_list_ignored = true
list = ["/var/snap/.*", "/boot"]
regex = true
case_sensitive = false
whole_word = true