安装 Linux| FreeBSD终端资源监视器Bashtop

时间:2020-02-23 14:37:42  来源:igfitidea点击:

Bashtop是一个用于Linux,MacOS和BSD系统的自由开源终端的资源监视器。
此工具可以为处理器,内存,磁盘,网络和进程显示使用和统计数据。
Bashtop是用Tui接口用Tui接口编写的Bashtop,用于监控Linux,MacOS或者FreeBSD系统的资源使用情况。

Bashtop系统资源监视器的功能

下面是Bashtop资源监视器的功能,如项目Github页面所捕获的:易于使用,使用游戏启发的菜单系统。
快速和"大多数"响应式UI,键,键进程选择。
用于显示所选进程的详细统计信息。
能够过滤进程的进程。
排序选项之间的切换.SEND SIGTERM,SIGKILL,SIGINT到所选进程。
用于更改所有配置文件选项的菜单。
用于网络使用的ALOUTO SCALING图形。
如果新版本有用读写,则在菜单中显示消息。
如果在Linux上运行,可以切换的磁盘多数据收集方法的速度

在Ubuntu上安装Bashtop资源监视器

我们可以使用PPA存储库为Ubuntu Linux安装:

sudo add-apt-repository ppa:bashtop-monitor/bashtop
sudo apt update
sudo apt install bashtop

在Debian上安装Bashtop资源监视器

对于Debian及其基于分布,使用以下命令:

sudo apt update
sudo apt install git
git clone https://github.com/aristocratos/bashtop.git
cd bashtop/
cd DEB
sudo ./build

要卸载,请使用命令:

sudo ./build --remove

在Fedora安装Bashtop资源监视器

对于Fedora Linux,Bashtop软件包可在上游存储库上使用:

sudo dnf install bashtop

在CentOS/RHEL上安装Bashtop资源监视器

在CentOS 8上,启用EPEL和Powertools存储库:

sudo dnf install -y epel-release
sudo dnf config-manager --set-enabled PowerTools
sudo dnf install bashtop

如果运行Rhel 8 Linux,则需要Codeready存储库:

ARCH=$( /bin/arch )
sudo subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms"
sudo dnf install epel-release
sudo dnf install bashtop

在CentOS 7上安装Bashtop

Bashtop需要Bash 4.4或者更高版本。
Centos 7中可用的版本为4.2,升级Bash:

在CentOS 7上安装Bash 5

然后在CentOS 7上安装Bashtop:

sudo yum -y install git
git clone https://github.com/aristocratos/bashtop.git
cd bashtop
sudo make install
sudo yum -y install git
git clone https://github.com/aristocratos/bashtop.git
cd bashtop
sudo make install

在Linux上使用Bashtop |麦斯科斯| BSD.

第一次启动后,安装程序将自动生成配置文件并存储在"$home/.config/bashtop"文件夹中。

$bashtop

检查文件夹以确认添加的新文件:

$ls $HOME/.config/bashtop
bashtop.cfg  error.log  themes

我们可以编辑主要配置文件到喜好:

$vim HOME/.config/bashtop/bashtop.cfg