目录
: 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.
: Bottom runs seamlessly on Linux, macOS, and Windows operating systems.
: Bottom offers extensive customisation options through command-line arguments and a configuration file.用户可以个性化主题,修改小部件行为,调整小部件的布局和过滤窗口小部件条目。
>来自GitHub存储库
>
您可以通过配置文件(botton.toml)的btm btm btm btm btm btm incon(bottom.toml)in 〜con/.con/.con/.con/.con/.config btm进行自定义。这使您可以更改颜色,默认视图和其他设置。它的直觉界面,可自定义性和跨平台兼容性使其成为寻求一种监视其系统的全面且具有吸引力的用户的绝佳选择。
首页 系统教程 操作系统 底部:可自定义的实时过程和系统监视器

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

Mar 08, 2025 am 10:52 AM

底部(不久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

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

AI Hentai Generator

AI Hentai Generator

免费生成ai无尽的。

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您听不到任何人,如何修复音频
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解锁Myrise中的所有内容
4 周前 By 尊渡假赌尊渡假赌尊渡假赌

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

用sed命令掌握文本操纵 用sed命令掌握文本操纵 Mar 16, 2025 am 09:48 AM

Linux 命令行界面提供了丰富的文本处理工具,其中最强大的工具之一是 sed 命令。sed 是 Stream EDitor 的缩写,是一个多功能工具,允许对文本文件和流进行复杂的处理。 什么是 Sed? sed 是一款非交互式文本编辑器,它操作管道输入或文本文件。通过提供指令,您可以让它修改和处理文件或流中的文本。sed 最常见的用例包括选择文本、替换文本、修改原始文件、向文本添加行或从文本中删除行等操作。它可以在 Bash 和其他命令行 shell 中从命令行使用。 Sed 命令语法 sed

如何计算Linux中的文件和目录:初学者指南 如何计算Linux中的文件和目录:初学者指南 Mar 19, 2025 am 10:48 AM

有效地计数Linux中的文件和文件夹:综合指南 知道如何快速计算Linux中的文件和目录对于系统管理员和管理大型数据集的任何人至关重要。本指南使用简单命令l演示

如何将用户添加到Linux中的多个组 如何将用户添加到Linux中的多个组 Mar 18, 2025 am 11:44 AM

有效管理用户帐户和组成员资格对于Linux/UNIX系统管理至关重要。 这样可以确保适当的资源和数据访问控制。 本教程详细介绍了如何将用户添加到Linux和Unix系统中的多个组中。 我们

在Linux中找到Leviathan文件 在Linux中找到Leviathan文件 Mar 13, 2025 pm 12:11 PM

介绍 在Linux领域,命令行通常是我们导航的指南针,磁盘空间的有效管理至关重要。无论您是通过个人项目航行还是转向O

如何从Commandline列出或检查所有已安装的Linux内核 如何从Commandline列出或检查所有已安装的Linux内核 Mar 23, 2025 am 10:43 AM

Linux内核是GNU/Linux操作系统的核心组件。由Linus Torvalds于1991年开发,是一种免费的开源,单片,模块化和多任务Unix样核。在Linux中,可以在Sing上安装多个内核

如何在Ubuntu Linux中输入印度卢比符号 如何在Ubuntu Linux中输入印度卢比符号 Mar 22, 2025 am 10:39 AM

该简短指南说明了如何在Linux操作系统中键入印度卢比符号。前几天,我想在Word文档中键入“ Indian Rupee符号(€)”。我的键盘上有一个卢比符号,但我不知道如何键入它。后

Linux内核6.14 RC6发布 Linux内核6.14 RC6发布 Mar 24, 2025 am 10:21 AM

Linus Torvalds已发布Linux内核6.14释放候选6(RC6),报告没有重大问题并保持发布能力。此更新中最值得注意的更改地址是AMD Microcode签名问题,而其余更新

Linux的8个最佳SSH客户端 Linux的8个最佳SSH客户端 Mar 15, 2025 am 11:06 AM

Linux系统8款最佳SSH客户端推荐 SSH(安全外壳协议)是一种加密网络协议,用于在不安全的网络上安全地运行网络服务。它是现代服务器管理的重要组成部分,提供对系统的安全远程访问。SSH客户端(利用SSH协议的应用程序)是系统管理员、开发人员和IT专业人员必不可少的工具。在Linux世界中,远程服务器管理很常见,选择合适的SSH客户端至关重要。本文将探讨8款适用于Linux的最佳SSH客户端。 选择标准 选择Linux最佳SSH客户端时,必须考虑以下几个因素: 性能: SSH客户端的速度和效

See all articles