하단 (곧 btm )는 터미널에서 사용하도록 설계된 고도로 사용자 정의 할 수있는 크로스 플랫폼 그래픽 실시간 프로세스 및 시스템 모니터입니다. GTOP, GOTOP 및 HTOP과 같은 도구에서 영감을 얻었습니다. 하단은 Rust 프로그래밍 언어로 작성된 OpenSource 응용 프로그램입니다. 이 블로그 게시물에서는 그 기능, 설치 프로세스 및 사용법에 대해 논의 할 것입니다. 목차 >. 바닥의 특징 Linux에 바닥을 설치하십시오 github 리포지토리에서화물을 사용하여 바닥을 설치하십시오. 바닥을 사용한 사용량
도움말 및 키 바인딩디스플레이 사용자 정의
결론 플래그는 설치가 Cargo.lock 파일에 지정된 잠긴 상자 버전을 사용하도록합니다. 이 깃발을 생략하면 종속성 문제가 발생할 수 있습니다GitHub 리포지토리에서CPU 별 최적화를 위해
CPU 별 최적화를 위해 이러한 명령을 이러한 명령에 추가 할 수도 있습니다. 버전을 적절한 값으로 바꾸는 것을 기억하십시오. 관리자
# 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
Arch Linux :
하단은 공식 패키지로 사용할 수 있으며 다음 명령을 사용하여 설치할 수 있습니다.# 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
# 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
🎜> Debian/ubuntu : a .deb 파일은 각기 다른 아키텍처에 대한 각 안정적인 릴리스 및 야간 빌드에 대해 제공됩니다 (x86, aarch64 및 armv7). 이에 따라) :
# Update to the stable version of Rust.rustup update stablecargo install --git https://github.com/ClementTsang/bottom --locked
Fedora/Centos/Almalinux/Rocky Linux :
릴리즈 페이지에서 .rpm 파일을 다운로드하여 설치할 수도 있습니다 (그에 따라 버전 번호 교체) :
gentoo : 공식 Gentoo 리포지토리에서 바닥을 설치하십시오. EMERGE :
RUSTFLAGS="-C target-cpu=native" cargo install --path . --locked
sudo pacman -S bottom
하단 스냅 패키지를 설치하고 필요한 것을 연결하십시오. 인터페이스 :
Solus:
eopkg 패키지 관리자를 사용하여 바닥을 설치하십시오 :
# Using paru sudo paru -S bottom-git # Using yay sudo yay -S bottom-git
: void-packages
# 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
.
하단을 사용한 Linux 시스템 리소스 사용을 모니터링하면sudo dnf copr enable atim/bottom -y sudo dnf install bottom
:
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
, 네트워크, 네트워크, 네트워크를 볼 때, 네트워크를 실행할 때. 사용법.
관련 읽기 :
위 내용은 하단 : 사용자 정의 가능한 실시간 프로세스 및 시스템 모니터의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!