Linux-图形化性能监控工具

1.工具官网:

https://www.netdata.cloud/

2.使用脚本一键安装

Linux-图形化性能监控工具_第1张图片

bash <(curl -Ss https://my-netdata.io/kickstart.sh)

3.开启防火墙

# 开启19999端口
firewall-cmd --zone=public --add-port=19999/tcp --permanent

# 重启防火墙
systemctl restart firewalld.service

#查看已经开放的端口
firewall-cmd --list-ports

在这里插入图片描述
Centos防火墙使用教程

4.打开浏览器访问:

http://主机IP:19999/

Linux-图形化性能监控工具_第2张图片

5.其他命令

开始运行:
systemctl start netdata
停止运行:
systemctl stop netdata

6.卸载

uninstall script copied to: /usr/libexec/netdata/netdata-uninstaller.sh

你可能感兴趣的:(Linux)