瑞吉实战32-netdata性能指标
瑞吉实战32–netdata性能指标
实验内容
ab工具的安装和常规使用介绍
一、ab工具安装及介绍
ab全称Apache BenchMark,是非常方便的web测试工具
安装方法: CrownCloud Wiki - How To Install Netdata On CentOS 7
# 模板较老的原因,开启网络配置进行更新
mv /etc/yum.repos.d/CentOS-Base.repo.bak /etc/yum.repos.d/CentOS-Base.repo
yum repolist
yum update -y
# 安装依赖
yum install -y epel-release
yum install -y gcc make git curl zlib-devel git automake libuuid-devel libmnl autoconf pkgconfig findutils
# 安装
git clone https://github.com/netdata/netdata.git --depth=100
cd netdata/
./packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata
./netdata-installer.sh
常用命令
systemctl start netdata
systemctl enable netdata
systemctl status netdata
评论系统未开启,无法评论!