nedata实时监控服务器运行情况
生活随笔
收集整理的這篇文章主要介紹了
nedata实时监控服务器运行情况
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
實(shí)時(shí)監(jiān)控
Netdata 是一個(gè)高度優(yōu)化的 Linux 守護(hù)進(jìn)程,它為 Linux 系統(tǒng),應(yīng)用程序,SNMP 服務(wù)等提供實(shí)時(shí)的性能監(jiān)測。
環(huán)境
CentOS Linux release 7.2.1511
yum install autoconf automake curl gcc git libmnl-devel libuuid-devel lm_sensors make MySQL-python nc pkgconfig python python-psycopg2 PyYAML zlib-devel安裝
git clone https://github.com/chenygie/netdata.git
cd netdata
./netdata-installer.sh
設(shè)置開機(jī)啟動(dòng)
建議先不用
cp system/netdata-init-d /etc/init.d/netdata
chmod +x /etc/init.d/netdata
chkconfig --add netdata
總結(jié)
以上是生活随笔為你收集整理的nedata实时监控服务器运行情况的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 配置远程服务器jupyter
- 下一篇: Fibonacci Again