bottom(btm)の使い方
概要
- 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