您好,登錄后才能下訂單哦!
公司要做壓力測試,有Linux服務器一臺,系統(tǒng)Centos6.5,為了直觀的展示系統(tǒng)性能,更好的去分析服務器,故要搭建一個監(jiān)控。閑言休講,直奔主題。
首先,Linux服務器一臺:系統(tǒng)Centos6.5
其次,在我的筆記本上安裝監(jiān)控軟件客戶端
軟件下載地址鏈接:
鏈接:http://pan.baidu.com/s/14Vwlw 密碼:tmw4
配置spotlight登陸用戶,注意spotlight默認不能使用root用戶進行連接,需要用戶自己創(chuàng)建一個具有root權(quán)限的用戶。具體方法新建賬號分配權(quán)限的問題就自己百度吧,這里重點說的是linux Centos下搭建性能監(jiān)控Spotlight on Unix
下面,我們開始在服務器上安裝sysstat。
使用iostat、mpstat、sar
yum install sysstat -y
sysstat的安裝包是:sysstat-9.0.4-20.el6.x86_64.rpm,裝完了后
就會有iostat、mpstat、sar、sa的功能
啟動sysstat
/etc/init.d/sysstat start
設置sysstat自啟動
chkconfig sysstat on
---------------------
sysstat工具包提供的主要命令:iostat
mpstat sar
mpstat是Multiprocessor Statistics的縮寫,是實時系統(tǒng)監(jiān)控工具。其報告與CPU的一些統(tǒng)計信息,這些信息存放在/proc/stat文件中。在多CPUs系統(tǒng)里,其不 但能查看所有CPU的平均狀況信息,而且能夠查看特定CPU的信息。下面只介紹 mpstat與CPU相關(guān)的參數(shù),mpstat的語法如下:
mpstat [-P {|ALL}] [internal [count]]
mpstat -P 0 1 5
mpstat -P ALL 1 5
網(wǎng)卡流量查看方法
sar –n DEV 1 5
命令后面 1 4 意思是:每一秒鐘取一次值,取5次。 IFACE:LAN接口
rxpck/s:每秒鐘接收的數(shù)據(jù)包
txpck/s:每秒鐘發(fā)送的數(shù)據(jù)包
rxbyt/s:每秒鐘接收的字節(jié)數(shù)
txbyt/s:每秒鐘發(fā)送的字節(jié)數(shù)
rxcmp/s:每秒鐘接收的壓縮數(shù)據(jù)包
txcmp/s:每秒鐘發(fā)送的壓縮數(shù)據(jù)包
rxmcst/s:每秒鐘接收的多播數(shù)據(jù)包
16時35分25秒 IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
16時35分26秒 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分26秒 eth0 3.00 2.00 258.00 284.00 0.00 0.00 0.00
16時35分26秒 eth2 51.00 89.00 5680.00 122874.00 0.00 0.00 0.00
16時35分26秒 sit0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分26秒 IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
16時35分27秒 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分27秒 eth0 4.00 3.00 274.00 834.00 0.00 0.00 0.00
16時35分27秒 eth2 81.00 106.00 11816.00 138982.00 0.00 0.00 0.00
16時35分27秒 sit0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分27秒 IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
16時35分28秒 lo 4.00 4.00 422.00 422.00 0.00 0.00 0.00
16時35分28秒 eth0 1.00 1.00 70.00 598.00 0.00 0.00 0.00
16時35分28秒 eth2 9.00 20.00 1811.00 25787.00 0.00 0.00 0.00
16時35分28秒 sit0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分28秒 IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
16時35分29秒 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分29秒 eth0 8.91 7.92 629.70 7144.55 0.00 0.00 0.00
16時35分29秒 eth2 20.79 22.77 1927.72 32144.55 0.00 0.00 0.00
16時35分29秒 sit0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
16時35分29秒 IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
16時35分30秒 lo 8.08 8.08 607.07 607.07 0.00 0.00 0.00
16時35分30秒 eth0 6.06 5.05 418.18 1969.70 0.00 0.00 0.00
16時35分30秒 eth2 2.02 2.02 153.54 177.78 0.00 0.00 0.00
16時35分30秒 sit0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
Average: lo 2.40 2.40 204.60 204.60 0.00 0.00 0.00
Average: eth0 4.60 3.80 330.40 2176.40 0.00 0.00 0.00
Average: eth2 32.80 48.00 4281.20 64057.00 0.00 0.00 0.00
Average: sit0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
iostat 1 2
[root@localhost home]# iostat 1 2
Linux 2.6.32-358.el6.x86_64 (localhost.localdomain) 2013年07月11日 _x86_64_ (1 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.07 0.00 0.12 0.07 0.00 99.74
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
scd0 0.00 0.00 0.00 288 0
sda 0.23 2.58 5.69 168800 372132
dm-0 0.79 2.44 5.69 159410 372080
dm-1 0.00 0.04 0.00 2376 0
avg-cpu: %user %nice %system %iowait %steal %idle
0.00 0.00 0.00 0.00 0.00 100.00
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
scd0 0.00 0.00 0.00 0 0
sda 0.00 0.00 0.00 0 0
dm-0 0.00 0.00 0.00 0 0
dm-1 0.00 0.00 0.00 0 0
注意,以上安裝確保成功后,要設置服務自動啟動。
第二,
本機安裝SpotlightonUnix_70.exe
這個地方安裝就是下一步下一步,就不啰嗦了。
完成后在軟件里面配置你的數(shù)據(jù)庫環(huán)境。
如圖
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。