首頁 > 系統教程 > Linux > 底部:可自定義的實時過程和系統監視器

底部:可自定義的實時過程和系統監視器

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

底部可作為官方軟件包可用,可以使用以下命令安裝:

>最新的開發版本可作為底部和RUSTFLAGS="-C target-cpu=native" cargo install --path . --locked yay

sudo pacman -S bottom
登入後複製
debian/ubuntu

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

# 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
登入後複製
底部可通過COPR獲得。啟用存儲庫並安裝軟件包:

sudo dnf copr enable atim/bottom -y 
sudo dnf install bottom
登入後複製
>您還可以從“版本”頁面上下載並安裝.rpm文件(相應地替換版本編號):

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
登入後複製
Emerge:

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:

sudo eopkg it bottom
登入後複製
solus

>使用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
作者最新文章
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板