Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin20安装htop
Apps Section
1347
views ·
3
replies ·
To
floor
Go
qinshiling
deepin
2020-05-12 23:18
Author
本帖最后由 qinshiling 于 2020-5-12 15:31 编辑
Linux 系统终端下top 命令用来显示系统中正在运行的进程的实时状态。但是,你知道吗?还有另外一个命令行工具 ‘htop’,它与传统的 top 命令功能一样,但它有更加强大的功能及能显示更多的信息。它显示了一些非常有用的信息,比如 CPU 利用情况、内存消耗情况,以及每个进程情况等。本文以Deepin20为环境讲解安装过程。
1. 下载htop
通过浏览器到htop的项目官网 http://hisham.hm/htop/releases/ 下载最新版,本文下载 htop-2.2.0.tar.gz 并解压缩。
2.下载ncuerses组件
通过浏览器到项目官网 ftp://ftp.gnu.org/pub/gnu/ncurses 我们下载的是ncurses-6.2.tar.gz 并解压缩。
3.安装ncuerses
su root //切换到root用户下
//输入密码
//用cd 命令进入ncurses的解压后的文件夹
./configure
make
make install
Copy the Code
4.安装htop
//用cd 命令进入htop的解压后的文件夹
./configure
make
make install
Copy the Code
5.运行htop
htop
Copy the Code
htop的
相关详细
使用说明,请查看大神的博文 https://cloud.tencent.com/developer/article/1115041
Reply
Like 0
Favorite
View the author
All Replies
liwl
deepin
2020-05-12 23:33
#1
sudo apt-get install htop
Reply
Like 0
View the author
xiamingyu
deepin
2020-05-12 23:37
#2
楼主这个方法跟楼上的命令行直接安装比高明在哪?
Reply
Like 0
View the author
qinshiling
deepin
2020-05-12 23:43
#3
https://bbs.deepin.org/post/194133
楼主这个方法跟楼上的命令行直接安装比高明在哪?
最新版自己编译安装
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
Linux 系统终端下top 命令用来显示系统中正在运行的进程的实时状态。但是,你知道吗?还有另外一个命令行工具 ‘htop’,它与传统的 top 命令功能一样,但它有更加强大的功能及能显示更多的信息。它显示了一些非常有用的信息,比如 CPU 利用情况、内存消耗情况,以及每个进程情况等。本文以Deepin20为环境讲解安装过程。
1. 下载htop
通过浏览器到htop的项目官网 http://hisham.hm/htop/releases/ 下载最新版,本文下载 htop-2.2.0.tar.gz 并解压缩。
2.下载ncuerses组件
通过浏览器到项目官网 ftp://ftp.gnu.org/pub/gnu/ncurses 我们下载的是ncurses-6.2.tar.gz 并解压缩。
3.安装ncuerses
htop的相关详细使用说明,请查看大神的博文 https://cloud.tencent.com/developer/article/1115041