首页 > 系统教程 > 操作系统 > 底部:可自定义的实时过程和系统监视器

底部:可自定义的实时过程和系统监视器

Jennifer Aniston
发布: 2025-03-08 10:52:15
原创
296 人浏览过

底部(不久btm)是一种高度可自定义的,跨平台的图形实时过程和系统监视器>设计用于终端。它的灵感来自GTOP,GOTOP和HTOP等工具。底部是用rust编程语言编写的OpenSource应用程序。

>

>

>底部

>>>>>>>>>>>

>在linux使用底部

帮助和键绑定

>自定义显示
  • 结论
  • > >
  • 底部的功能提供了许多有用的功能,可用于监视和管理系统资源和流程和流程。它的一些关键功能包括:
  • 图形可视化窗口小部件:底部提供了视觉上吸引人的图形小部件,以跟踪CPU使用,RAM和交换使用情况,以及随着时间的推移的网络I/O使用。 These widgets support zooming in and out to focus on specific time intervals.
  • Informative Widgets: Bottom offers widgets that display real-time information about disk capacity and usage, temperature sensors, and battery usage.
Advanced Process Management

: A dedicated process widget allows users to view, sort, and search for information about running processes. It also supports sending kill signals and viewing processes in a hierarchical tree structure.

Cross-Platform Compatibility

: Bottom runs seamlessly on Linux, macOS, and Windows operating systems.

Customisability

: Bottom offers extensive customisation options through command-line arguments and a configuration file.用户可以个性化主题,修改小部件行为,调整小部件的布局和过滤窗口小部件条目。

其他模式:底部包括HTOP启发的基本模式和一个扩展模式,该模式着重于单个窗口小部件进行详细分析。 System。

>使用CARGO
# Update to the stable version of Rust.rustup update stable# Install the binary from crates.io.cargo install bottom --locked# If you use another channel by default, you can specify# the channel to use like so:cargo +stable install bottom --locked# --locked may be omitted if you do not want to use the# locked crate versions in Cargo.lock. However, be# aware that this may cause problems with dependencies.cargo install bottom
登录后复制
登录后复制

为熟悉货物软件包管理器的用户安装底部,可以直接从Crates.io中安装底部,也可以通过使用GitHub存储库中的源代码安装底部。您可以在使用> CARGO安装的底部Crate中安装底板。请注意,您应该安装Rust编程使用CARGO软件包管理器。 - - 锁定标志确保安装使用cargo.lock文件中指定的锁定板条箱版本。省略此标志可能会导致依赖性问题。

>来自GitHub存储库

>您也可以使用货物安装直接从github存储库安装底部。来源列出了这样做的三个选项:

1。下载档案并安装:

# Update to the stable version of Rust.rustup update stable# Install the binary from crates.io.cargo install bottom --locked# If you use another channel by default, you can specify# the channel to use like so:cargo +stable install bottom --locked# --locked may be omitted if you do not want to use the# locked crate versions in Cargo.lock. However, be# aware that this may cause problems with dependencies.cargo install bottom
登录后复制
登录后复制

2。克隆存储库并安装:

# Update to the stable version of Rust.
rustup update stable

# Download the archive
curl -LO https://github.com/ClementTsang/bottom/archive/0.10.2.tar.gz

# Extract the archive
tar -xzvf 0.10.2.tar.gz

# Install from the extracted directory
cargo install --path . --locked
登录后复制

3。安装存储库作为源:

# Update to the stable version of Rust.rustup update stable# Clone the repogit clone https://github.com/ClementTsang/bottom# Navigate to the repo directorycd bottom# Install from the repo directorycargo install --path . --locked
登录后复制

>您还可以将CPU特定优化的任何一个命令添加到这些命令中的任何一个:经理

# Update to the stable version of Rust.rustup update stablecargo install --git https://github.com/ClementTsang/bottom --locked
登录后复制
底部可在几个Linux发行版的官方存储库中获得,包括Arch Linux,Debian,Ubuntu,Ubuntu,Fedora,Centos,Almalinux,Rocky Linux,Gentoo Linux,Gentoo,Nix,Snap,Snap,Solus和void。这些发行版的用户可以使用各自的包装管理器进行底部安装。

Arch linux

底部可作为官方软件包可用,可以使用以下命令安装:

>最新的开发版本可作为底部和 yay

RUSTFLAGS="-C target-cpu=native" cargo install --path . --locked
登录后复制

debian/ubuntu
sudo pacman -S bottom
登录后复制

a .deb文件,每个稳定版本和每晚构建的不同架构(x86,aarch664,anarch64和armv7)的夜间构建都可以下载和安装命令。因此):

# Using paru
sudo paru -S bottom-git

# Using yay
sudo yay -S bottom-git
登录后复制

fedora/centos/almalinux/rocky linux

底部可通过COPR获得。启用存储库并安装软件包:
# x86-64curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb sudo dpkg -i bottom_0.10.2-1_amd64.deb
登录后复制

>您还可以从“版本”页面上下载并安装.rpm文件(相应地替换版本编号):
sudo dnf copr enable atim/bottom -y 
sudo dnf install bottom
登录后复制

Emerge:
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom-0.10.2-1.x86_64.rpm 
sudo rpm -i bottom-0.10.2-1.x86_64.rpm
登录后复制

nixos

sudo emerge --ask sys-process/bottom
登录后复制

>>从nix-community存储库中安装底部:

nix-env -i bottom
登录后复制

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
登录后复制

Interfaces:

solus
sudo eopkg it bottom
登录后复制

>使用eopkg包装管理器安装底部:

>

sudo xbps-install bottom
登录后复制

void linux :底部:可自定义的实时过程和系统监视器

监视器Linux系统资源使用底部>安装后,您可以通过在终端中键入BTM来启动底部。>用法。

顶部显示CPU使用情况,被内核分解。中间部分显示了内存使用量,包括RAM和交换,温度和磁盘信息。底部显示网络I/O并处理信息。驱动器。

  • 网络用法:监视实时上传和下载速度。
  • 过程监视:列出随着CPU,内存使用情况的信息,列出过程的过程。命令行标志的快速概述,使用BTM -H。有关更多详细信息,请使用BTM -HELP。要查看键和鼠标绑定,请按?底部的内部。
  • > >按ESC键关闭“帮助”窗口。
  • 您可以在底部的文档中找到更多详细信息。>
自定义display

您可以通过配置文件(botton.toml)的btm btm btm btm btm btm incon(bottom.toml)in 〜con/.con/.con/.con/.con/.config btm进行自定义。这使您可以更改颜色,默认视图和其他设置。它的直觉界面,可自定义性和跨平台兼容性使其成为寻求一种监视其系统的全面且具有吸引力的用户的绝佳选择。

>

底部:可自定义的实时过程和系统监视器

相关的读取

以上是底部:可自定义的实时过程和系统监视器的详细内容。更多信息请关注PHP中文网其他相关文章!

本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板