Linux性能实时监测工具netdata安装配置

时间:2023-03-09 13:28:45
Linux性能实时监测工具netdata安装配置

netdata:功能强大的实时性能检测工具,展示地址

github地址:https://github.com/firehol/netdata

本文介绍在CentOS 6.7下安装netdata

1、环境准备

yum install zlib-devel libuuid-devel libmnl-devel gcc make git autoconf autogen automake pkgconfig curl jq nodejs

2、安装netdata

git clone https://github.com/firehol/netdata.git --depth=1
cd netdata
./netdata-installer.sh

3、控制netdata启动、停止

启动:

/usr/sbin/netdata

停止:

killall netdata

配置文件位置:/etc/netdata/netdata.conf,默认监听19999号端口。

web访问:ip:19999