摘要: Netdata 是一款 Linux 性能实时监测工具.。以web的可视化方式展示系统及应用程序的实时运行状态(包括cpu、内存、硬盘输入/输出、网络等linux性能的数据)。 Netdata文档地址:https://github.com/firehol/netdata/wiki 安装(以centos 阅读全文
posted @ 2017-06-14 14:36 雨落知音 阅读(3268) 评论(0) 推荐(0) 编辑
摘要: 可以通过/etc/sysctl.conf控制和配置Linux内核及网络设置。 # 避免放大攻击 net.ipv4.icmp_echo_ignore_broadcasts = 1 # 开启恶意icmp错误消息保护 net.ipv4.icmp_ignore_bogus_error_responses = 1 # 开启SYN洪水攻击保护 net.ipv4.tcp_s... 阅读全文
posted @ 2017-06-14 13:54 雨落知音 阅读(1095) 评论(0) 推荐(0) 编辑