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

底部(不久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
為什麼Windows通常用於桌面計算和遊戲?為什麼Windows通常用於桌面計算和遊戲?Apr 27, 2025 am 12:01 AM

Windowsispreferredfordesktopcomputingandgamingdueto:1)ITVASTSOFTSOFTWAREANDGAMELIBRARY,2)用戶友好型和customizableInterface,3)廣泛的hardwarecompatibility,and4)PerformanceOptimizationCapities,demalloPtimizationCapities,DespitesomeSomeSomeSomeSourceOmeSourceOmeSourceource-HeaevyAndupDateupdate-uperated。

Linux軟件的未來:Flatpak和Snap會替換本機桌面應用程序嗎?Linux軟件的未來:Flatpak和Snap會替換本機桌面應用程序嗎?Apr 25, 2025 am 09:10 AM

多年來,Linux軟件分佈依賴於DEB和RPM等本地格式,並深深地根深蒂固。 但是,Flatpak和Snap已經出現,有望成為應用程序包裝的通用方法。 本文考試

Linux和Windows處理設備驅動程序的區別有什麼區別?Linux和Windows處理設備驅動程序的區別有什麼區別?Apr 25, 2025 am 12:13 AM

Linux和Windows在處理設備驅動程序上的差異主要體現在驅動管理的靈活性和開發環境上。 1.Linux採用模塊化設計,驅動可以動態加載和卸載,開發者需深入理解內核機制。 2.Windows依賴微軟生態,驅動需通過WDK開發並簽名認證,開發相對複雜但保證了系統的穩定性和安全性。

比較和對比Linux和Windows的安全模型。比較和對比Linux和Windows的安全模型。Apr 24, 2025 am 12:03 AM

Linux和Windows的安全模型各有優勢。 Linux提供靈活性和可定制性,通過用戶權限、文件系統權限和SELinux/AppArmor實現安全。 Windows則注重用戶友好性,依賴WindowsDefender、UAC、防火牆和BitLocker保障安全。

Linux和Windows之間的硬件兼容性有何不同?Linux和Windows之間的硬件兼容性有何不同?Apr 23, 2025 am 12:15 AM

Linux和Windows在硬件兼容性上不同:Windows有廣泛的驅動程序支持,Linux依賴社區和廠商。解決Linux兼容性問題可通過手動編譯驅動,如克隆RTL8188EU驅動倉庫、編譯和安裝;Windows用戶需管理驅動程序以優化性能。

Linux和Windows之間虛擬化支持有哪些差異?Linux和Windows之間虛擬化支持有哪些差異?Apr 22, 2025 pm 06:09 PM

Linux和Windows在虛擬化支持上的主要區別在於:1)Linux提供KVM和Xen,性能和靈活性突出,適合高定制環境;2)Windows通過Hyper-V支持虛擬化,界面友好,與Microsoft生態系統緊密集成,適合依賴Microsoft軟件的企業。

Linux系統管理員的主要任務是什麼?Linux系統管理員的主要任務是什麼?Apr 19, 2025 am 12:23 AM

Linux系統管理員的主要任務包括系統監控與性能調優、用戶管理、軟件包管理、安全管理與備份、故障排查與解決、性能優化與最佳實踐。 1.使用top、htop等工具監控系統性能,並進行調優。 2.通過useradd等命令管理用戶賬戶和權限。 3.利用apt、yum管理軟件包,確保系統更新和安全。 4.配置防火牆、監控日誌、進行數據備份以確保系統安全。 5.通過日誌分析和工具使用進行故障排查和解決。 6.優化內核參數和應用配置,遵循最佳實踐提升系統性能和穩定性。

See all articles

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱工具

Dreamweaver Mac版

Dreamweaver Mac版

視覺化網頁開發工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

將Eclipse與SAP NetWeaver應用伺服器整合。

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

這個專案正在遷移到osdn.net/projects/mingw的過程中,你可以繼續在那裡關注我們。 MinGW:GNU編譯器集合(GCC)的本機Windows移植版本,可自由分發的導入函式庫和用於建置本機Windows應用程式的頭檔;包括對MSVC執行時間的擴展,以支援C99功能。 MinGW的所有軟體都可以在64位元Windows平台上運作。

PhpStorm Mac 版本

PhpStorm Mac 版本

最新(2018.2.1 )專業的PHP整合開發工具