溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Linux性能監(jiān)控工具:GTOP部署實(shí)錄

發(fā)布時(shí)間:2020-04-13 21:27:04 來源:網(wǎng)絡(luò) 閱讀:290 作者:我不是九爺 欄目:云計(jì)算

Linux性能監(jiān)控工具:GTOP部署實(shí)錄

[root@king01 ~]# yum -y install zlib-devel
[root@king01 ~]# tar xvf Python-2.7.5.tar.bz2
[root@king01 ~]# cd Python-2.7.5

[root@king01 Python-2.7.5]# ./configure --prefix=/usr/local/python27
[root@king01 Python-2.7.5]# make
[root@king01 Python-2.7.5]# make install
[root@king01 ~]# vi /etc/profilePATH=$PATH:/usr/local/python27/bin
[root@king01 ~]# source /etc/profile

[root@king01 ~]# yum install centos-release-scl -y
[root@king01 ~]# yum install devtoolset-4-gcc-c++ devtoolset-4-gcc -y
[root@king01 ~]# scl enable devtoolset-4 bash
[root@test01 ~]# gcc --version

gcc (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6)Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@king01 ~]# yum install -y git
[root@king01 ~]# git clone https://github.com/nodejs/node.gitInitialized empty Git repository in /root/node/.git/
remote: Counting objects: 376242, done.
remote: Compressing objects: 100% (120/120), done.
remote: Total 376242 (delta 120), reused 219 (delta 117), pack-reused 376005
Receiving objects: 100% (376242/376242), 337.98 MiB | 190 KiB/s, done.
Resolving deltas: 100% (272045/272045), done.

 

[root@king01 ~]# cd node
[root@king01 node]# ./configure
[root@king01 node]# make
[root@king01 node]# make install
[root@king01 ~]# node -v   版本號:v10.0.0-pre  

[root@king01 ~]# npm install gtop -g

/usr/local/bin/gtop -> /usr/local/lib/node_modules/gtop/bin/gtop
+ gtop@0.1.5

added 105 packages in 141.017

給貼張圖:如圖所示-----------------------------------------------------------------------------------------------------------------------

Linux性能監(jiān)控工具:GTOP部署實(shí)錄


[root@king01 ~]# gtop

 

Linux性能監(jiān)控工具:GTOP部署實(shí)錄

安裝完畢!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI